Skip to main content

EntityType

The type of the entity.

enum EntityType {
PRICE_SPECIFICATION
ITEM
ITEM_IDENTIFIER
PROMOTION
ITEM_LINK
CONTENT_DECLARATION
DEPOSIT_AND_FEE_RULE
ITEM_CATEGORY
}

Values

EntityType.PRICE_SPECIFICATION

Represents a price specification entity, which defines pricing information for items.

EntityType.ITEM

Represents an item entity, which is a product or service.

EntityType.ITEM_IDENTIFIER

Represents an item identifier entity, which holds identifiers for items, such as barcodes.

EntityType.PROMOTION

Represents a promotion entity, which defines promotional offers for items.

EntityType.ITEM_LINK

Represents an item link entity, which defines relationships between items.

EntityType.CONTENT_DECLARATION

Represents a content declaration entity, which holds nutritional and allergen information about an item.

EntityType.DEPOSIT_AND_FEE_RULE

Represents a deposit and fee rule entity, which provides information about deposit amount for the item when recycled for example in a reverse vending machine or different fees applicable to the item, like Eco Tax on rubber tires.

EntityType.ITEM_CATEGORY

Represents an item category entity, which categorizes items.

Member Of

EntityAdditionalProperties object