Procurements Update
Triggered when a procurement 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
procurement object
created_atstringCreation time
location_idintegerTarget warehouse ID
notestringNote
pending_quantityintegerIn-transit quantity
procurement_idintegerProcurement ID
procurement_items object[]
Procurement line items
Array [expiration_datestringExpiration date
idintegerItem ID
lot_numberstringLot number
pending_quantityintegerIn-transit quantity
purchase_pricestringPurchase price
received_quantityintegerReceived quantity
rejected_quantityintegerRejected quantity
shipped_quantityintegerShipped quantity
shipped_received_quantityintegerQuantity received on shipment
transfer_quantityintegerPurchase / transfer quantity
variant_idstringVariant UUID
variant_skustringSKU
]procurement_nostringProcurement number
received_quantityintegerReceived quantity
rejected_quantityintegerRejected quantity
snstringSerial number
source_idintegerSupplier ID or warehouse ID
source_typeintegerSource type. 1 = supplier ID, 2 = warehouse ID
stateintegerState. 1 = pending, 2 = partial, 3 = completed, 4 = cancelled
supplier_namestringSupplier name
transfer_quantityintegerPurchase / transfer quantity
updated_atstringUpdate time
{
"procurement": {
"created_at": "string",
"location_id": 0,
"note": "string",
"pending_quantity": 0,
"procurement_id": 0,
"procurement_items": [
{
"expiration_date": "string",
"id": 0,
"lot_number": "string",
"pending_quantity": 0,
"purchase_price": "string",
"received_quantity": 0,
"rejected_quantity": 0,
"shipped_quantity": 0,
"shipped_received_quantity": 0,
"transfer_quantity": 0,
"variant_id": "string",
"variant_sku": "string"
}
],
"procurement_no": "string",
"received_quantity": 0,
"rejected_quantity": 0,
"sn": "string",
"source_id": 0,
"source_type": 0,
"state": 0,
"supplier_name": "string",
"transfer_quantity": 0,
"updated_at": "string"
}
}