Prices
Get list of Item Prices By Barcode
GET
https://api.rnetpos.com/v1/item_prices/barcode/{barcode number}
Path Parameters
barcode
string
barcode number
Get Single Item Price By Store Number
GET
https://api.rnetpos.com/v1/item_prices/barcode/{barcode number}/store/{store number}
Path Parameters
barcode
string
store number
store
string
barcode number
GET
https://api.rnetpos.com/v1/item_prices
Query Parameters
from_date*
String
yyyy-MM-dd
to_date*
String
yyyy-MM-dd
group_code
String
from specified item's group code
store_code
String
from specified store
Upsert Item Prices
POST
http://api.rnet-tec.com/v1/item_prices
Upsert Item Prices
Request Body
object
item_price object - described below
Mandatory Fields:
ItemID/BarcodeNumber/ERPCode
Price
Tax - if not presented - taken from Store.
Store Logic-
if not presented - updartes all stores with the same price, and updaes chain price.
By Store "Code"
By Store ID(GUID)
By PriceLevelExID - will update items prices for ALL stores having the same PriceLevelExID.
By ERPCode
Upsert Item Price Levels
POST
http://api.rnet-tec.com/v1/item_price_levels
Upsert Item Price Levels
Request Body
object
item_price_levels object - described below
Mandatory Fields:
ItemID/BarcodeNumber/ERPCode
PriceList
ERPCode/FormatPriceID--Lea -**** please change name to PriceID
Last updated
Was this helpful?