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
Example response
{
"storeId": 12345,
"storeName": "My Shopify Store",
"marketplaceId": 36,
"marketplaceName": "Shopify",
"active": true
}