@agorio/sdkDocs


Interface: AcpOrderLineItem

Properties

description?

optional description: string

Defined in

src/types/index.ts:213


id

id: string

Defined in

src/types/index.ts:210


image_url?

optional image_url: string

Defined in

src/types/index.ts:214


product_id?

optional product_id: string

Defined in

src/types/index.ts:212


quantity

quantity: AcpOrderLineItemQuantity

Defined in

src/types/index.ts:216


status?

optional status: string

Derived: ‘processing’ | ‘partial’ | ‘fulfilled’ | ‘removed’.

Defined in

src/types/index.ts:221


subtotal?

optional subtotal: number

Defined in

src/types/index.ts:218


title

title: string

Defined in

src/types/index.ts:211


totals?

optional totals: AcpTotal[]

Defined in

src/types/index.ts:219


unit_price?

optional unit_price: number

Defined in

src/types/index.ts:217


url?

optional url: string

Defined in

src/types/index.ts:215