Article

Check article price

The user needs to be logged in to use this endpoint, click here to read more.

This API returns the price for an given article.

SecurityAuthorization_Code
Request
Request Body schema: application/json
category
string or null <= 12 characters

The category code. If null this function returns all prices for this product.

companyCode
required
string <= 12 characters

The company code for the article

product
required
string <= 12 characters

The product code

Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

post/v1/article/price/check
Request samples
application/json
{
  • "category": "CO3759",
  • "companyCode": "23467892",
  • "product": "CO27409"
}
Response samples
application/json
{
  • "articlePriceResponse": [
    ]
}