curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/shopify/webhooks/register' \
--header "x-stateset-api-key: $STATESET_SYNC_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"baseUrl": "string"
}'
{
"body": {}
}
Register Shopify webhooks for order events
Shopify webhook registration result
POST
/
v1
/
tenants
/
{tenant_id}
/
shopify
/
webhooks
/
register
curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/shopify/webhooks/register' \
--header "x-stateset-api-key: $STATESET_SYNC_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"baseUrl": "string"
}'
{
"body": {}
}
Path parameters
string
required
Tenant identifier
Request body
object
string
required
Base URL for webhook callbacks (e.g., ‘https://api.example.com’)
Response
object
object
required
Response body
Status codes
| Code | Meaning |
|---|---|
200 | Shopify webhook registration result |
401 | Unauthorized |
424 | Shopify integration not configured |
curl --request POST \
--url 'https://api.sync.stateset.com/v1/tenants/{tenant_id}/shopify/webhooks/register' \
--header "x-stateset-api-key: $STATESET_SYNC_API_KEY" \
--header 'Content-Type: application/json' \
--data '{
"baseUrl": "string"
}'
{
"body": {}
}
Last modified on August 31, 2026