import { ShopifyCheckoutShippingAddressUpdateV2Payload } from '@daffodil/driver/shopify'
Return type for checkoutShippingAddressUpdateV2 mutation.
interface ShopifyCheckoutShippingAddressUpdateV2Payload {
__typename: "CheckoutShippingAddressUpdateV2Payload"
checkout: ShopifyCheckout
checkoutUserErrors: ShopifyCheckoutUserError[]
userErrors: ShopifyUserError[]
}
__typename "CheckoutShippingAddressUpdateV2Payload" |
|---|
checkout ShopifyCheckout |
|---|
The updated checkout object. |
checkoutUserErrors ShopifyCheckoutUserError[] |
|---|
The list of errors that occurred from executing the mutation. |
userErrors ShopifyUserError[] |
|---|
The list of errors that occurred from executing the mutation. |