@agorio/sdk • Docs
Interface: AcpOrderLineItem
Properties
description?
optionaldescription:string
Defined in
src/types/index.ts:213
id
id:
string
Defined in
src/types/index.ts:210
image_url?
optionalimage_url:string
Defined in
src/types/index.ts:214
product_id?
optionalproduct_id:string
Defined in
src/types/index.ts:212
quantity
quantity:
AcpOrderLineItemQuantity
Defined in
src/types/index.ts:216
status?
optionalstatus:string
Derived: ‘processing’ | ‘partial’ | ‘fulfilled’ | ‘removed’.
Defined in
src/types/index.ts:221
subtotal?
optionalsubtotal:number
Defined in
src/types/index.ts:218
title
title:
string
Defined in
src/types/index.ts:211
totals?
optionaltotals:AcpTotal[]
Defined in
src/types/index.ts:219
unit_price?
optionalunit_price:number
Defined in
src/types/index.ts:217
url?
optionalurl:string
Defined in
src/types/index.ts:215