CheckoutRemovePromoCode
Remove a gift card or a voucher from a checkout.
type CheckoutRemovePromoCode {
checkout: Checkout
checkoutErrors: [CheckoutError!]! @deprecated
errors: [CheckoutError!]!
}
Fields
CheckoutRemovePromoCode.checkout ● Checkout object
The checkout with the removed gift card or voucher.
CheckoutRemovePromoCode.checkoutErrors ● [CheckoutError!]! deprecated non-null object
DEPRECATEDThis field will be removed in Saleor 4.0. Use
errorsfield instead.
CheckoutRemovePromoCode.errors ● [CheckoutError!]! non-null object
Returned by
checkoutRemovePromoCode mutation
Was this page helpful?