This endpoint checks if a specific item or an entire order, for a merchant, is eligible for exchange or not.
Exchange eligibility per item
Bad request
Order not exists!
Internal server error
{- "orderId": "62f3982438bcab1951be0a19",
- "eligibleReasonCodes": [
- "wrong item"
], - "policyType": "Exchange or return or cancellation",
- "period": "30D00H00M",
- "items": [
- {
- "lineItemId": "62f3dfc438bcab1951be0a19",
- "eligibleQuantity": 10,
- "eligible": true
}
], - "fees": [
- {
- "platinumFee": 33.9,
- "currency": "USD"
}
]
}