OrderHistoryLineItem
Overview
The OrderHistoryLineItem
type represents a line item as part of order history order detail.
Attributes
id
type: string
The unique identifier for the line item.
name
type: string
The name of the product.
imageUrl
type: string
The URL of the product image.
quantity
type: number
The quantity of the product.
product
type: Product
The product details.
itemPricing
type: Money
The pricing of the item.
total
type: Money
The total price of the item.
Product
This nested type represents the details of a product within OrderHistoryLineItem
.
id
type: string
The unique identifier for the product.
name
type: string
The name of the product.
attributes
type: object[]
Additional attributes of the product.
attributes[].name
type: string
The name of the attribute.
attributes[].value
type: string
The value of the attribute.