Getting started
Different partners have different requirements, but we have tried to summaries the most common use-cases here along with which API operations that are needed.
In the menu on the left you can some of the most commons use-cases.
Retry API requests
Even though the Storebox API are running on high-availability cluster setup with multiple servers for each API, there may occur errors.
Below is table of how to react to different status codes, returned by the Storebox APIs.
| Status code | Description | Retry | 
|---|---|---|
| 500 | Internal Server Error | Yes | 
| 502 | Bad Gatway | Yes | 
| 503 | Service Unavailable | Yes | 
| 504 | Gateway Timeout | Yes | 
| 4xx | Issues with the request | No | 
| Timeout | Timeout between the client and Storebox hosting | Yes |