Docs
Dashboard

productCreate

Mutation

Creates a new product with the specified details.

#

Arguments


input
ProductCreateInput!Required

The product creation input containing name, description, vendor, slug, status, tags, and publications.

#

Payload


errors
[ProductCreateError!]

User-facing errors that prevented the operation from succeeding.

product
Product

The product associated with this product create payload.