Fulfillment event
Webhook API
Fulfillment event
Push a shipment/fulfillment. Linked to its order even if it arrives before the order webhook.
POST
Fulfillment event
Push a shipment/fulfillment update. The shipment is linked to its order even if
the fulfillment arrives before the order webhook (it is backfilled when the
order lands).
Every webhook must be signed: send
x-vambe-signature (hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret) and x-vambe-timestamp (unix epoch seconds). Requests older than 5 minutes are rejected.Headers
Unix epoch seconds when the request was signed. Requests older than 5 minutes are rejected.
Hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret.
Path Parameters
Response
201 - undefined
