Warehouse
Price create and update.
Create/update product price
post/rest/api/warehouse/price-calculated/
Request body
Example request
{
"product": 11,
"price": 12,
"customMode": 3
}Response
Create/update price correctly
Changes
No recorded changes to this endpoint across all 1 revision of this API.