GET
/
vendor
/
stores
{
  "stores": [
    {
      "id": "<string>",
      "name": "<string>",
      "default_sales_channel_id": "<string>",
      "default_region_id": "<string>",
      "default_location_id": "<string>",
      "supported_currencies": [
        {
          "id": "<string>",
          "is_default": true,
          "currency_code": "<string>"
        }
      ]
    }
  ],
  "count": 123,
  "offset": 123,
  "limit": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

fields
string

The comma-separated fields to include in the response

offset
number

The number of items to skip before starting to collect the result set.

limit
number

The number of items to return.

Response

200 - application/json

OK

The response is of type object.