Przejdź do głównej zawartości

cartUpdateBuyerIdentity

Update buyer identity on the cart — email, phone, customer ID, country and language hints. Only supplied fields are touched; omit a field to leave it unchanged.

cartUpdateBuyerIdentity(
buyerIdentity: CartBuyerIdentityInput!
id: ID!
): CartUpdateBuyerIdentityPayload!

Arguments

cartUpdateBuyerIdentity.buyerIdentity ● CartBuyerIdentityInput! non-null input

Buyer identity fields — email / phone / customer ID / country / language; only supplied fields touched

cartUpdateBuyerIdentity.id ● ID! non-null scalar

Cart UUID whose buyer identity is updated

Type

CartUpdateBuyerIdentityPayload object

Result of cartUpdateBuyerIdentity.