Get all stores that are available for API order creation.
GET
/api/v1/storesRetrieve all Standard Stores in your account. Only Standard Stores can be used to submit an order under.
Request
None
Request samples
Responses
The list of stores that are available for API order creation.(200)
The list of stores that are available for API order creation.
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
array of:
storeId
integer
required
storeName
string
required
Example
[
{
"storeId": 0,
"storeName": "string"
}
]
Last modified: 10 months ago