Skip to main content
GET
/
store
/
check
Check store existence
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
}

Authorizations

X-Api-Key
string
header
required

API key for your store

Response

OK

message
string
success
boolean