Response body schema for POST /validations
.
Name | Type | Description |
---|---|---|
valid | Boolean | The result of the validation. It takes all of the redeemables into account and returns a `false` if at least one redeemable is inapplicable. Returns `true` if all redeemables are applicable. |
redeemables | List<ValidationsValidateResponseBodyRedeemablesItem> | |
skippedRedeemables | List<ValidationsRedeemableSkipped> | Lists validation results of each skipped redeemable. |
inapplicableRedeemables | List<ValidationsRedeemableInapplicable> | Lists validation results of each inapplicable redeemable. |
order | OrderCalculated | |
trackingId | String | Hashed customer source ID. |
session | Session | |
stackingRules | StackingRules |