Skip to main content

WrOrder

webround-docs


webround-docs / WrOrder

Interface: WrOrder

Defined in: wr.d.ts:774

A completed customer order

Properties

amount

amount: string

Defined in: wr.d.ts:780

Total order amount as a decimal string


createdAt

createdAt: string

Defined in: wr.d.ts:792

Creation timestamp (ISO 8601)


currencyCode

currencyCode: string

Defined in: wr.d.ts:782

ISO 4217 currency code


customerId

customerId: string

Defined in: wr.d.ts:778


id

id: string

Defined in: wr.d.ts:776

Unique identifier


items

items: WrOrderItem[]

Defined in: wr.d.ts:795


paymentStatus

paymentStatus: string

Defined in: wr.d.ts:784

Payment status (e.g. 'paid', 'pending', 'failed')


shippingStatus

shippingStatus: string

Defined in: wr.d.ts:786

Shipping status (e.g. 'shipped', 'unassigned')


shippingTrackingUrl

shippingTrackingUrl: string

Defined in: wr.d.ts:790

Shipping carrier tracking URL


storeId

storeId: string

Defined in: wr.d.ts:777


stripeInvoiceUrl

stripeInvoiceUrl: string

Defined in: wr.d.ts:788

Stripe-hosted invoice URL


updatedAt

updatedAt: string

Defined in: wr.d.ts:794

Last update timestamp (ISO 8601)