Retrieve and update store metadata such as name, phone number, description, and logo. Operating hours are managed via your CatalogSet, not these endpoints.
List Stores
List all stores associated with your Commerce Partner account.
Headers
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
List Stores › Responses
List of stores
storeIdnamephonetimezonelogoUrldescriptionstatusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)
Get Store
Get details for a specific store.
path Parameters
storeIdHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Get Store › Responses
Store details
storeIdnamephonetimezonelogoUrldescriptionstatusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)
Update Store
Update store metadata. Operating hours are managed via CatalogSet.
path Parameters
storeIdHeaders
AuthorizationThe Authorization header is used to authenticate with the API using your API key. Value is of the format Bearer YOUR_KEY_HERE.
Update Store › Responses
Store updated
storeIdnamephonetimezonelogoUrldescriptionstatusStore availability state.
online— Store is accepting orderspaused— Store is temporarily not accepting orders (seereasonfor why)