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: Price!

The amount, before taxes and cart-level discounts, for the customer to pay


tax: Price

The tax amount for the customer to pay at checkout


margin: Price!

The total margin amount


shipping: Price

The shipping amount for the customer to pay at checkout


total: Price

The total amount for the customer to pay


isEstimated: Boolean!

Indicates whether the cost is estimated


Related types