POST api/v1/product/priceslist
JOS: ADD COMMENTS
Request Information
URI Parameters
None.
Body Parameters
ProductIdentifierV1Name | Description | Type | Additional information |
---|---|---|---|
ProductId |
For internal use |
integer |
None. |
ProductNumber |
Number of the product |
string |
None. |
ProductUniqueId |
GUid of the product |
globally unique identifier |
None. |
Request Formats
application/json, text/json, application/xml, text/xml, application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
Collection of ProductPriceInformationV1Name | Description | Type | Additional information |
---|---|---|---|
ArticleNumber |
Own Article Number of the variation |
string |
None. |
CustomerNumber |
Obsolete |
string |
None. |
Quantity |
The quantity |
integer |
None. |
RegularPrice |
The regular price |
decimal number |
None. |
Discount |
The Discount for the customer on the Regular price |
decimal number |
None. |
CustomerSpecificSellingPrice |
The customer specific price |
decimal number |
None. |
QuantityDependentPrice |
True, when the price is quantity related. Otherwise the price is a fixed price for the total quantity |
boolean |
None. |
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.