Update Item Sales Channel Price
Update a specific sales channel price for a given item
Authorizations
The access token received from the authorization server in the OAuth 2.0 flow.
Headers
The tenant ID for the target ERP instance.
The User-Id (int or uuid) on whose behalf the request is executed. Requires scope 'Application.RunAs'.
The Company-Id (int or uuid) of the company on whose behalf the request is executed.
Path Parameters
The sales channel Id of the item that the sales channel price belongs to. Only online shops and JTL-POS are allowed.
The quantity the customer must buy to find the sales price.
The item Id of the item that the sales channel price belongs to.
The customer Group Id of the item that the sales channel price belongs to.
Body
The item sales channel price to update.
Model Class: UpdateItemSalesChannelPrice
The net sales price of the item. If you use NetPrice, you can't use ReduceStandardPriceByPercent too. Only one can be used.
Reduce the default sales price by a percentage. If you use NetPrice, you can't use ReduceStandardPriceByPercent too. Only one can be used.