product
warehouse
orderUnit
curl --location --request POST '/Price' \
--header 'Content-Type: application/json' \
--data-raw '{
"productID": "PROD1964",
"warehouse": "WH1035",
"orderUnit": "DZ",
"priceZone": 260,
"price": 188.79,
"showPrice": 729.89,
"msrp": 182.79,
"canOrder": false
}'
{
"id": "f9hhjp",
"productID": "PROD1964",
"warehouse": "WH1035",
"orderUnit": "DZ",
"priceZone": 260,
"price": 188.79,
"showPrice": 729.89,
"msrp": 182.79,
"canOrder": false
}