Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 917 Bytes

ProductCollectionsListResponseBody.md

File metadata and controls

33 lines (17 loc) · 917 Bytes

ProductCollectionsListResponseBody

Response body schema for GET /product-collections.

Properties

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.

Enum: ObjectEnum

Name Value
LIST "list"

Enum: DataRefEnum

Name Value
DATA "data"