This document defines the core attributes available for products across Dropship departments and categories. It serves as a single source of truth for product attribute definitions, ensuring consistency for merchants, suppliers, platforms, and integrations. Click the following hyperlink to download the Master Attribute List.

File Structure

The spreadsheet contains the following columns:
  • Category / Department: Defines the product departments or category where the attribute applies.
  • Attribute Name: Human-readable name of the attribute.
  • Attribute Code: Unique, machine-readable identifier used in APIs and integrations.
  • Attribute Description: (Optional) A short explanation of the attribute’s purpose.
  • Grouping: Logical grouping of the attribute (for example, misc, images, general).
  • Type: Data type expected for the attribute (for example, string, number, boolean).
  • Editable By: Defines who can edit the attribute (for example, any, merchant, or system restricted).
  • Attribute Scoping: Indicates if the attribute applies at specific scopes (for example, variant, product, or global level).

Examples

Category / DepartmentAttribute NameAttribute CodeAttribute DescriptionGroupingTypeEditable ByAttribute Scoping
Lighting3 Way Socket3_way_socketIndicates if socket supports 3-way switchingmiscstring-Variant
Category / DepartmentAttribute NameAttribute CodeAttribute DescriptionGroupingTypeEditable ByAttribute Scoping
General - All CategoriesAbout The Brandabout_the_brandA short description of the brandmiscstringanyProduct
Category / DepartmentAttribute NameAttribute CodeAttribute DescriptionGroupingTypeEditable ByAttribute Scoping
General - All CategoriesAbout the Brand Image 1about_the_brand_image1Image representing the brand identityimagesstringanyGlobal

Using this file

  • Use this file when defining product data models for Dropship onboarding.
  • Reference Attribute Codes when mapping external merchant feeds or API payloads.
  • Apply Grouping and Type metadata to enforce validation rules in systems.
  • Leverage Editable By to control where and how attributes can be modified.