Product Identifiers
Advanced product identification and validation in OpenCart 4
Introduction
Product identifiers in OpenCart 4 provide advanced product tracking and validation capabilities. This system supports multiple identifier types with custom validation rules, ensuring data integrity and compatibility with global standards.
Identifier Types
OpenCart 4 supports multiple standard identifier types:
SKU
Internal product tracking and inventory management
Alphanumeric, customizable
Global
Recommended
PROD-001-2024
UPC
North American retail product identification
12-digit numeric
North America
Optional
123456789012
EAN
European and international product identification
13-digit numeric
Europe & International
Optional
1234567890128
ISBN
Book and publication identification
ISBN-10: 10 chars, ISBN-13: 13 digits
Global
For books
978-0-123456-78-9
MPN
Manufacturer-specific product identification
Alphanumeric, manufacturer-defined
Global
Optional
ABC-123-XYZ
Identifier Characteristics:
SKU: Customizable, internal use, highly flexible
UPC: Standardized, retail-focused, North American market
EAN: International standard, European market focus
ISBN: Book industry specific, global standard
MPN: Manufacturer-specific, technical products
SKU (Stock Keeping Unit)
Purpose: Internal product tracking and inventory management
Best Practices:
Consistent Format
Use same structure across all products
PROD-001-2024
Category Codes
Include product category in identifier
TSHIRT-RED-M
Avoid Special Characters
Use only letters, numbers, hyphens
PROD001-2024
Uniqueness
Ensure no duplicate SKUs
PROD-001-2024
Sequential Numbering
Use sequential numbers for organization
001, 002, 003
Year Coding
Include year for product lifecycle
PROD-001-2024
SKU Naming Strategies:
Category-Product-Size: CLO-TSH-RED-M (Clothing-TShirt-Red-Medium)
Manufacturer-Product: MANUF-PROD-001 (Manufacturer-Product-001)
Sequential with Prefix: PROD-001-2024 (Product-001-Year)
Location-Based: WAREHOUSE-A-PROD-001 (Warehouse-Product-001)
UPC (Universal Product Code)
Purpose: North American retail product identification
Technical Details:
12-digit numeric code
Includes manufacturer code and product number
Check digit validation
GS1 US standard
Example: 123456789012
EAN (European Article Number)
Purpose: European and international product identification
Technical Details:
13-digit numeric code
Includes country code, manufacturer code, product number
Check digit validation
GS1 international standard
Example: 1234567890128
ISBN (International Standard Book Number)
Purpose: Book and publication identification
Technical Details:
ISBN-10: 10 characters (0-9, X for check digit)
ISBN-13: 13 digits starting with 978 or 979
Includes country/group, publisher, title, check digit
Example: 978-0-123456-78-9
MPN (Manufacturer Part Number)
Purpose: Manufacturer-specific product identification
Best Practices:
Use manufacturer's exact part number
Include revision codes if applicable
Maintain consistency with manufacturer documentation
Example: ABC-123-XYZ
Implementation Guide
Product Identifier Assignment
When adding products, you can assign multiple identifiers:
Example Product Identifiers:
SKU: TSHIRT-RED-M
UPC: 123456789012
MPN: MANUF-123-X
Best Practices
Identifier Strategy
Develop consistent naming conventions
Consider future expansion needs
Document identifier formats
Train staff on proper usage
Data Integrity
Validate identifiers at entry point
Enforce uniqueness where required
Regular data quality checks
Backup identifier databases
Integration Planning
Coordinate with inventory systems
Align with supplier identifier systems
Plan for international expansion
Consider barcode printing requirements
Security Considerations
Avoid exposing internal identifiers publicly
Use different identifiers for internal vs external
Protect sensitive manufacturer codes
Implement access controls
Troubleshooting
Common Identifier Issues
Duplicate Identifiers
Problem: Unique identifier conflicts
Solutions:
Check existing product database
Verify identifier uniqueness settings
Implement identifier generation system
Review bulk import processes
International Compatibility
Problem: Identifiers not recognized internationally
Solutions:
Use standard formats (UPC, EAN, ISBN)
Register with appropriate agencies
Validate against international standards
Consider regional requirements
Next Steps
Learn about product variants
Explore product management
Understand subscription products
Master product form tabs
Last updated