- The first stable release of "Shopify's Standard Product Taxonomy".
- Importing attribute descriptions
- Importing latest localizations
- Updating country attribute
- The attributes data file has two new root level properties,
base_attributes
andextended_attributes
- The
base_attributes
represent the base level attribute that contain anid
andvalues
. - The
extended_attributes
property contain attributes that have extended abase_attribute
. They do not have anid
and indicate their parent via thevalues_from
property.
- The
- Attributes that extend another attribute have been removed and placed under a
extended_attributes
property. - Categories that contain an extended attribute have these attributes indicated by an
extended
property.
- Add mapping data from shopify/2022-02 to new shopify categories
- Product attributes in the taxonomy have been further refined, adding new 'Features'-based attributes
- Nested data within
data/
directory files are now sorted alphabetically- data/categories/*.yml:
category.attributes
array - data/attributes.yml:
attribute.values
array
- data/categories/*.yml:
- Add
parent_id
field to attributes.json dist output
Add 2 more verticals.
- Adds
Gift Cards
vertical - Adds
Product Add-Ons
vertical
- Shift attribute and attribute value friendly_ids to be consistent.
- Text distribution for values includes primary property.
Making GIDs spec-compliant.
- Category GID from
gid://shopify/Taxonomy/Category/*
→gid://shopify/TaxonomyCategory/*
- Attribute GID from
gid://shopify/Taxonomy/Attribute/*
→gid://shopify/TaxonomyAttribute/*
- Attribute Value GID from
gid://shopify/Taxonomy/Value/*
→gid://shopify/TaxonomyValue/*
- Product attributes in the taxonomy have been refined, splitting the general 'material' attribute into more specific categories such as 'fabric', 'cocktail decoration material', 'safety equipment material' etc.
Changed GID structure for Attribute Values and added more txt distributions.
- Attribute GID from
gid://shopify/Taxonomy/Attribute/123/12
→gid://shopify/Taxonomy/Value/12
- Added both
dist/attributes.txt
anddist/attributes_values.txt
- DB is now in a file instead of in-memory to save unnecessary seeding
Adds 3 more verticals.
- Adds
Mature
vertical - Adds
Religious & Ceremonial
vertical - Adds
Services
vertical
Adds 2 more verticals.
- Adds
Toys & Games
vertical - Adds
Vehicles & Parts
vertical
Adds 2 more verticals.
- Adds
Business & Industrial
vertical - Adds
Software
vertical
Adds 6 more verticals.
- Adds
Animals & Pet Supplies
vertical - Adds
Arts & Entertainment
vertical - Adds
Baby's & Toddlers
vertical - Adds
Cameras & Optics
vertical - Adds
Media
vertical - Adds
Office Supplies
vertical
Adds 2 more verticals.
- Adds
Hardware
vertical - Adds
Luggage & Bags
vertical
Adds electronics and simplifies existing verticals.
- Adds
Electronics
vertical - Simplifies
Food, Beverages, & Tobacco
vertical - Simplifies
Health & Beauty
vertical - Simplifies
Sporting Goods
vertical
Adds the next vertical.
- Adds
Health & Beauty
vertical - Adds
Uncategorized
category
Structure CHANGED for dist/attributes.json
. Adds schema validation.
- Attribute distribution JSON is now normative, with top-level
attributes
andversion
keys
cue
added to validatedist/
while providing a clear spec of the distribution files
Adds the next vertical.
- Adds
Furniture
vertical
Sort output and improve the developer experience.
- Category distribution files are now sorted by name
- Attribute distribution files are now sorted by name
- Add an additional output,
taxonomy.json
that gives you all the data in one file
Initial public release.
Adds verticals:
Apparel & Accessories
Food, Beverages, & Tobacco
Home & Garden
Sporting Goods