POST

Create Product


Creates a new product.

This endpoint also allows to add a ribbon, brand, info sections, options, and modifiers.

Notes:

  • This endpoint does not create inventory items. Use Create Product With Inventory to create a product with inventory in a single call, or create inventory items separately using the Inventory Items API.
  • When you create a product with inline options or modifiers (without referencing existing customization IDs), new standalone Customization entities are automatically created. These can then be reused across other products.
Authentication

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

Permissions
Product write in v3 catalog
Learn more about app permissions.
Endpoint
POST
https://www.wixapis.com/stores/v3/products
Errors
400Invalid Argument

There are 14 errors with this status code.

404Not Found

There are 5 errors with this status code.

409Already Exists

There are 5 errors with this status code.

428Failed Precondition

There are 14 errors with this status code.

500Internal

There are 4 errors with this status code.

This method may also return standard errors. Learn more about standard Wix errors.

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