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:
options
, modifiers
, variantsInfo.variants
, and any others, you must pass the entire existing array. Passing only the changed item will overwrite the entire array, not just merge the single change.variantsInfo.variants
you must also pass options
and vise versa. This is because variants depend on options, and options depend on variants.variantsInfo.variants
, make sure to provide variantsInfo.variants.id
. If no ID is passed, the variant will be created with a new ID.You can only call this method when authenticated as a Wix app or Wix user identity.
There are 5 errors with this status code.
There are 3 errors with this status code.
There are 2 errors with this status code.
There are 2 errors with this status code.
This method may also return standard errors. Learn more about standard Wix errors.