Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 1.13 KB

ECommerceCartLineItem.md

File metadata and controls

20 lines (14 loc) · 1.13 KB

# ECommerceCartLineItem

Information about a specific cart line item.

Properties

Name Type Description Notes
Id string A unique identifier for the cart line item. [optional] [readonly]
ProductId string A unique identifier for the product associated with the cart line item. [optional]
ProductTitle string The name of the product for the cart line item. [optional] [readonly]
ProductVariantId string A unique identifier for the product variant associated with the cart line item. [optional]
ProductVariantTitle string The name of the product variant for the cart line item. [optional] [readonly]
Quantity int32 The quantity of a cart line item. [optional]
Price float32 The price of a cart line item. [optional]
Links []ResourceLink A list of link types and descriptions for the API schema documents. [optional] [readonly]

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