ProductCreateInput
InputThe input type for creating a new product.
#
Fields
- String
description An optional description of the product.
- [MetafieldInput!]
metafields The metafield values to assign to the product during creation.
- String!
name The name for the product that displays to customers.
- [ProductPublicationInput!]
publications A list of publication settings for channels.
- String
slug The URL-friendly identifier for the product.
- ProductStatus!
status The status of the product.
Possible enum valuesACTIVEThe product is available through published catalog experiences.
DRAFTThe product is retained as a draft and is not published.
- [String!]
A list of tags added to the product.
- String
vendor An optional vendor name; if it doesn’t exist, it will be created.