INPUT_OBJECT
CreateProductInput
link GraphQL Schema definition
- input CreateProductInput {
- : String
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Product picture.
- : CreateCloudObjectInput
- # Whether this product can be added to all pipelines or only the explicitly linked
- # subset (see product_pipeline_relations).
- : AccessPipelinesEnum
- # Id of the currency exchange rate list applied to this product.
- : ID
- # Free-form description of the product.
- : String
- # Name of the product, shown in catalogues and pickers.
- : String!
- # Id of the product picture document.
- : ID
- # Id of the product category.
- : ID
- # Id of the product type.
- : ID
- # Stock-keeping unit (SKU) identifier of the product. Must be unique across
- # products.
- : String
- # Unit of measure shown next to product quantities (e.g. pcs, kg, hours).
- : String
- : JSONString
- # Revision when entity was lastly changed.
- : Int
- # Deprecated pipeline connection.
- : [CreateProductPipelineRelationNoProductBackrefInput!]
- : ProductPipelinesInput
- : String
- }