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?