ItemWithIdentifiers
No description
type ItemWithIdentifiers {
itemIdentifiers: [ItemIdentifier]
referencePriceConversionFactor: Float!
referencePriceUnitOfMeasurement: UnitOfMeasure!
salesUnitOfMeasurement: UnitOfMeasure!
needsManualSending: Boolean!
needsApproval: Boolean!
needsLabelPrinting: Boolean!
availableInPos: Boolean!
assortmentTo: DateTime
assortmentFrom: DateTime
assortmentTags: [String]
assortmentPolicyType: AssortmentType!
depositRuleId: String
additionalItemIds: [String]
brand: String
itemCategoryId: String
tags: [String]
status: ItemStatus!
type: ItemType!
netContent: Decimal
additionalProperties: [AdditionalProperty]
images: [ItemImage]
globalUniqueId: String
id: String
correlationId: String
tenantId: String
name: String
description: String
businessUnitId: String @deprecated
businessUnitIds: [String]
businessUnitGroupId: String
version: Int!
revision: Long!
created: DateTime!
createdBy: String
modified: DateTime!
modifiedBy: String
priceSpecifications(
currentOnly: Boolean
type: PriceType
): [PriceSpecification]
promotions(
activeOnly: Boolean
): [Promotion]
contentDeclarations: [ContentDeclaration]
itemLinks(
itemLinkTypes: [ItemLinkType!]
): [ItemLink]
}
Fields
ItemWithIdentifiers.itemIdentifiers
● [ItemIdentifier]
list object
The list of item identifiers.
ItemWithIdentifiers.referencePriceConversionFactor
● Float!
non-null scalar
Dictates the factor to convert the price into price per unit as indicated in the ReferencePriceUnitOfMeasurement. I.e 0.5L bottle has a "Price per Litre of X" or A pack of dish washer tablets has a "Price per tablet of X".
ItemWithIdentifiers.referencePriceUnitOfMeasurement
● UnitOfMeasure!
non-null enum
This property is a unit of measurement to calculate a reference price.
ItemWithIdentifiers.salesUnitOfMeasurement
● UnitOfMeasure!
non-null enum
The Unit of measure the Item is sold in. Usually, EA, KRM, GRM, LTR.
ItemWithIdentifiers.needsManualSending
● Boolean!
non-null scalar
Default value: No. Helper property for downstream consumers to know if the item needs to be manually sent to POS. Can also be used in the manual handling process to filter data when loading the items. A calculated value possibly set by many services that might block the item from being available to certain services or consumers. Should be used in conjunction with the AvailableInPos property (Set to No). Must be set to Yes if any rules in any processor deem manual handling is needed. This might be customer specific rules defined later.
ItemWithIdentifiers.needsApproval
● Boolean!
non-null scalar
Default value: No. Helper property for downstream consumers to know if the item needs to be manually approved. Can also be used in the approval process to filter data when loading the items. A calculated value possibly set by many services that might block the item from being available to certain services or consumers. Should be used in conjunction with the AvailableInPos property (Set to No). Must be set to Yes if any rules in Approval processor deem approval is needed. This might be customer specific rules defined later.
ItemWithIdentifiers.needsLabelPrinting
● Boolean!
non-null scalar
Default value: No. Helper property for downstream consumers to know if the item needs label printing. Can also be used in the printing process to filter data when loading to render the labels. A calculated value possibly set by many services that might block the item from being available to certain services or consumers. Should be used in conjunction with the AvailableInPos property (Set to No). Must be set to Yes if any rules in Label processors deem Label printing is needed. This might be customer specific rules defined later.
ItemWithIdentifiers.availableInPos
● Boolean!
non-null scalar
Default value: Yes. Helper property for downstream consumers to know if the item is available for a POS. A calculated value possibly set by many services that might block the item from being sold. I.e. Assortment changes, Label handling, Approval process, etc. Must be set to No if any rules in any processors deem the price as not ready for POS. This might be customer specific rules defined later.
ItemWithIdentifiers.assortmentTo
● DateTime
scalar
When the item is in assortment to. Can be null. When set the AssortmentType will be switched to ExpiringAssortment after this datetime passes.
ItemWithIdentifiers.assortmentFrom
● DateTime
scalar
When the item is in assortment from. Can be null. When set to a future date the AssortmentType will be set to FutureAssortment until this datetime passes. After passed datetime the AssortmentType will be IN_ASSORTMENT.
ItemWithIdentifiers.assortmentTags
● [String]
list scalar
Tags which describe Assortment Policy. Makes it easier to search things.
ItemWithIdentifiers.assortmentPolicyType
● AssortmentType!
non-null enum
Enum with the assortment assignment for this item.
ItemWithIdentifiers.depositRuleId
● String
scalar
The deposit rule defined for this item. A deposit rule provides information about deposit amount for the item when recycled for example in a reverse vending machine.
ItemWithIdentifiers.additionalItemIds
● [String]
list scalar
List of ids for Item Identifiers.
ItemWithIdentifiers.brand
● String
scalar
The brand of the item.
ItemWithIdentifiers.itemCategoryId
● String
scalar
ItemCategory that the item is placed in.
ItemWithIdentifiers.tags
● [String]
list scalar
List of searchable texts that can be used to search, group and filter the items.
ItemWithIdentifiers.status
● ItemStatus!
non-null enum
The status of the entity.
ItemWithIdentifiers.type
● ItemType!
non-null enum
The Type is used to separate items that need special characteristics like Pharmaceutical items, bundles or structures of items or services, etc.
ItemWithIdentifiers.netContent
● Decimal
scalar
The net content of the item. This is a decimal value as needed, and should be evaluated together with UnitOfMeasure to make sense.
ItemWithIdentifiers.additionalProperties
● [AdditionalProperty]
list object
List of customer specific values on the entity level.
ItemWithIdentifiers.images
● [ItemImage]
list object
The list of item images.
ItemWithIdentifiers.globalUniqueId
● String
scalar
Internal unique ID for CRUD operations and relations. A typical example is: TenantId_itemId_BusinessUnitGroupId
ItemWithIdentifiers.id
● String
scalar
Id for the entity. Either external or internal
ItemWithIdentifiers.correlationId
● String
scalar
ID for tracing an entity and/or a group of sub entities through the application. Might be external, and if missing from the producer of data the API will add an ID. Must be used in all logging and tracing.
ItemWithIdentifiers.tenantId
● String
scalar
To support multi tenancy we need to be able to identify the customer that owns this information.
ItemWithIdentifiers.name
● String
scalar
The name of the entity. This general property can replace the previous ArticleName, StoreName, CampaignName, etc.
ItemWithIdentifiers.description
● String
scalar
The description of the entity.
ItemWithIdentifiers.businessUnitId
● String
deprecated scalar
BusinessUnitId is obsolete. Use BusinessUnitIds property instead.
Used to assign the entity to tenant's specific business unit.
ItemWithIdentifiers.businessUnitIds
● [String]
list scalar
The business units associated with the entity.
ItemWithIdentifiers.businessUnitGroupId
● String
scalar
Used to assign the entity to a specific level in a business unit group hierarchy specific to the tenant.
ItemWithIdentifiers.version
● Int!
non-null scalar
Version of the entity. Must be updated when there is a change to the entity. An ever increasing Integer.
Use revision instead of version if you need a more precise versioning mechanism.
ItemWithIdentifiers.revision
● Long!
non-null scalar
Contains evergrowing number used to validate the version of an entity.
ItemWithIdentifiers.created
● DateTime!
non-null scalar
When the object was first created. This timestamp will be set by the input API POST-endpoints before creating the AVRO data for processing.
ItemWithIdentifiers.createdBy
● String
scalar
Who created. Will be an ID and must be looked up in the user DB. This ID will be set by the input API POST-endpoints before creating the AVRO data for processing.
ItemWithIdentifiers.modified
● DateTime!
non-null scalar
When the object was modified. Will be updated along with the Version property. This timestamp will be set by the input API PUT and PATCH-endpoints before creating the AVRO data for processing.
ItemWithIdentifiers.modifiedBy
● String
scalar
Who created or modified the object. Will be an ID and must be looked up in the user DB. This ID will be set by the input API PUT and PATCH-endpoints before creating the AVRO data for processing.
ItemWithIdentifiers.priceSpecifications
● [PriceSpecification]
list object
The list of price specifications.
ItemWithIdentifiers.priceSpecifications.currentOnly
● Boolean
scalar
Select only current price specifications. The default value is false.
ItemWithIdentifiers.priceSpecifications.type
● PriceType
enum
The type of price specifications to filter by.
ItemWithIdentifiers.promotions
● [Promotion]
list object
The list of promotions.
ItemWithIdentifiers.promotions.activeOnly
● Boolean
scalar
Select only active promotions. The default value is false.
ItemWithIdentifiers.contentDeclarations
● [ContentDeclaration]
list object
The list of content declarations.
ItemWithIdentifiers.itemLinks
● [ItemLink]
list object
The item links which have this item as the parent item or one of the linked items.
ItemWithIdentifiers.itemLinks.itemLinkTypes
● [ItemLinkType!]
list enum
The types of item links to filter by.
Member Of
ItemsByIdentifierTypesConnection
object ● ItemsByIdentifierTypesEdge
object