id
in the endpoint pathAuthorization: Bearer ********************
curl --location --request GET '/Price/' \
--header 'Authorization: Bearer <token>'
{
"productID": "PROD2138",
"warehouse": "WH4586",
"orderUnit": "PK",
"priceZone": 609,
"price": 283.39,
"showPrice": 642.59,
"msrp": 739.59,
"canOrder": true
}