Custom Ecommerce Apps · Webhooks
Order event
Push a created/updated order. Routed into the standard ecommerce order pipeline for the resolved installation.
post/api/public/apps/{appId}/events/order
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.
Request body
Changes
No recorded changes to this endpoint across all 1 revision of this API.