ApplyCheckoutOptionsToCartPayload
Object
Payload for the applyCheckoutOptionsToCart mutation.
Contains the updated cart after applying checkout options. The cart will reflect any changes to pricing or other attributes that resulted from applying the checkout options.
After applying checkout options, you can view the applied options using the Cart.checkoutOptions field and
verify the updated total price using the Cart.grandTotal field.
Fields
| Field | Description | Type |
|---|---|---|
cart | The updated cart with the applied checkout options. | Cart |