GET /shopify-stores/{id}.json
Path parameters
-
Numeric ID of the instance
Minimum value is
1
.
GET /shopify-stores/{id}.json
curl \
-X GET http://api.example.com/v1/shopify-stores/{id}.json \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"accessToken": "string",
"apiKey": "string",
"archiveReason": "other",
"authenticationType": "public",
"backorderMetafield": true,
"carrierServiceId": "string",
"channelId": 42,
"closed": false,
"connectedAt": "2024-05-04T09:42:00+00:00",
"createdAt": "2024-05-04T09:42:00+00:00",
"delayOrderImport": false,
"enabled": true,
"externalFulfillmentServices": [],
"facebookUnpaidOrders": true,
"fetchRecentProducts": true,
"hookdeckId": "string",
"id": 42,
"importArchivedOrdersFulfilled": true,
"importDraftOrders": false,
"importMetaFields": false,
"importingProducts": false,
"importingSales": false,
"inventoryFeedLocation": "string",
"inventoryFeedLocationType": "default",
"inventoryFeedMetafield": true,
"inventoryLocations": "default",
"inventoryMigration": true,
"lastSalesImport": "2024-05-04T09:42:00+00:00",
"locationId": "string",
"locationIds": [
"string"
],
"name": "string",
"orderImportDelayMinutes": 0,
"orderMetafields": false,
"orderMetafieldsKey": "string",
"orderMetafieldsValue": "string",
"overwriteScope": true,
"password": "string",
"productImport": "automated",
"sendShipmentNotifications": true,
"setupComplete": false,
"shop": "string",
"showDays": true,
"sso": true,
"throttle": true,
"unpaidAllowList": [
"string"
],
"updatedAt": "2024-05-04T09:42:00+00:00"
}