PATCH

Update Product


Updates specified fields in a product.

Authentication

You can only call this method when authenticated as a Wix app or Wix user identity.

Permissions
Manage Stores - all permissions
Manage Products
Learn more about app permissions.
Endpoint
PATCH
https://www.wixapis.com/stores/v1/products/{product.id}

Path Params
product.idstringRequired

Product ID (generated automatically by the catalog).

Body Params
productProductRequired
Response Object
productProduct
Update Product Example 1
Request
cURL
Response
JSON
Errors

This method doesn’t return any custom errors, but may return standard errors. Learn more about standard Wix errors.

Did this help?