I'm importing inventory products using the API. You can set product cost from each supplier and also your sell price (Pricing level).
But i can't find any way to set the Cost variable that is used as the actual purchase price:
You can put in the prices for each supplier, but how do i use that as the cost for the product?
The rest of the values can be set when adding or updating a product using the API Url: "https://server_name/api/inventory/products/"
You can GET the Cost by using the API Url: "/v2/inventory/products/{productIndexId}/defaultcost". But i can't find any Url to post and update the cost.
Hi,
I'm importing inventory products using the API. You can set product cost from each supplier and also your sell price (Pricing level).
But i can't find any way to set the Cost variable that is used as the actual purchase price:
You can put in the prices for each supplier, but how do i use that as the cost for the product?
The rest of the values can be set when adding or updating a product using the API Url: "https://server_name/api/inventory/products/"
You can GET the Cost by using the API Url: "/v2/inventory/products/{productIndexId}/defaultcost". But i can't find any Url to post and update the cost.
Edited by carvic