CheckoutRemovePromoCode
Remove a gift card or a voucher from a checkout.
type CheckoutRemovePromoCode {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutRemovePromoCode.checkout ● Checkout object
The checkout with the removed gift card or voucher.
CheckoutRemovePromoCode.checkoutErrors ● [CheckoutError!]! non-null object
Returned By
checkoutRemovePromoCode mutation