Stores
Methods allow you to get a list of portal stores or information on a specific store.
GET /stores
Return a list of stores.
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|
GET /stores/{id}
Returns information about store by ID.
Get a cake by its ID
GET
Params
Body Parameters
id
required
String
ID of the cake to get
Curl
|
RESPONSES
200
|