The input fields to provide the necessary information to update the buyer identity associated with a cart through the updateCartBuyerIdentity
mutation. By providing the cart ID and the updated buyer identity information, the API can update the cart's buyer identity accordingly.
Fields
id
: ID!
The ID of the cart that the user wants to update the buyer identity for.
buyerIdentity
: BuyerIdentityInput
The BuyerIdentityInput
object containing the updated buyer identity information.