stores

Get store

Retrieves information for a specific store by its ID

get/stores/{storeId}

Path parameters

storeIdinteger required

Unique identifier for the store

Response

Store retrieved successfully

storeIdinteger
storeNamestring
marketplaceIdinteger
marketplaceNamestring
activeboolean
createDatestring date-time
modifyDatestring date-time
autoRefreshboolean

Example response

{
  "storeId": 12345,
  "storeName": "My Shopify Store",
  "marketplaceId": 36,
  "marketplaceName": "Shopify",
  "active": true
}