Suppliers Delete
Webhooksuppliers/delete
Triggered when a supplier is deleted.
Requires the product access scope. Minimum supported version: 202007.
Request headers
X-Shoplazza-Topicstring
The event that triggered this delivery, e.g. orders/create
Example:
orders/createX-Shoplazza-Hmac-Sha256string
Base64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
X-Shoplazza-Shop-Domainstring
The domain of the store that generated the event
Example:
example.myshoplaza.comX-Shoplazza-Api-Versionstring
The API version used to serialize the payload
Example:
2025-06X-Shoplazza-Deduplication-IDstring
Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
Only the supplier_id is delivered on deletion.
- Schema
- Example
supplier object
supplier_idintegerSupplier ID
{
"supplier": {
"supplier_id": 0
}
}