Path parameters
-
id
integer(int64) Required Numeric ID of the instance
Minimum value is
1
.
GET
/shopify-stores/{id}.json
curl \
--request GET 'http://api.example.com/v1/shopify-stores/{id}.json' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"accessToken": "string",
"apiKey": "string",
"archiveReason": "other",
"authenticationType": "public",
"backorderMetafield": true,
"carrierServiceId": "string",
"channelId": 42,
"closed": false,
"connectedAt": "2025-05-04T09:42:00Z",
"createdAt": "2025-05-04T09:42:00Z",
"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": "2025-05-04T09:42:00Z",
"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": "2025-05-04T09:42:00Z"
}