Get a pricelist item

Gets a priceList item. Returns null if the PriceListItem does not exist. Prices are in the currency of the PriceList.

Request
query Parameters
partNo
required
string

The PartNo of the PriceListItem to fetch.

pricelistId
required
integer <int32>

The internal Id of the current PriceList for which the PriceListItem is fetched.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/CustomerService.svc/rest/GetPricelistItem
Response samples
{
  • "PartNo": "string",
  • "PricelistId": 0,
  • "Price": 0,
  • "PriceRecommended": 0,
  • "IsActive": true,
  • "PriceRule": {
    }
}