ProductFieldName
Fields available for product CSV mapping.
enum ProductFieldName {
LANGUAGE
CATEGORY_ID
NAME
DESCRIPTION
SHORT_DESCRIPTION
KEYWORD
CUSTOM_KEYWORD
SKU
STATUS
STATUS_EXTRA
SUPPLIER
SUPPLIER_CODE
BAR_CODE
MANUFACTURER_CODE
EAN_CODE
UNIT
MINIMUM_QUANTITY
ECONOMIC_ORDER_QUANTITY
MANUFACTURER
PACKAGE
PACKAGE_UNIT
PACKAGE_UNIT_QUANTITY
PURCHASE_UNIT
PURCHASE_MINIMUM_QUANTITY
ORDERABLE
ORDERABLE_FROM
ORDERABLE_TO
RELEASE_DATE
RETURNABLE
PHYSICAL
TURNOVER_GROUP
PRICE_GROUP
TAXONOMY
SHORT_NAME
PACKAGE_DESCRIPTION
NOTE
PARENT_SOURCE_NAME
PARENT_SOURCE_ID
PRODUCT_ID
SOURCE_NAME
SOURCE_ID
}
Values
ProductFieldName.LANGUAGE
[Required][String] The language of the product
ProductFieldName.CATEGORY_ID
[Optional][Integer] The id of the category the product should be created in
ProductFieldName.NAME
[Optional][String] The names of this product per language
ProductFieldName.DESCRIPTION
[Optional][String] The descriptions of this product per language
ProductFieldName.SHORT_DESCRIPTION
[Optional][String] The short descriptions of this product per language
ProductFieldName.KEYWORD
[Optional][String] Additional keywords of this product per language. Added by the supplier
ProductFieldName.CUSTOM_KEYWORD
[Optional][String] Additional keywords of this product per language. Added via the PIM
ProductFieldName.SKU
[Optional][String] The SKU (stock keeping unit) of this product
ProductFieldName.STATUS
[Optional][Enum] The status of this product, must be one of the following: [A, N, P, S, R, T]
ProductFieldName.STATUS_EXTRA
[Optional][String] The extra status of this product, commonly linked to a custom valueset
ProductFieldName.SUPPLIER
[Optional][String] The supplier of this product
ProductFieldName.SUPPLIER_CODE
[Optional][String] The supplier code of this product
ProductFieldName.BAR_CODE
[Optional][String] The bar code of this product
ProductFieldName.MANUFACTURER_CODE
[Optional][String] The Original Equipment Manufacturer code (OEM) of this product
ProductFieldName.EAN_CODE
[Optional][String] The European Article Number (EAN) code of this product
ProductFieldName.UNIT
[Optional][String] The unit in which the product can be ordered
ProductFieldName.MINIMUM_QUANTITY
[Optional][Integer] The minimum quantity of products that can be ordered
ProductFieldName.ECONOMIC_ORDER_QUANTITY
[Optional][Integer] The quantity that provides the best value for money for this product
ProductFieldName.MANUFACTURER
[Optional][String] The manufacturer of this product
ProductFieldName.PACKAGE
[Optional][String] The package type of this product. i.e.: PIECE, BOX, BLISTER
ProductFieldName.PACKAGE_UNIT
[Optional][Integer] Description of what an item within a package looks like, i.e.: PIECE or BOX
ProductFieldName.PACKAGE_UNIT_QUANTITY
[Optional][String] Number of items within the package
ProductFieldName.PURCHASE_UNIT
[Optional][String] The unit in which the product can be ordered when creating a purchase order
ProductFieldName.PURCHASE_MINIMUM_QUANTITY
[Optional][Integer] The minimum quantity of products that can be ordered when creating a purchase order
ProductFieldName.ORDERABLE
[Optional][Enum] Is this product orderable, must be one of the following: [Y, N]. Default is Y
ProductFieldName.ORDERABLE_FROM
[Optional][String] The orderable from date of this product, in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.ORDERABLE_TO
[Optional][String] The orderable to date of this product, in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.RELEASE_DATE
[Optional][String] The release date of this product, in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.RETURNABLE
[Optional][Enum] Is this product returnable, must be one of the following: [Y, N]. Default is Y
ProductFieldName.PHYSICAL
[Optional][Enum] Is it a physical product or a service, download or warranty, must be one of the following: [Y, N]. Default is Y
ProductFieldName.TURNOVER_GROUP
[Optional][String] The turnover group that classifies the product within the financial structure
ProductFieldName.PRICE_GROUP
[Optional][String] The price group the product belongs to, this field can be used for price calculations
ProductFieldName.TAXONOMY
[Optional][String] The taxonomy the product belongs to
ProductFieldName.SHORT_NAME
[Optional][String] The short name for the product, used for abbreviated orderlines
ProductFieldName.PACKAGE_DESCRIPTION
[Optional][String] The package description of this product per language
ProductFieldName.NOTE
[Optional][String] Notes on the product for internal use
ProductFieldName.PARENT_SOURCE_NAME
[Optional][String] The product's parent source name
ProductFieldName.PARENT_SOURCE_ID
[Optional][String] The product's parent source id
ProductFieldName.PRODUCT_ID
[Optional][String] This product's unique identifier. Use either PRODUCT_ID or a combination of SOURCE and SOURCE_ID
ProductFieldName.SOURCE_NAME
[Optional][String] The product source name. Use either PRODUCT_ID or a combination of SOURCE and SOURCE_ID
ProductFieldName.SOURCE_ID
[Optional][String] The product source id. Must be used with SOURCE if PRODUCT_ID is not provided
Member Of
ProductCsvMapping
input