PATCH

Update Product


Developer Preview

This API is subject to change. Bug fixes and new features will be released based on developer feedback throughout the preview period.

Updates a product.

Each time the product is updated, revision increments by 1. The current revision must be passed when updating the product. This ensures you're working with the latest product and prevents unintended overwrites.

Notes:

  • If variantsInfo.variants are passed, they will replace all existing variants.
  • To update existing variantsInfo.variants, make sure to provide variantsInfo.variants.id. If no ID is passed, the variant will be created with a new ID.
Authentication

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

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

Errors
400Invalid Argument

There is 1 error with this status code:

404Not Found

There is 1 error with this status code:

409Already Exists

There are 5 errors with this status code:

428Failed Precondition

There are 11 errors with this status code:

See the entire list and learn more about Wix errors.

Event TriggersThis method triggers the following events:
Did this help?