Represents a cart line common fields.


An attribute associated with the cart line.

The attributes associated with the cart line. Attributes are represented as key-value pairs.

The cost of the merchandise that the buyer will pay for at checkout. The costs are subject to change and changes will be reflected at checkout.

The discounts that have been applied to the cart line.

A globally-unique ID.

The merchandise that the buyer intends to purchase.

The quantity of the merchandise that the customer intends to purchase.

The selling plan associated with the cart line and the effect that each selling plan has on variants when they're purchased.


Was this section helpful?


Was this section helpful?
Copy
{
	"attribute": {
		"key": ""
	},
	"attributes": "",
	"cost": "",
	"discountAllocations": "",
	"estimatedCost": "",
	"id": "",
	"merchandise": "",
	"quantity": "",
	"sellingPlanAllocation": ""
}