ApplyCustomerDataToCartPayload
Object
Payload resolved after applying customer data to a cart.
Fields
| Field | Description | Type |
|---|---|---|
cart | The updated cart. | Cart |
validation | The result of validating the provided customer data. | CustomerDataValidationResult |
Used By (1)
ApplyCustomerDataToCartPayload is referenced by the following fields, arguments, and input fields:
| Type | Field |
|---|---|
Mutation | applyCustomerDataToCart |