🚀 New Feature Request: Import Shopify Product Taxonomy into ERPNext
Description
We need to import the complete set of product categories, attributes, and values from our maintained [product-taxonomy repository](https://github.com/BUDEGlobalEnterprise/product-taxonomy) into the BUDE Global ERPNext Webshop. This will standardize product classification and improve search, filtering, and reporting capabilities.
Why This Is Needed
- Ensures consistency across all product listings.
- Provides a comprehensive set of predefined categories and attributes for faster onboarding of new items.
- Reduces manual setup effort and avoids misclassification.
- Supports scalability as our Webshop expands to cover multiple domains.
Acceptance Criteria
Suggested Approach
-
Parse the product-taxonomy JSON/CSV from the [repo](https://github.com/BUDEGlobalEnterprise/product-taxonomy).
-
Create ERPNext data import templates for:
- Item Group
- Item Category
- Item Attribute
- Item Attribute Value
-
Write a migration script (Python/ERPNext Patch) or a one-time Data Import Tool configuration.
-
Verify hierarchy structure is preserved (parent/child groups).
Resources
🚀 New Feature Request: Import Shopify Product Taxonomy into ERPNext
Description
We need to import the complete set of product categories, attributes, and values from our maintained [product-taxonomy repository](https://github.com/BUDEGlobalEnterprise/product-taxonomy) into the BUDE Global ERPNext Webshop. This will standardize product classification and improve search, filtering, and reporting capabilities.
Why This Is Needed
Acceptance Criteria
Suggested Approach
Parse the product-taxonomy JSON/CSV from the [repo](https://github.com/BUDEGlobalEnterprise/product-taxonomy).
Create ERPNext data import templates for:
Write a migration script (Python/ERPNext Patch) or a one-time Data Import Tool configuration.
Verify hierarchy structure is preserved (parent/child groups).
Resources