OBJECT
ProductEntity
link GraphQL Schema definition
- type ProductEntity {
- # Arguments
- # apiNames: Api names of custom fields to retrieve. All are
- # returned if not set.
- (: [String!]): JSONString!
- # Tells if the entity instance is protected against delete (Entities that need to
- # be present in the system at any time). Delete action still may fail if entity is
- # deletable, due some other additional validations.
- : Boolean!
- # Unique identifier of entity.
- : ID!
- # Specifies if the entity is considered deleted.
- : Boolean
- # Last modification time.
- : DateTime
- # Creation time.
- : DateTime
- # Currency exchange rate list used to convert monetary fields linked to this
- # product. Empty to inherit the team space default.
- : CurrencyExchangeRatesListEntity
- # Product picture.
- : CloudObjectEntity
- # Product category this product belongs to. Categories form a hierarchy used in
- # the catalog browser.
- : ProductCategoryEntity
- # Product type that classifies this product. Product types are configurable per
- # team space and drive which form, fields and product-line behavior apply.
- : ProductTypeEntity
- # 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
- # Revision when entity was lastly changed.
- : Int
- # Deprecated pipeline connection.
- #
- # Arguments
- # filter: Filter Pipeline relations by target Pipeline
- # attributes.
- # filterEdge: Filter ProductPipelineRelation relations by edge
- # (relation) ProductPipelineRelation attributes.
- # orderBy: Order Pipeline relations by target Pipeline
- # attributes.
- # includeDeleted: Returns deleted target records as well. Default
- # is true.
- # before: Cursor until which to take entities to result set.
- # after: Cursor after which to start taking entities to result
- # set.
- # first: Number of entities to return from beginning of the
- # result set.
- # last: Return only the "last" number of entities from result
- # set.
- (
- : PipelineFilterInput,
- : ProductPipelineRelationFilterInput,
- : [PipelineOrderByInput!],
- : Boolean,
- : String,
- : String,
- : Int,
- : Int
- ): ProductPipelineRelationEntityConnection
- # Configuration of Pipelines where the Product can be used.
- : ProductPipelinesObject
- # Display version of the product name, used in lists and references.
- : String!
- # Id of the product line-item type derived from product_type. Used as a filter
- # when listing relations on opportunities and quotes. Read-only.
- : UUID!
- # Checks which permissions current user has on concrete entity instance.
- #
- # Arguments
- # permissions: [Not documented]
- (: [EntityPermsEnum!]!): [EntityPermsEnum!]!
- # Returns price of product for specific price list. If price_list == null then
- # returns 0
- #
- # Arguments
- # priceListId: [Not documented]
- # currencyId: [Not documented]
- (: ID, : ID): Float
- }
link Require by
- AccountProductPricingEntitynull
- CallEntitynull
- CreateProductPayloadnull
- CustomEntityRelationDataEntitynull
- DeleteProductPayloadnull
- OpptyProductRelationEntitynull
- ProductDataExRelationEntitynull
- ProductEntityEdgeA Relay edge containing a `ProductEntity` and its cursor.
- ProductPipelineRelationEntitynull
- ProductPriceListPriceEntitynull
- ProductRepositorynull
- UpdateProductPayloadnull