Stores
Load all stores in the instance
All stores in a particular instance can be loaded using the API. In the received information you will find their name, abbreviation, country, etc.
Endpoint [GET] /System/Stores on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Load a specific store in an instance
Using the API, one specific store can be loaded according to its identifier in a given instance. In the received information you will find its name, abbreviation, country, etc.
Endpoint [GET] /System/Stores/{id} on the API you can easily try.
You can find more information about the endpoint and its parameters in our API documentation
Last updated