Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 730 Bytes

ECommerceCartLineItem1.md

File metadata and controls

17 lines (11 loc) · 730 Bytes

# ECommerceCartLineItem1

Information about a specific cart line item.

Properties

Name Type Description Notes
Id string A unique identifier for the cart line item.
ProductId string A unique identifier for the product associated with the cart line item.
ProductVariantId string A unique identifier for the product variant associated with the cart line item.
Quantity int32 The quantity of a cart line item.
Price float32 The price of a cart line item.

[Back to Model list] [Back to API list] [Back to README]