Update Pricelist Item
Updates a price item within a price list.
put
Path parameters
priceListIdstringRequired
idstringRequired
Body
statusstringOptional
reasonForChangestring | nullableOptional
descriptionstring | nullableOptional
unitPPnumber · doubleOptional
unitLPnumber · doubleOptional
unitSPnumber · doubleOptional
markupnumber · doubleOptional
Responses
200
OK
application/json
400
Bad Request
application/json
403
Forbidden
application/json
404
Not Found
application/json
put
/public/v1/catalog/price-lists/{priceListId}/items/{id}Last updated
Was this helpful?