Skip to main content

CartReceipt

No description

type CartReceipt {
subtotal: Money!
discount: Money!
tax: Money!
shipping: Money!
total: Money!
automaticDiscount: Money!
}

Fields

CartReceipt.subtotal ● Money! non-null object

CartReceipt.discount ● Money! non-null object

CartReceipt.tax ● Money! non-null object

CartReceipt.shipping ● Money! non-null object

CartReceipt.total ● Money! non-null object

CartReceipt.automaticDiscount ● Money! non-null object

Member Of

CalculateCartResponse object ● Cart object ● ValidatedAdminCart object