Skip to main content

Interface: IOrderItem

Represents an order item.

Properties

image_url

image_url: null | string

The URL of the image. Can be null if not available.

Defined in

src/merchant/merchant.interface.ts:196


name

name: string

The name of the item.

Defined in

src/merchant/merchant.interface.ts:168


price

price: number

The price of the item.

Defined in

src/merchant/merchant.interface.ts:173


product_url

product_url: null | string

The URL of the product. Can be null if not available.

Defined in

src/merchant/merchant.interface.ts:190


quantity

quantity: number

The quantity of the item.

Defined in

src/merchant/merchant.interface.ts:178


sku

sku: null | string

The SKU of the item. Can be null if not available.

Defined in

src/merchant/merchant.interface.ts:163


subtotal

subtotal: null | number

The subtotal of the item. Can be null if not available.

Defined in

src/merchant/merchant.interface.ts:184