checkoutAttributesUpdateV2 - storefront - MUTATION
Version: 2024-04
Description:
Updates the attributes of a checkout if `allowPartialAddresses` is `true`.
Access Scopes
`unauthenticated_write_checkouts` access scope.
Arguments
-
checkoutId:
ID! -
The ID of the checkout.
-
input:
CheckoutAttributesUpdateV2Input! -
The checkout attributes to update.
Returns
-
checkout:
Checkout
The updated checkout object.
-
checkoutUserErrors:
CheckoutUserError!
The list of errors that occurred from executing the mutation.
-
userErrors:
UserError!
The list of errors that occurred from executing the mutation.
Examples