Response body schema for GET /product-collections
.
Name | Type | Description | Notes |
---|---|---|---|
_object | ObjectEnum | The type of the object represented by JSON. This object stores information about product collections. | |
dataRef | DataRefEnum | Identifies the name of the JSON property that contains the array of product collections. | |
data | List<ProductCollectionsItem> | A dictionary that contains an array of product collections and their details. | |
total | Integer | Total number of product collections. |
Name | Value |
---|---|
LIST | "list" |
Name | Value |
---|---|
DATA | "data" |