Warehouse
Prices list.
List of prices
get/rest/api/warehouse/price-calculated/
Query parameters
priceinteger required
Price list ID
offsetinteger
Start on record
limitinteger
Limit of returned results, max 2000 records
Response
Returns list of prices
Example response
{
"list": [
{
"id": 1,
"price": 12,
"product": 3,
"customPriceWithTax": 14.9,
"customPriceModify": 10,
"customMode": 7
}
]
}Changes
No recorded changes to this endpoint across all 1 revision of this API.