Price check

Checks the price of the product.

get

Sample request:

Get /stock-price
{
   "productId": 1,
   "dmdCode": 12345678,
   "totalPacks": 2,
}
Authorizations
Query parameters
productIdinteger · int32Optional
dmdCodeinteger · int64Optional
totalPacksinteger · int32Optional
Responses
200
Price of the product.
application/json
get
GET /api/v1/Product/price-check HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "price": 1
}

Last updated