Item Costs REST Endpoints

Inventory Management/Item Costs
The cost of an inventory item specific to a cost organization and cost book for items that use the perpetual average cost method. To achieve better performance, use the appropriate finders with the filter parameters cost organization, cost book, and item. In addition, for further improvement in performance, you need to create and enable the profile option CST_ADJ_REST_IGNORE_QTY_ONHAND in the cost management application. With this profile option, the REST process ignores on-hand calculations and returns the cost.
Get all costs
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCosts
Get one cost
Method: get
Path: /fscmRestApi/resources/11.13.18.05/itemCosts/{itemCostsUniqID}