Update product

Updates a product and returns it.

Send only the fields you want to change. Fields you leave out keep their current value. To remove a group, unit, fee, discount or tax, send its ID field as null.

Takes the same fields as Create product. PUT works the same as PATCH.

  • Amounts can't be negative. A negative amount returns 422, and nothing is changed.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
integer
required
≥ 1

Your merchant profile ID. Required in every request.

Find it in the BillPro dashboard address, after /profiles/. For example, in /profiles/1234/orders the profile ID is 1234.

string
required

ID of the product. A product from another profile returns 404.

Body Params
product
object
required
Responses

Language
Credentials
Bearer
API token
URL
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json