latestOpenAPI 3.1.0MIT2026-08-104712182.1 KB

c71c20d26559

stores

List stores

Retrieve the list of installed stores on the account

get/stores

Query parameters

showInactiveboolean

Whether to include inactive stores

marketplaceIdinteger

Filter by marketplace type

Response

List of stores 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
  }
]