ApplyCustomerDataToCartInput
Input object
Input for applying customer data (form values) to a cart.
Fields
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart to update. | ID! |
data | Customer data form values to apply to the cart. | [ FormValueInput! ] |
Input for applying customer data (form values) to a cart.
| Field | Description | Type |
|---|---|---|
cartId | The ID of the cart to update. | ID! |
data | Customer data form values to apply to the cart. | [ FormValueInput! ] |