Systems Online LogoPIMInto - Product Information Management System
User guide
×

PIM Number Attribute Type

 
 Number attributes are designed to handle various types of numerical data.  Numeric data includes whole numbers (12345) and decimals or what are refer to as float values (102.34) Numeric attributes in a Product Information Management System (PIM) typically represent quantifiable or measurable aspects of a product. Here are some examples: price, size, weight, length, height, depth, warranty period, minimum order quantity.  The attribute may be marked as filterable and / or configured to enforce uniqueness for data values.  Here are some key features and use cases of number attributes in a PIM:
 
Price: Number attributes are commonly used to store product prices. This allows for accurate pricing information, including decimal values and currency symbols, which is crucial for e-commerce and sales-related operations.
 
Quantity: Number attributes can be used to track the available quantity or stock level of a product. It helps businesses manage inventory and ensure that stock levels are properly maintained.
 
Dimensions: For products with physical dimensions, such as length, width, or weight, number attributes can be utilized. This allows for precise measurements and standardized units of measurement.
 
Ratings or Reviews: Number attributes can be used to capture ratings or review scores associated with products. It enables customers to provide feedback and evaluate products on a numerical scale.
 
Product Size: Number attributes can be utilized to accurately represent and manage product sizes, such as clothing size  or measurements, ensuring consistency and standardization across different products. By assigning numerical values to product sizes, Number attributes can be used to define product variants in addition to facilitating efficient sorting, filtering, and comparison of products.  For more information related to defining product variants please refer to the help topic Product Variants.
 
Discounts or Promotions: Number attributes can be used to represent discounts, coupon codes, or promotional offers
associated with products. It allows businesses to apply percentage-based or fixed-value discounts to products.
 
Product Rankings or Sorting: Number attributes can be used to assign rankings or priority values to products. This helps in sorting or ordering products based on specific criteria, such as popularity, relevance, or featured status.
 
By utilizing number product attributes in a PIM, businesses can effectively manage and analyze numerical data associated with products. This facilitates accurate pricing, inventory management, and enables various calculations and analyses for decision-making processes.
 
If multiple similar numeric attributes will be defined in the PIM consider using a collection. For more information on collections see the help topic How to avoiding common PIM mistakes by properly using collections.
 
PIM Number Attribute Type
1

Label

1. Label
Friendly display name for the attribute displayed in the PIM editing user interface. Additionally labels are consumed by the brand portal and are visible to users who browse product data via the brand portal.
2

Attribute Name

2. Attribute Name
The actual field name that the attribute is stored as in the Product Information Management System. This value will be used by end points and will be returned as the field name in channels and feeds unless otherwise mapped to a different field name using views.
3

Description

3. Description
Helpful description of the purpose of the attribute stored in the PIM. Assists data entry personnel by proving information about what attribute data is stored in the PIM.
 
 
4

Group

4. Group
Group provides multiple functions in the user interface, brand portals, connected channels, feeds and web sites.  In the user interface Group allows attributes to be Grouped together for easy editing and display.  The screenshot below demonstrates grouping of attributes with the "Group" Dimensions - Packaging" displayed for editing.  All attributes that belong to the group are displayed together.  Please refer to the Product Attribute Groups help topic for more information.  For information on how groups are used by brand portals refer to the Brand Portals help topic.
 
5

Searchable

5. Searchable
This is used by the API and Brand Portals when returning or serving data.  This also defines what fields are searched when using the search dialog in the PIM user interface. The PIM is designed to provide fast data serving.  Depending on the number of product SKU's stored in your PIM, setting this value to true on a significant number of attributes will impact the speed of data serving.  Setting this value to true on attributes that should not be searched may negatively impact the Brand Portal and "Fast Data Serving" connected eCommerce web site user experience.
6

Unique

6. Unique
Uniqueness, when referred to string values, denotes that each string in the PIM for a given attribute is distinct and occurs only once within the PIM for that attribute.  An example of a unique string value that would be assigned to a product SKU in the Parts Information Management System may be a GTIN, UPC code or Internal Product Number. Ensuring uniqueness in a PIM helps to prevent confusion, data integrity issues, and operational inefficiencies. It also supports key business processes such as inventory management, sales reporting, and customer service.
7

Indexable

7. Indexable
The contents of the attribute can be indexed. Indexes are used for applying sort order and is different from the "Searchable" property which indexes data elements differently to allow searching on the contents of the attribute data.  Indexing does not allow the ability to search.
8

Filterable

8. Filterable
Attributes that are filterable may be used to filter products by attribute in Categories.  For more information about filterable attributes see the help topic on Product Categories.
9

Collection

9. Collection
A collection is where multiple data values are grouped together and assigned to an attribute. If multiple text values will be stored in the attribute for a product SKU then set this value to true.  If one text value will be stored in the attribute per product SKU then set this value to false.
10

Mask

10. Mask
Masks allow data validation using regular expression pattern matching as defined by the standard PCRE2. For more information on Masks see the help topic Data Validation Masks.