ApplyCustomerDataToCartInput
Input object
Input for applying customer data to a cart during the checkout flow.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart to update. | ID! |
data | The customer data to apply, as a list of key-value pairs. Passing null or omitting this field clears the customer data from the cart. | [ FormValueInput! ] |
Used By (1)
ApplyCustomerDataToCartInput is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | applyCustomerDataToCart(input) |