Shopify-WMS Order Error Handling
WMS POST API
CREATE ORDER API
https://wms.eshopbox.com/api/order
CANCEL ORDER API
https://wms.eshopbox.com/api/cancel-order
POSSIBLE ERROR RESPONSES
In the following table, the Maximum number of cases are covered with Request, Response with Status Code and the Possible Reason behind these errors.
Case # | REQUEST | RESPONSE STATUS CODE | POSSIBLE REASON | Retryable |
---|---|---|---|---|
#1 | When the Required WMS Request Body Parameters keys are not passed in the correct way | 400 BAD REQUEST |
| NO |
#2 | No Access Token provided | 401 UNAUTHORIZED |
|
|
#3 | Invalid Access Token provided | 401 UNAUTHORIZED |
|
|
#4 | Not having required Scopes in the Access Token to make HTTP REQUEST on an API | 403 FORBIDDEN |
|
|
#5 | “itemID“ invalid | 422 UNPROCESSABLE ENTITY |
| No |
#6 | Shipping Address or Billing Address is not Provided | 422 UNPROCESSABLE ENTITY |
|
|
#7 | CustomerOrderNumber already Taken | 422 UNPROCESSABLE ENTITY |
|
|
#8 | Order Already Cancelled or the Order is not Created | 422 UNPROCESSABLE ENTITY |
|
|
#9 | HTTP Request is correct but 5XX is returned by Shopify | 5XX Errors |
|
|