Version: 1.01
Version 1.01
Order Resource
- Create Order
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when product is out of stock instead of 400 (BAD_REQUEST)
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when offer is not available instead of 400 (BAD_REQUEST)
- Added all possible error codes to the documentation
- Confirm Order
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when product is out of stock instead of 400 (BAD_REQUEST)
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when offer is not available instead of 400 (BAD_REQUEST)
- Added all possible error codes to the documentation
- Resolve Order
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when product is out of stock instead of 400 (BAD_REQUEST)
- Now returns HTTP status 422 (UNPROCESSABLE_ENTITY) when offer is not available instead of 400 (BAD_REQUEST)
- Added all possible error codes to the documentation
- Cancel Order
- Changed NOT_FOUND error message to be inline with other endpoints
- Added all possible error codes to the documentation
- Find Order:
- Changed NOT_FOUND error message to be inline with other endpoints
- Added all possible error codes to the documentation
- Find All Orders:
- The endpoint now returns the correct object when pagination is applied
- Added all possible error codes to the documentation
Account Resource:
- Find All Accounts:
- Added all possible error codes to the documentation
Brand Resource:
- List Brands:
- Added all possible error codes to the documentation
Product Resource
- List Products:
- Added all possible error codes to the documentation