Skip to main content
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

x-vambe-timestamp
string
required

Unix epoch seconds when the request was signed. Requests older than 5 minutes are rejected.

x-vambe-signature
string
required

Hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret.

Path Parameters

appId
string
required

Body

application/json
fulfillment
object
required
external_store_id
string
event_id
string

Response

201 - undefined