WebhookOrderUpdatedPayload
Sent when an order is updated.
An order is updated when:
- Its status changes, e.g. from
pendingtopaid. - It's refunded, partially or fully.
Discord & Slack support: Full
Summary
Types
@type t() :: %PolarExpress.Schemas.WebhookOrderUpdatedPayload{ data: PolarExpress.Schemas.Order.t() | nil, timestamp: DateTime.t() | nil, type: String.t() | nil }
datatimestamp- Format: date-time.type