Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Query Parameters
Limits the number of objects to be returned. The limit can range between 1 and 100 items. If no limit is set, it returns 10 items.
1 <= x <= 100
Which page of results to return. The lowest value is 1
.
1 <= x <= 100
Sorts the results using one of the filtering options, where the dash -
preceding a sorting option means sorting in a descending order.
created_at
, -created_at
, updated_at
, -updated_at
, type
, -type
, code
, -code
, campaign
, -campaign
, category
, -category
Response
Returns a dictionary containing a list of product collections and details about each product collection.
Response body schema for GET v1/product-collections
.
Schema representing list of product collections
The type of the object represented by JSON. This object stores information about product collections.
list
Identifies the name of the JSON property that contains the array of product collections.
data
A dictionary that contains an array of product collections and their details.
Total number of product collections.