...
In case of a 400 or 500 in the Increff Omni system , the below JSON body will be thrown.Note: In case of status code 500,
Please have a retry mechanism in place
...
for all the APIs where some details are being pushed to Increff system
Code Block | ||
---|---|---|
| ||
{ "code": "BAD_DATA", "message": "Input validation failed", "description": "[channelSkuCode: may not be null]" } |
...