GET /shopify-stores/{id}.json

GET /shopify-stores/{id}.json

Path parameters

  • id integer(int64) Required

    Numeric ID of the instance

    Minimum value is 1.

Responses

GET /shopify-stores/{id}.json
curl \
 -X GET http://api.example.com/v1/shopify-stores/{id}.json
Response examples (200)
{
  "accessToken": "string",
  "apiKey": "string",
  "authenticationType": "public",
  "backorderMetafield": true,
  "carrierServiceId": "string",
  "channelId": 42,
  "closed": false,
  "connectedAt": "2023-05-04T09:42:00+00:00",
  "createdAt": "2023-05-04T09:42:00+00:00",
  "delayOrderImport": false,
  "enabled": true,
  "externalFulfillmentServices": [],
  "fetchRecentProducts": true,
  "id": 42,
  "importDraftOrders": false,
  "importingProducts": false,
  "importingSales": false,
  "inventoryFeedLocation": "string",
  "inventoryFeedLocationType": "default",
  "inventoryFeedMetafield": true,
  "inventoryLocations": "default",
  "inventoryMigration": true,
  "lastSalesImport": "2023-05-04T09:42:00+00:00",
  "locationId": "string",
  "name": "string",
  "orderImportDelayMinutes": 0,
  "orderMetafields": false,
  "orderMetafieldsKey": "string",
  "orderMetafieldsValue": "string",
  "password": "string",
  "sendShipmentNotifications": true,
  "setupComplete": false,
  "shop": "string",
  "showDays": true,
  "sso": true,
  "throttle": true,
  "updatedAt": "2023-05-04T09:42:00+00:00"
}