Skip to main content
interface

Represents a cart line common fields.

•Attribute

An attribute associated with the cart line.

•[Attribute!]!non-null

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

•CartLineCost!non-null

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.

•[CartDiscountAllocation!]!non-null

The discounts that have been applied to the cart line.

•ID!non-null

A globally-unique ID.

•Merchandise!non-null

The merchandise that the buyer intends to purchase.

•Int!non-null

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

Anchor to sellingPlanAllocationsellingPlanAllocation
•SellingPlanAllocation

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

•CartLineEstimatedCost!non-nullDeprecated

Was this section helpful?

Anchor to Types implemented inTypes implemented in


Was this section helpful?
OSZAR »