Skip to content

INVPRICE

Product price

A single pricing option for a product

Inherits from EbmsDetailEntity

Properties

Version 1.6.436, Updated on Monday, April 29, 2024

Reading products

GEThttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/INVPRICE?$filter=ID eq 'DIRSHO'

Updating a price

PATCHhttps://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/INVENTRY('061PBSEDENMPC801')
{
"INVPRICEs@delta": [
    {
     "@id": "08UKK87FDNANGPA1",
     "MARKUP_ID": "4IS",
     "MARKUP": "Is $10.45"
     }

Getting the price of a product for a specific customer

GET
NATURALKEY:  https://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/INVENTRY(ID='BANANAS')/Model.Entities.GetPrice 
GUID: https://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/INVENTRY(50313630-5342-4445-454e-d5043383031)/Model.Entities.GetPrice
EBMS AUTOID: https://ecc123456789012345.servicebus.windows.net/MyEbms/ABC/OData/INVENTRY('061PBSEDENMPC801')/Model.Entities.GetPrice

{

    "PriceLevel": "Wholesale",
    "Uom": "cs",
    "CustomerId": "AMERET", 
   "Quantity": 10

}