Patch

Update Product With Inventory


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 new product, and can update the product's inventory.

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:

  • Passing variantsInfo.variants will replace all existing variants.
  • To update existing variantsInfo.variants, pass variantsInfo.variants.id. If no ID is passed, the variant will be created with a new ID.

Permission Scopes

For app development, you must have one of the following permission scopes:
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-with-inventory/{product.id}

Event TriggersThis method triggers the following events:
Was this helpful?
Yes
No