Table of Contents | ||
---|---|---|
|
...
Date | Description |
---|---|
to be announced | New version due to move to a new server. URL change and yaml version. S |
| As of February 1, 2022, CB will no longer support TLS 1.0 and 1.1 |
| Initial document |
...
Webservice approache | REST - Representational State Transfer |
OpenAPI specification | https://app.swaggerhub.com/apis/cb_org/PPStockAvailabilityAPI (PhysicalProductStockAvailabilityAPI-1.0.0.yaml ) |
Content type | The content/body in the request and response has to be, will be in json format Is dit wel oké. Bij Authentication |
URL Test | |
URL Production | https://media.cb-api.nl/physicalproduct/stock/v1/availability |
Supported SSL/TLS protocols | TLS 1.2 |
TLS 1.3 |
...
HTTP code | Code | Message | ||
---|---|---|---|---|
200 | ||||
200 | WMS-00015 | 400 | CEP-200 | An generic error code for syntactic errors. |
400 | CEP-002 | <detail "invalid (based on OpenAPI-specification) input" message> | ||
401 | CEP-003 | You are not authenticated | ||
404 | CEP-004 | Resource not available | ||
500 | "Internal server error" | |||
500 | WMS-00000 | Something went wrong in processing the request. (<error-reference-code>) |
...