Update product
If product doesn’t exist, the API will return HTTP status code 404 Not Found.
If JSON contains product code that is already taken by other product, the API will return HTTP status code 409 Conflict.
1 | PUT /products/{productNumber}
|
To update recurring invoices, use:
1 | PUT /products/withRecurring/{productNumber}
|
Request
The JSON sent in the request is the same as in create a product.
Same property details rules apply.
Response
HTTP/1.1 200 OK