Update wholesale price tier by id
Update wholesale price tier by id
Authorizations:Token
Query Parameters
id required | integerId value of the WholesalePrice object |
Request Body Schema:
WholesalePrice object that needs to be added product | |
id | integerWholesale price unique ID |
type | string |
price | stringValue |
quantityRangeBegin | integerQuantity range (begin) |
quantityRangeEnd | integerQuantity range (end) |
membership |
Responses
200Success
Response schema:
Success product | |
id | integerWholesale price unique ID |
type | string |
price | stringValue |
quantityRangeBegin | integerQuantity range (begin) |
quantityRangeEnd | integerQuantity range (end) |
membership |