Relograde API Docs
Changelog

v1.01

Release notes for Relograde API v1.01

Order Resource

Create Order

  • Changed · now returns 422 Unprocessable Entity instead of 400 Bad Request when the product is out of stock or the offer is unavailable.
  • Added · documented all possible error codes.

Confirm Order

  • Changed · now returns 422 Unprocessable Entity instead of 400 Bad Request when the product is out of stock or the offer is unavailable.
  • Added · documented all possible error codes.

Resolve Order

  • Changed · now returns 422 Unprocessable Entity instead of 400 Bad Request when the product is out of stock or the offer is unavailable.
  • Added · documented all possible error codes.

Cancel Order

  • Changed · NOT_FOUND message aligned with the other endpoints.
  • Added · documented all possible error codes.

Find Order

  • Changed · NOT_FOUND message aligned with the other endpoints.
  • Added · documented all possible error codes.

Find All Orders

  • Fixed · now returns the correct object when pagination is applied.
  • Added · documented all possible error codes.

Account Resource

Find All Accounts

  • Added · documented all possible error codes.

Brand Resource

List Brands

  • Added · documented all possible error codes.

Product Resource

List Products

  • Added · documented all possible error codes.

On this page