CartValidationInput
Represents the parameters required for posting 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 in which validation needs to be triggered, if not provided cart locale will be used |
pageSource ValidationPageSource PREVIEW | Represents the page source from where the validation is triggered |
Mutations for CartValidationInput
validateCart PREVIEW | Validates cart items through the validation engine |