Versions Compared

Key

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

Revision

to be announced

Date

Description

New version due to move to a new server. Authentication, URL change and new yaml version.

As of February 1, 2022, CB will no longer support TLS 1.0 and 1.1

Initial document

...

Request

Parameter

Description

Cardinality

Approved values

Product

Product composite

1..1000

ProductId

Identification of the product ät CB for which the available stock is requested

1..1

Maximum length 250 characters.Supported characterset Windows-1252

ProductIdType

The identification type of the product 

1..1

OWN

OwnerId

Identification of the owner of the product for which the available stock is requested

1..1

Response

Parameter

Description

Optionality

Approved values

StockAvailabilityByOwner

Stock availability by owner composite

1..n

ProductId

Identification of the product at CB for which the available stock is requested

1..1

ProductIdType

The identification type of the product

1..1

OWN

OwnerId

Identification of the owner of the product for which the available stock is requested

1..1

QuantityAvailable

The number of products available at the time of this request and ready for delivery

1..1

Authentication

Authentication

OPenID Connect (OIDC)

OpenAPI Specification

View file
namecb_org-PPStockAvailabilityByOwnerAPI-1.0.0-resolved.yaml

Authentication by means of a (Bearer) token.

Token

The token is requested

via

by means of an API call with credentials known to the

(web) shop

client. The credentials are specified as

a parameter.

parameters

Content type

Content-Type: application/x-www-form-urlencoded

Code Block
languagejson
grant_type=client_credentials&client_id=<client-id>&client_secret=<client-secret>

Token

URL's

voor opvragen

for requesting token:
test                  : https://token.tst.cb-api.nl/oauth2/token

acceptatie       

production      : https://token.

acc.

cb-api.nl/oauth2/token


productie        :

Code Block
languagejson
curl --request POST \
  --url 'https://token.tst.cb-api.nl/oauth2/token' \
  --header 'content-type: application/x-www-form-urlencoded' \
  --data grant_type=client_credentials \
  --data client_id=YOUR_CLIENT_ID \
  --data client_secret=YOUR_CLIENT_SECRET

Webservice information

TestURL

Webservice approache

REST - Representational State Transfer

OpenAPI specification

https://app.swaggerhub.com/apis/cb_org/PPStockAvailabilityByOwnerAPI (PhysicalProductStockAvailabilityByOwnerAPI-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

Production

https://media.cb-api.nl/physicalproduct/stockbyowner/v1/availabilitybyowner

Supported SSL/TLS protocols

TLS 1.2

TLS 1.3

Response messages

HTTP code

Code

Message

200

200

WMS-00025

### product(s) not found or no stock

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>)

Physical products for test purposes

EAN

Title

Publisher

Volume limits and performance requirements

...