Prices
Get list of Item Prices By Barcode
Path Parameters
Name
Type
Description
{
"Item": {
"ItemID": "a746f4cc-029b-4576-a0c6-05c45794a947",
"Name": "בקבוק טרמי",
"BarcodeNumber": "055000001137",
"ModelNumber": "555",
"Description": "מחמם במיוחד",
"GeneralPrice": 89,
"ERPCode": null
},
"StoresPrices": [
{
"ItemStoreID": "8d91fea0-fdc3-4e5e-8382-0821c1a12c02",
"MarkUp": 91.011,
"Price": 85,
"AVGCost": 0,
"TaxRate": 17,
"Store": {
"StoreId": "5f20e99a-99a8-4f84-91dd-ba2b4e973c8d",
"StoreName": "סניף ירושלים",
"Code": "1"
}
},
{
"ItemStoreID": "2c9c742a-d97f-44c3-b99e-2233e31ad6b3",
"MarkUp": 100,
"Price": 89,
"AVGCost": 0,
"TaxRate": 17,
"Store": {
"StoreId": "dea6fe69-50e3-4811-819e-6a615a2652a7",
"StoreName": "סניף באר שבע",
"Code": "6"
}
},
{
"ItemStoreID": "77915ec5-328d-4616-ae1f-26f0e65f1fe7",
"MarkUp": 79.775,
"Price": 80,
"AVGCost": 0,
"TaxRate": 17,
"Store": {
"StoreId": "f14c8a70-8506-42de-a220-74c000c7d271",
"StoreName": "סניף חיפה",
"Code": "3"
}
}
]
}Get Single Item Price By Store Number
Path Parameters
Name
Type
Description
Query Parameters
Name
Type
Description
Upsert Item Prices
Request Body
Name
Type
Description
Upsert Item Price Levels
Request Body
Name
Type
Description
Last updated