Mutations
updateCartBuyerIdentity
Updates the buyer’s identity if it was not provided in the createCart mutation.
Arguments
The input
object contains the unique identifier (ID
) for the cart and the buyer identity details that need to be associated with the cart.
Returns
Any requested field from the CartResponse
object.
Usage
Was this page helpful?