GET
/
vendor
/
stores
/
{id}
{
  "store": {
    "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>"
      }
    ]
  }
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

The ID of the store

Query Parameters

fields
string

The comma-separated fields to include in the response

Response

200 - application/json

OK

The response is of type object.