CheckoutRemovePromoCode
Result of checkout remove promo code mutation.
type CheckoutRemovePromoCode {
checkout: Checkout
checkoutErrors: [CheckoutError!]!
}
Fields
CheckoutRemovePromoCode.checkout ● Checkout object
The checkout with the promo code removed.
CheckoutRemovePromoCode.checkoutErrors ● [CheckoutError!]! non-null object
List of errors that occurred executing the mutation.
Returned By
checkoutRemovePromoCode mutation