Update a product

Manage merchant products for use on invoice line items.



Updates an existing product. Only the fields supplied in the request body are changed; omitted fields are left unchanged.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
string | null

Display name for the product.

string | null

Optional description of the product. Send null to clear.

double | null
0 to 99999

Optional default unit price for this product. Send null to clear.

string | null

Optional code of the tax code to apply to this product. Send null to clear.

string | null

Optional stock keeping unit (SKU) for the product. Send null to clear.

string | null

Optional identifier from your own system. Send null to clear.

string | null

Optional product image as a base64-encoded string (PNG, JPG, GIF or SVG). When provided, replaces the existing image.

boolean
required

When true, removes the existing product image. Ignored when 'image' is provided.

Responses

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