Create Product
Create a product via the WISEPIM API with attributes, pricing, inventory, and categories. Includes request parameters, validation rules, and examples.
POST
Create a new product with the specified attributes and settings.
Body Parameters
string
required
Unique identifier for the product within a project
string
required
Product name
integer
required
ID of the project this product belongs to
string
Rich text description of the product
string
Brief product description for listings
decimal
Product price (defaults to 0.00)
string
default:"simple"
Type of product. One of: simple, configurable, virtual, bundle, grouped
string
default:"active"
Product status. One of: active, inactive, pending, archived
array
Array of category IDs this product belongs to
object
Key-value pairs of product attributes and their values
Response
integer
The unique identifier for the created product
string
The product SKU
string
Timestamp when the product was created

