Order event
Webhook API
Order event
Push a created/updated order. Routed into the standard ecommerce order pipeline for the resolved installation.
POST
Order event
Push a created or updated order. Vambe resolves the installation from
appId
(and external_store_id for multi-store apps) and routes the order into the
standard ecommerce pipeline.
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
