INPUT_OBJECT

CreateProductNoProductCategoryBackrefInput

link GraphQL Schema definition

  • input CreateProductNoProductCategoryBackrefInput {
  • # Last modification time.
  • modified: DateTime
  • # Creation time.
  • created: DateTime
  • # Product picture.
  • picture: CreateCloudObjectInput
  • # Whether this product can be added to all pipelines or only the explicitly linked
  • # subset (see product_pipeline_relations).
  • allowedPipelines: AccessPipelinesEnum
  • # Id of the currency exchange rate list applied to this product.
  • currencyExchangeRatesListId: ID
  • # Free-form description of the product.
  • description: String
  • # Name of the product, shown in catalogues and pickers.
  • name: String!
  • # Id of the product picture document.
  • pictureId: ID
  • # Id of the product type.
  • productTypeId: ID
  • # Stock-keeping unit (SKU) identifier of the product. Must be unique across
  • # products.
  • sku: String
  • # Unit of measure shown next to product quantities (e.g. pcs, kg, hours).
  • unitSymbol: String
  • customFields: JSONString
  • # Revision when entity was lastly changed.
  • revision: Int
  • # Deprecated pipeline connection.
  • productPipelineRelations: [CreateProductPipelineRelationNoProductBackrefInput!]
  • productPipelines: ProductPipelinesInput
  • pictureSourceUrl: String
  • }