products
Update product
Updates an existing product. This call does not currently support partial updates. The entire resource must be provided in the body of the request.
put/products/{productId}
Path parameters
productIdinteger required
The system-generated identifier for the Product
Request body
Example request
{
"productId": 123456789,
"sku": "BEAU-000",
"name": "Beautiful",
"active": true
}Response
Product updated successfully