CartValidationRequest
Represents the parameters required for requesting cart validations
This page contains
Fields
| cartId ID! | Represents the cart id required for validation |
| itemIds [ID!] | Represents the array of item IDs in the cart |
| level CartValidationLevel! PREVIEW | Represents the level of validation: PRE_FINALIZE or PREVENT_FINALIZE |
| locale Locale | Represent the locale for which validation results needs to be fetched, if not provided cart locale will be used |


