Changes to Bulk-upsert one item's price rows from the item price sheet (bulk admin entry / re-import of the exported `.xlsx`). Body fields match M:IO.CommonAPI.Controllers.v1.Catalog.ItemPricesController.DownloadXlsx(System.Int32,IO.Domain.Shared.Enums.PriceType,IO.Catalog.Contracts.DTO.Pricelists.ItemPricesExportRequest,System.Threading.CancellationToken)'s columns exactly; an empty `companyCode` targets the item's base price. Returns the count upserted.

POST /v1/Items/{itemId}/prices/bulk

Every recorded change to this endpoint, newest first. Back to the operation

Changed in 1 of the 2 revisions of this API.1

  1. 61263b2302a01

What changed