Quick Start
Get your API keys
Make your first request
Scope: visitor and above
This endpoint retrieves information about stores in the Apparel21.
The endpoint can accept particular Shopify location ID. If a location ID is provided, the endpoint will only look up the stores that are associated with the location.
The endpoint returns a list of object that includes information such as the store id, store number, address and contact details.
Authorizations
AuthorizationstringRequired
Query parameters
shopifyLocationIdnumberOptional
The Shopify location ID
Header parameters
X-DotApparel-NamestringRequired
An alias name that represents a particular brand that is using the API
shopstringRequired
Responses
200
Successful response
application/json
401
Unauthorized: The user is not authorized to perform this action.
get
/storesLast updated