import { ShopifyCartPaymentUpdatePayload } from '@daffodil/driver/shopify'
Return type for cartPaymentUpdate mutation.
interface ShopifyCartPaymentUpdatePayload {
__typename: "CartPaymentUpdatePayload"
cart: ShopifyCart
userErrors: ShopifyCartUserError[]
}
__typename "CartPaymentUpdatePayload" |
|---|
cart ShopifyCart |
|---|
The updated cart. |
userErrors ShopifyCartUserError[] |
|---|
The list of errors that occurred from executing the mutation. |