Products
Last updated
Was this helpful?
Last updated
Was this helpful?
Scope: visitor
and above
This endpoint retrieves all styles from the Apparel21 system with pagination.
The endpoint may accept optional parameters such as limit
and cursor
to control the amount of data returned. If no parameters are provided, the endpoint may return a default number of styles per page.
The returned data includes a list of styles with their associated information such as product code(style code), description, reference, custom data, colours and sizes.
The maximum number of styles to return
50
The query cursor to return a subset of data
An alias name that represents a particular brand that is using the API
Scope: visitor
and above
This endpoint retrieves a single style from the Apparel21 system by accepting a required style ID parameter.
The endpoint checks that the style ID is valid and associated with an existing style record. If the style ID is valid, the endpoint retrieves the information for that specific style, including product code(style code), description, reference, custom data, colours and sizes.
The numeric Shopify product ID
An alias name that represents a particular brand that is using the API