productCreate
MutationCreates a new product with the specified details.
#
Arguments
- ProductCreateInput!Required
input The product creation input containing name, description, vendor, slug, status, tags, and publications.
#
Payload
- [ProductCreateError!]
errors User-facing errors that prevented the operation from succeeding.
- Product
product The product associated with this product create payload.