v1
latestOpenAPI 3.0.02026-07-2612645160.3 KBCustom Ecommerce Apps · Webhooks
Fulfillment event
Push a shipment/fulfillment. Linked to its order even if it arrives before the order webhook.
post/api/public/apps/{appId}/events/fulfillment
Path parameters
appIdstring required
Headers
x-vambe-timestampstring required
Unix epoch seconds when the request was signed. Requests older than 5 minutes are rejected.
x-vambe-signaturestring required
Hex HMAC-SHA256 of ${x-vambe-timestamp}.${rawBody} using the app signing secret.