Agent-readable docs index: /llms.txt. Download /docs.zip to grep all markdown files locally.

Fields


path dutyPrice
A Price object representing the duty on the products in the cart.
path subtotalPrice
A Price object representing the subtotal of the products in the cart before taxes and shipping fees are applied.
path marginPrice
A Price object representing the margin on the products in the cart.
path notAvailableIds[String!]!required
An array of string IDs representing the products that are not available for purchase. This can be helpful in notifying the user about any unavailable items in their cart.
path shippingMethods[ShippingMethod!]!required
An array of ShippingMethod objects that contain information about the available shipping options for the cart.
path selectedShippingMethodShippingMethod!required
A ShippingMethod object that contains information about the selected shipping option for a store.
path errors[ShopifyOfferError!]!required

Related types