Loading supplier price lists via the API?

Is there away to load in supplier price lists via the API?

Or would I be better off using a custom function inside the API?

Anyone else attempt this or know what the endpoint is? Looked through the API but I haven’t found the call that would work for the REST API at least. Trying to limit custom functions to a minimum.

I think it’s Erp.BO.PriceLstSvc/PriceLsts

I believe I solved it.

This is the call I was looking for…
/{currentCompany}/Erp.BO.VendPartSvc/VendParts

Good call. I still stumble about due to the names of things not being consistent.

No worries. Took me a while to find the right one. Wasn’t as clear cut as I thought it would be. I had the same issues with the naming convention.