Apologies in advance, this is probably a very n00b question, but I’m struggling to find an answer!
Can anyone advise on where I can find documentation on API functions?
As an example - I’m creating a migration job, based on this answer. However, the INVENTORY_PART_CONFIG_API.GET_ESTIMATED_MATERIAL_COST()
call isn’t giving the values I need. I know there’s also a .GET_INVENTORY_VALUE_BY_METHOD()
function in the same API; but where would I find a list of all the functions in the API, explaining what they are, their parameters, return value etc.?
I can find details of the REST APIs via API Explorer, but can’t find anything equivalent for API functions. Although there’s certainly some similarity with the REST APIs, they don’t seem identical - e.g. I can see a REST API called InventoryPartConfigSet
, with GET endpoints that include EstimatedMaterialCost
in the JSON, but nothing related to inventory value.