Updates a ProductVariablePrice object

Updates a ProductVariablePrice object specified by ID

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
int64
required

ID of ProductVariablePrice to update

Body Params

ProductVariablePrice object that needs to be updated

int64
float
required

Price of the product with given weight. You can create multiple weight-price combination for the same product.

uri
required

Revel Product that is being sold by weight. Product can have multiple ProductVariablePrice with different combination of weight-price combination.

uri

URI of this ProductVariablePrice API object.

float
required

Product weight(or quantity) that is being sold with this price.

Responses
200

Successful operation

400

Bad request. Usually not valid data provided.

404

ProductVariablePrice not found

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here!