DCKAP PIM
Release NotesRoadmap
  • overview
    • What is Product Information Management (PIM) ?
    • DCKAP PIM: Streamline Product Data Management with Ease
    • How to Access DCKAP PIM?
  • Getting started
    • Dashboard
      • Components
      • Header
    • Categories
      • Create Category
      • Tree View
        • Edit Category
        • Assign Channel
        • Assign Products
        • Delete Category
        • Activity Logs
      • List View
        • Edit Category
        • Assign Products
        • Delete Category
    • Attributes
      • Create Attribute
      • Edit Attribute
      • Delete Attribute
    • Attribute Groups
      • Create Attribute Group
      • Assign/Unassign Attribute
      • Edit Attribute Group
      • Delete Attribute Group
    • Families
    • Channels
    • Product Relation
    • Rules
    • Product
      • Create Product
      • Update Product
      • Attribute Group
      • Product Type
      • Relations
      • Channel
      • Assets
      • Activity Log
      • Quick Edit
    • Assets
    • Import
      • Product Import
      • Category
      • Attribute
      • Family
      • Assets
      • Variant Import
      • Variant Assign Import
      • Group
      • Custom Import
      • Log Management
    • Export
      • Category
      • Attribute
      • Family
      • Variants
      • Product
      • Assets
    • Settings
      • Manage Users
      • Manage Roles
      • Product Status
      • Locale
      • Currencies
      • General Settings
    • Notifications
  • Integration
    • REST API
      • Authentication
      • Attribute
      • Category
      • Product
      • Family
      • Channels
      • Locale
      • Currency
  • Extension
    • DCKAP PIM Marketplace Extension
    • PIM Adobe Commerce Extension
      • Configuration
      • Attribute Mapping
      • Sync
        • Category Sync
        • Product Sync
      • Magento Log Management Documentation | PIM Sync Audit Logs
    • PIM Bigcommerce Extension
      • Store Configuration
      • Attribute Relation
  • Others
    • Product Roadmap
    • Release Notes
      • 2.3.5 June 1, 2024
      • 2.3.4 May 9, 2024
      • 2.3.3 April 3, 2024
      • 2.3.2 February 5, 2024
      • 2.3.1 January 4, 2024
    • DOCUMENT CONTROL
Powered by GitBook
On this page
  • Required headers
  • Required values
  • Condition

Was this helpful?

  1. Getting started
  2. Import

Attribute

Required headers

These headers are mandatory in the import spreadsheet.

  • attribute_label-<language code>

  • attribute_hint-<language code>

  • attribute_group_code

  • attribute_code

  • attribute_type

  • atatus

  • is_required

  • Is_unique

  • default_value

  • options-<language code>

  • minimum_limit

  • maximum_limit

  • maximum_characters

  • validation_rules

  • is_editor_option

  • file_extensions

  • maximum_upload_size

  • is_decimal

  • decimal_digit

  • metric_family

  • metric_unit

  • allow_past_date

  • allow_future_date

  • attribute_family_code

  • channel_code

If there are multiple languages, each should have a separate header for columns with , like “attribute_label-en_US”

Required values

These headers must contain values.

  • Attribute_group_code

  • Attribute_code

  • Attribute_type

  • Status

Condition

  • Attribute_code value must be unique

  • attribute_group_code field must have the code of one of the attribute groups available in PIM

  • status must have value as 0 or 1 [0 for Inactive and 1 for Active]

Last updated 1 year ago

Was this helpful?