Specifies the page number in a limited (paginated) list of products.
Controls the number of items per page in a limited (paginated) list of products.
Filter based on a metafieldʼs key.
Filter using a comma-separated list of metafield keys. Could be used with vanilla key query parameter.
Filter based on a metafieldʼs key.
Filter using a comma-separated list of metafield namespaces. Can be used with vanilla namespace query parameter.
Sort direction. Acceptable values are: asc, desc.
Fields to include, in a comma-separated list. The ID and the specified fields will be returned.
Filter items by date created. For example, date_created=2019-09-04T00:00:00. Returns metafields created on this date.
Filter items by date modified. For example, date_modified=2019-09-04T00:00:00. Returns metafields modified on this date.
Filter items by minimum date created. For example, date_created:min=2019-09-04T00:00:00 or date_created:min=2019-09-04. Returns metafields created after this date.
Filter items by maximum date created. For example, date_created:max=2019-09-04T00:00:00 or date_created:max=2019-09-04. Returns metafields created before this date.
Filter items by minimum date modified. For example, date_modified:min=2019-09-04T00:00:00 or date_modified:min=2019-09-04. Returns metafields modified after this date.
Filter items by maximum date modified. For example, date_modified:max=2019-09-04T00:00:00 or date_modified:max=2019-09-04. Returns metafields modified before this date.
List of Metafield objects.
For example requests and more information about authenticating BigCommerce APIs, see Authentication and Example Requests.
For more about BigCommerce OAuth scopes, see our Guide to API Accounts.
For a list of API status codes, see API Status Codes.