@agorio/sdk • Docs
Interface: AcpOrder
Canonical ACP Order (spec Order schema).
Properties
adjustments?
optionaladjustments:AcpAdjustment[]
Defined in
src/types/index.ts:311
checkout_session_id
checkout_session_id:
string
Defined in
src/types/index.ts:302
confirmation?
optionalconfirmation:AcpOrderConfirmation
Defined in
src/types/index.ts:307
estimated_delivery?
optionalestimated_delivery:AcpEstimatedDelivery
Defined in
src/types/index.ts:306
fulfillments?
optionalfulfillments:AcpFulfillment[]
Defined in
src/types/index.ts:310
id
id:
string
Defined in
src/types/index.ts:301
line_items?
optionalline_items:AcpOrderLineItem[]
Defined in
src/types/index.ts:309
order_number?
optionalorder_number:string
Defined in
src/types/index.ts:303
permalink_url
permalink_url:
string
Defined in
src/types/index.ts:304
status
status:
AcpOrderStatus
Defined in
src/types/index.ts:305
support?
optionalsupport:AcpSupportInfo
Defined in
src/types/index.ts:308
totals?
optionaltotals:AcpTotal[]
Defined in
src/types/index.ts:312
type?
optionaltype:"order"
Discriminator present in webhook payloads — always ‘order’.
Defined in
src/types/index.ts:300