Objects
CartCost
Represents estimated costs that the buyer will pay at checkout. The costs are subject to change and changes will be reflected at checkout. The cost field uses the buyerIdentity field to determine shipping pricing
Fields
subtotal
required
The amount, before taxes and cart-level discounts, for the customer to pay
tax
The tax amount for the customer to pay at checkout
margin
required
The total margin amount
shipping
The shipping amount for the customer to pay at checkout
total
The total amount for the customer to pay
isEstimated
Boolean!
requiredIndicates whether the cost is estimated
Related types
Was this page helpful?