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
CATEGORY_SOURCE_NAME
CATEGORY_SOURCE_ID
PRODUCT_ID
SOURCE_NAME
SOURCE_ID
PRIORITY
METADATA_TITLE
METADATA_DESCRIPTION
METADATA_KEYWORDS
METADATA_CANONICAL_URL
HIDDEN
}
Values
ProductFieldName.LANGUAGE
[Required][String] Primary language for product content.
ISO 639-1 uppercase language code that determines the default language for product names, descriptions, and other localized content.
ProductFieldName.CATEGORY_ID
[Optional][Integer] Category identifier for product classification.
References the category where this product belongs in the product hierarchy, used for navigation, filtering, and organization.
ProductFieldName.NAME
[Optional][String] Localized product names for different languages.
Collection of product names in various languages for international markets and multilingual storefronts.
ProductFieldName.DESCRIPTION
[Optional][String] Detailed product descriptions in multiple languages.
Comprehensive product information including features, specifications, and benefits for each supported language.
ProductFieldName.SHORT_DESCRIPTION
[Optional][String] Brief product summaries for listings and previews.
Concise product descriptions suitable for category pages, search results, and product cards where space is limited.
ProductFieldName.KEYWORD
[Optional][String] Supplier-provided search keywords.
Additional search terms provided by the supplier to improve product discoverability and search engine optimization.
ProductFieldName.CUSTOM_KEYWORD
[Optional][String] Custom search keywords managed via PIM.
Additional search terms added through the Product Information Management system for enhanced search functionality.
ProductFieldName.SKU
[Optional][String] Stock Keeping Unit for inventory management.
Unique alphanumeric code used for inventory tracking, order processing, and product identification across all systems and channels.
ProductFieldName.STATUS
[Optional][Enum] Current product lifecycle status.
Indicates the product's current state in its lifecycle, affecting availability and visibility., must be one of the following: [A, N, P, S, R, T]
ProductFieldName.STATUS_EXTRA
[Optional][String] Additional status classification.
Supplementary status information often linked to custom value sets for specific business requirements and workflows.
ProductFieldName.SUPPLIER
[Optional][String] Primary supplier information.
Company or organization that supplies this product, used for procurement, inventory management, and supplier relationships.
ProductFieldName.SUPPLIER_CODE
[Optional][String] Supplier's product identification code.
Supplier-specific product code used for ordering, inventory management, and communication with suppliers.
ProductFieldName.BAR_CODE
[Optional][String] Product barcode for scanning and identification.
Machine-readable code used for inventory management, checkout processes, and automated product identification.
ProductFieldName.MANUFACTURER_CODE
[Optional][String] Original Equipment Manufacturer (OEM) code.
Manufacturer's own product code used for cross-referencing, warranty claims, and supplier communication.
ProductFieldName.EAN_CODE
[Optional][String] European Article Number for global identification.
Standardized number used for product identification, inventory management, and point-of-sale systems.
ProductFieldName.UNIT
[Optional][String] Base unit of measure for customer ordering.
Standard unit in which customers can order this product, used for pricing and quantity calculations.
ProductFieldName.MINIMUM_QUANTITY
[Optional][Integer] Minimum order quantity for customers.
Smallest quantity customers can order, used to enforce business rules and ensure order profitability.
ProductFieldName.ECONOMIC_ORDER_QUANTITY
[Optional][Integer] Optimal order quantity for cost efficiency.
Quantity that provides the best balance of ordering costs and inventory holding costs, used for purchasing recommendations.
ProductFieldName.MANUFACTURER
[Optional][String] Product manufacturer information.
Company or brand that produces the product, used for brand filtering, warranty information, and supplier relationships.
ProductFieldName.PACKAGE
[Optional][String] Product packaging type classification.
Describes how the product is packaged for sale (e.g., PIECE, BOX, BLISTER), affecting shipping, storage, and display.
ProductFieldName.PACKAGE_UNIT
[Optional][Integer] Individual item description within package.
Describes what constitutes one unit within the package (e.g., PIECE, BOX), used for inventory and ordering clarity.
ProductFieldName.PACKAGE_UNIT_QUANTITY
[Optional][String] Quantity of individual items per package.
Number of individual units contained within one package, used for inventory calculations and customer information.
ProductFieldName.PURCHASE_UNIT
[Optional][String] Unit of measure for supplier ordering.
Unit used when ordering from suppliers, which may differ from customer ordering units for bulk purchasing efficiency.
ProductFieldName.PURCHASE_MINIMUM_QUANTITY
[Optional][Integer] Minimum order quantity for supplier purchases.
Smallest quantity that can be ordered from suppliers, used for procurement planning and inventory management.
ProductFieldName.ORDERABLE
[Optional][Enum] Product availability for ordering.
Indicates whether customers can currently place orders for this product through the storefront and ordering systems., must be one of the following: [Y, N]. Default is Y
ProductFieldName.ORDERABLE_FROM
[Optional][String] Start date for product ordering availability.
Date from which customers can begin placing orders for this product, used for product launches and seasonal availability., in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.ORDERABLE_TO
[Optional][String] End date for product ordering availability.
Date after which customers can no longer place orders for this product, used for product discontinuation and seasonal restrictions., in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.RELEASE_DATE
[Optional][String] Product launch date for availability planning.
Date when the product was or will be officially released to the market, used for launch planning and availability scheduling., in ISO 8601 format 'YYYY-MM-DDThh:mm:ss.sssZ' (e.g., 2024-10-31T09:55:00.000Z)
ProductFieldName.RETURNABLE
[Optional][Enum] Product return policy eligibility.
Indicates whether this product can be returned by customers according to the return policy and business rules., must be one of the following: [Y, N]. Default is Y
ProductFieldName.PHYSICAL
[Optional][Enum] Product type classification for fulfillment.
Indicates whether this is a physical product requiring shipping or a digital product/service like downloads, warranties, or services., must be one of the following: [Y, N]. Default is Y
ProductFieldName.TURNOVER_GROUP
[Optional][String] Financial classification for reporting.
Groups products for financial reporting and analysis, used in accounting systems and business intelligence.
ProductFieldName.PRICE_GROUP
[Optional][String] Pricing strategy classification.
Groups products with similar pricing rules and strategies, used by pricing engines for consistent pricing logic.
ProductFieldName.TAXONOMY
[Optional][String] Product classification hierarchy.
Standardized product categorization system used for organization, reporting, and integration with external systems.
ProductFieldName.SHORT_NAME
[Optional][String] Abbreviated product name.
Concise product identifier used where space is limited.
ProductFieldName.PACKAGE_DESCRIPTION
[Optional][String] Localized packaging information.
Detailed packaging descriptions in multiple languages for customer information and marketing purposes.
ProductFieldName.NOTE
[Optional][String] Internal product notes and comments.
Internal documentation for product management, not visible to customers, used for operational information and reminders.
ProductFieldName.CATEGORY_SOURCE_NAME
[Optional][String] Category data source identification.
Name of the system that provided the product's category information, used for category data management and synchronization., only required when using combination SOURCE_NAME and SOURCE_ID
ProductFieldName.CATEGORY_SOURCE_ID
[Optional][String] Category data source identifier.
Unique identifier for the system that provided the category data, used for category synchronization and data lineage., only required when using combination SOURCE_NAME and SOURCE_ID
ProductFieldName.PRODUCT_ID
[Optional][String] Primary product identifier.
Unique numeric identifier used throughout the system for product references, ordering, and integration with external systems.. Use either PRODUCT_ID or a combination of SOURCE_NAME and SOURCE_ID
ProductFieldName.SOURCE_NAME
[Optional][String] Product data source identification.
Name of the system or supplier that provided this product data, used for data lineage tracking and integration management.. Use either PRODUCT_ID or a combination of SOURCE_NAME and SOURCE_ID
ProductFieldName.SOURCE_ID
[Optional][String] Product data source identifier.
Unique identifier for the system or supplier that provided this product data, used for synchronization and data management.. Use either PRODUCT_ID or a combination of SOURCE_NAME and SOURCE_ID
ProductFieldName.PRIORITY
[Optional][Integer] Product display and sorting priority.
Numerical value used to control product ordering in search results, category listings, and promotional displays.
ProductFieldName.METADATA_TITLE
[Optional][String] SEO-optimized page title for search engines.
Localized title tag content for product pages, optimized for search engine visibility and click-through rates.
ProductFieldName.METADATA_DESCRIPTION
[Optional][String] SEO meta description for search results.
Localized meta description content that appears in search engine results, designed to improve click-through rates.
ProductFieldName.METADATA_KEYWORDS
[Optional][String] SEO keywords for search optimization.
Localized keywords and phrases used for search engine optimization and improved product discoverability.
ProductFieldName.METADATA_CANONICAL_URL
[Optional][String] Canonical URL for duplicate content management.
Localized canonical URL to prevent duplicate content issues and consolidate SEO value for product pages.
ProductFieldName.HIDDEN
[Optional][Enum] Product visibility status for storefronts.
Controls whether the product is visible to customers in storefronts and search results, used for inventory management and product lifecycle control., must be one of the following: [Y, N. Defaults to N
Member Of
ProductCsvMapping
input