Skip to main content
Skip table of contents

GET by ID Item Pricing

Using this service, you can get the details of a Pricing record defined for an Item, Kit, Part or a Misc. charge, so that you can use this information in an external application or use it to update or delete the Pricing record using other Pricing APIs.

GET

End Point: /items/{ID}/pricings/{recordID}

  • The response will have the list of pricing records of the given SKU

  • Records are given back in pages (Implicit Pagination). 25 records per page.

  • Each record will have the recordid attribute (unique internal reference of a pricing record), which can be used by the client to invoke further PUT/DELETE

  • Query param "filter" can be used to fetch with specific conditions

Sample Request Payload:

GET /items/SKU12938/pricing/3a8b9e4c8f7d3

Input parameters are:

  • Item SKU/recordID

  • Item pricing recordID

Sample response payload

CODE
{
 recordid : "3a8b9e4c8f7d3"
 pricegroupid : "PG1"
 effectivedate : "05/23/2024"
 unit : "Day"
 price : 100
 cost : 25
 overheadcost : 5
 minimumprice : 70
}

 

JavaScript errors detected

Please note, these errors can depend on your browser setup.

If this problem persists, please contact our support.