Suppliers Update
Triggered when a supplier is updated.
Requires the product access scope. Minimum supported version: 202007.
Request headers
The event that triggered this delivery, e.g. orders/create
orders/createBase64-encoded HMAC-SHA256 signature of the request body, generated with your app's Client Secret. Use it to verify the request comes from Shoplazza
The domain of the store that generated the event
example.myshoplaza.comThe API version used to serialize the payload
2025-06Deduplication ID for this delivery. It stays the same across retries of the same event—use it for idempotency
Request body
- Schema
- Example
supplier object
contactstringContact person
contact_informationstringContact information (email / phone)
created_atstringCreation time
location_addressstringWarehouse detailed address
location_citystringWarehouse city
location_countrystringWarehouse country
location_country_codestringWarehouse country code
location_provincestringWarehouse state / province
location_province_codestringWarehouse state / province code
office_addressstringOffice detailed address
office_citystringOffice city
office_countrystringOffice country
office_country_codestringOffice country code
office_provincestringOffice state / province
office_province_codestringOffice state / province code
statebooleanSupplier status. false = disabled, true = enabled
supplier_idintegerSupplier ID
supplier_informationstringQualification information
supplier_nostringSupplier number
titlestringName
updated_atstringUpdate time
urlstringURL
{
"supplier": {
"contact": "string",
"contact_information": "string",
"created_at": "string",
"location_address": "string",
"location_city": "string",
"location_country": "string",
"location_country_code": "string",
"location_province": "string",
"location_province_code": "string",
"office_address": "string",
"office_city": "string",
"office_country": "string",
"office_country_code": "string",
"office_province": "string",
"office_province_code": "string",
"state": true,
"supplier_id": 0,
"supplier_information": "string",
"supplier_no": "string",
"title": "string",
"updated_at": "string",
"url": "string"
}
}