Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Status codePossible reasons
400 Bad RequestYou have sent an invalid JSON format or invalid data. Validation errors will be printed into the body of the response.
404 Not FoundThe request resource could not be found
500 Internal Server ErrorWe got the correct data but the server got an unknown error while processing your request. You will find detailed information about the error in the body of the response.

Example error result:

Code Block
{"errorKey":"INCORRECT_INPUT_DATA","errorMessage":"invalid item number: xd004"}

 

ENum Values

All possible values of our Enum types are described here.

...