Check store existence
Store Config
Check store existence
Checks whether a store with the given ID exists. Returns success: true if the store exists, false otherwise.
GET
Check store existence
Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
Commerce Engine is now in early preview. Please report any issues or feedback to support@commercengine.io
curl --request GET \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/store/check \
--header 'X-Api-Key: <api-key>'{
"message": "<string>",
"success": true
}Checks whether a store with the given ID exists. Returns success: true if the store exists, false otherwise.
curl --request GET \
--url https://staging.api.commercengine.io/api/v1/{store_id}/storefront/store/check \
--header 'X-Api-Key: <api-key>'{
"message": "<string>",
"success": true
}Was this page helpful?