ProductDependency

Check product dependency discount - client mode

Check if any product dependency grant some discount or not on given products.

SecurityClient_Credentials
Request
Request Body schema: application/json
Array of objects
customerNumber
integer

Customer number used to check active subscriptions or any pending orders

Responses
200

OK

Response Schema: application/json
Array of objects
400

Bad Request

429

Too Many Requests

500

Internal Server Error

post/v1/client/productdependency/discount
Request samples
application/json
{
  • "productCodes": [
    ],
  • "customerNumber": 999
}
Response samples
application/json
{
  • "productsWithDiscount": [
    ]
}