@agorio/sdkDocs


Interface: AcpOrder

Canonical ACP Order (spec Order schema).

Properties

adjustments?

optional adjustments: AcpAdjustment[]

Defined in

src/types/index.ts:311


checkout_session_id

checkout_session_id: string

Defined in

src/types/index.ts:302


confirmation?

optional confirmation: AcpOrderConfirmation

Defined in

src/types/index.ts:307


estimated_delivery?

optional estimated_delivery: AcpEstimatedDelivery

Defined in

src/types/index.ts:306


fulfillments?

optional fulfillments: AcpFulfillment[]

Defined in

src/types/index.ts:310


id

id: string

Defined in

src/types/index.ts:301


line_items?

optional line_items: AcpOrderLineItem[]

Defined in

src/types/index.ts:309


order_number?

optional order_number: string

Defined in

src/types/index.ts:303


permalink_url: string

Defined in

src/types/index.ts:304


status

status: AcpOrderStatus

Defined in

src/types/index.ts:305


support?

optional support: AcpSupportInfo

Defined in

src/types/index.ts:308


totals?

optional totals: AcpTotal[]

Defined in

src/types/index.ts:312


type?

optional type: "order"

Discriminator present in webhook payloads — always ‘order’.

Defined in

src/types/index.ts:300