checkout

Checkout Quote Created

postWebhookcheckout.quote.created

Payload

event_type'checkout.quote.created' required
team_idstring uuid required

Example payload

{
  "data": {
    "created_at": "2021-01-01T00:00:00Z",
    "expires_at": "2021-01-01T00:00:00Z"
  }
}

Response

Successful Response

{"stackTrail":"webhooks:checkout.quote.created:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}

Changes

Webhooks have no change history: a webhook is keyed by its event name rather than a path and method, so no recorded change can name it.