GET /saleor-stores/{id}.json

GET /saleor-stores/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /saleor-stores/{id}.json
curl \
 -X GET http://api.example.com/v1/saleor-stores/{id}.json \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "accessToken": "string",
  "channelId": 42,
  "createdAt": "2024-05-04T09:42:00+00:00",
  "externalChannelId": "string",
  "externalWarehouseId": "string",
  "id": 42,
  "inventoryTracking": "ignore",
  "name": "string",
  "productTypeAttribute": "string",
  "storeUrl": "string",
  "tagsAttribute": "tags",
  "updatedAt": "2024-05-04T09:42:00+00:00",
  "vendorAttribute": "string"
}