From a588bd44be51a4a1a73464cf4eb4ef924b1ee3b3 Mon Sep 17 00:00:00 2001 From: ricardotejedorsanz <128725076+ricardotejedorsanz@users.noreply.github.com> Date: Mon, 7 Oct 2024 10:38:58 +0100 Subject: [PATCH] [BI] Add Heavy Machinery Parts & Accessories category --- data/categories/bi_business_industrial.yml | 7 ++++ .../2021-09-21/mappings/from_shopify.yml | 5 +++ data/localizations/categories/en.yml | 3 ++ dist/en/categories.json | 40 +++++++++++++++++++ dist/en/categories.txt | 1 + dist/en/integrations/all_mappings.json | 16 ++++++++ .../shopify_2024-10_to_google_2021-09-21.json | 16 ++++++++ .../shopify_2024-10_to_google_2021-09-21.txt | 3 ++ dist/en/taxonomy.json | 40 +++++++++++++++++++ 9 files changed, 131 insertions(+) diff --git a/data/categories/bi_business_industrial.yml b/data/categories/bi_business_industrial.yml index a35b8aaa..736f6b44 100644 --- a/data/categories/bi_business_industrial.yml +++ b/data/categories/bi_business_industrial.yml @@ -1175,6 +1175,7 @@ - bi-11-14 - bi-11-15 - bi-11-16 + - bi-11-17 attributes: - color - pattern @@ -1451,6 +1452,12 @@ - color - pattern - propulsion_type +- id: bi-11-17 + name: Heavy Machinery Parts & Accessories + children: [] + attributes: + - color + - pattern - id: bi-12 name: Hotel & Hospitality children: diff --git a/data/integrations/google/2021-09-21/mappings/from_shopify.yml b/data/integrations/google/2021-09-21/mappings/from_shopify.yml index c721a519..d0e33baf 100644 --- a/data/integrations/google/2021-09-21/mappings/from_shopify.yml +++ b/data/integrations/google/2021-09-21/mappings/from_shopify.yml @@ -11127,6 +11127,11 @@ rules: output: product_category_id: - '1795' +- input: + product_category_id: bi-11-17 + output: + product_category_id: + - '1795' - input: product_category_id: bi-12 output: diff --git a/data/localizations/categories/en.yml b/data/localizations/categories/en.yml index 4df6b72a..be2af57b 100644 --- a/data/localizations/categories/en.yml +++ b/data/localizations/categories/en.yml @@ -6677,6 +6677,9 @@ en: bi-11-16: name: Yard Scrapers context: Business & Industrial > Heavy Machinery > Yard Scrapers + bi-11-17: + name: Heavy Machinery Parts & Accessories + context: Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories bi-12: name: Hotel & Hospitality context: Business & Industrial > Hotel & Hospitality diff --git a/dist/en/categories.json b/dist/en/categories.json index dcae49f4..6a8e58f1 100644 --- a/dist/en/categories.json +++ b/dist/en/categories.json @@ -149005,6 +149005,10 @@ "id": "gid://shopify/TaxonomyCategory/bi-11-7", "name": "Harvesters" }, + { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "name": "Heavy Machinery Parts & Accessories" + }, { "id": "gid://shopify/TaxonomyCategory/bi-11-8", "name": "Motor Graders" @@ -149772,6 +149776,42 @@ } ] }, + { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "level": 2, + "name": "Heavy Machinery Parts & Accessories", + "full_name": "Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories", + "parent_id": "gid://shopify/TaxonomyCategory/bi-11", + "attributes": [ + { + "id": "gid://shopify/TaxonomyAttribute/1", + "name": "Color", + "handle": "color", + "description": "Defines the primary color or pattern, such as blue or striped", + "extended": false + }, + { + "id": "gid://shopify/TaxonomyAttribute/3", + "name": "Pattern", + "handle": "pattern", + "description": "Describes the design or motif of a product, such as floral or striped", + "extended": false + } + ], + "children": [ + + ], + "ancestors": [ + { + "id": "gid://shopify/TaxonomyCategory/bi-11", + "name": "Heavy Machinery" + }, + { + "id": "gid://shopify/TaxonomyCategory/bi", + "name": "Business & Industrial" + } + ] + }, { "id": "gid://shopify/TaxonomyCategory/bi-11-8", "level": 2, diff --git a/dist/en/categories.txt b/dist/en/categories.txt index dd07336f..3ec18869 100644 --- a/dist/en/categories.txt +++ b/dist/en/categories.txt @@ -2455,6 +2455,7 @@ gid://shopify/TaxonomyCategory/bi-11-7-2 : Business & Industrial > Heavy gid://shopify/TaxonomyCategory/bi-11-7-3 : Business & Industrial > Heavy Machinery > Harvesters > Forage Harvesters gid://shopify/TaxonomyCategory/bi-11-7-4 : Business & Industrial > Heavy Machinery > Harvesters > Potato Harvesters gid://shopify/TaxonomyCategory/bi-11-7-5 : Business & Industrial > Heavy Machinery > Harvesters > Sugar Beet Harvesters +gid://shopify/TaxonomyCategory/bi-11-17 : Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories gid://shopify/TaxonomyCategory/bi-11-8 : Business & Industrial > Heavy Machinery > Motor Graders gid://shopify/TaxonomyCategory/bi-11-9 : Business & Industrial > Heavy Machinery > Pavers gid://shopify/TaxonomyCategory/bi-11-9-1 : Business & Industrial > Heavy Machinery > Pavers > Asphalt Pavers diff --git a/dist/en/integrations/all_mappings.json b/dist/en/integrations/all_mappings.json index 5fb2c436..e579f603 100644 --- a/dist/en/integrations/all_mappings.json +++ b/dist/en/integrations/all_mappings.json @@ -35605,6 +35605,22 @@ ] } }, + { + "input": { + "category": { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "full_name": "Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories" + } + }, + "output": { + "category": [ + { + "id": "1795", + "full_name": "Business & Industrial > Heavy Machinery" + } + ] + } + }, { "input": { "category": { diff --git a/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.json b/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.json index dbff05b3..e4b864d3 100644 --- a/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.json +++ b/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.json @@ -35605,6 +35605,22 @@ ] } }, + { + "input": { + "category": { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "full_name": "Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories" + } + }, + "output": { + "category": [ + { + "id": "1795", + "full_name": "Business & Industrial > Heavy Machinery" + } + ] + } + }, { "input": { "category": { diff --git a/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.txt b/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.txt index d16ed366..f52e3d92 100644 --- a/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.txt +++ b/dist/en/integrations/google/shopify_2024-10_to_google_2021-09-21.txt @@ -7365,6 +7365,9 @@ → Business & Industrial > Heavy Machinery > Harvesters > Sugar Beet Harvesters ⇒ Business & Industrial > Heavy Machinery +→ Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories +⇒ Business & Industrial > Heavy Machinery + → Business & Industrial > Heavy Machinery > Motor Graders ⇒ Business & Industrial > Heavy Machinery diff --git a/dist/en/taxonomy.json b/dist/en/taxonomy.json index 6067be74..31c37c6e 100644 --- a/dist/en/taxonomy.json +++ b/dist/en/taxonomy.json @@ -149005,6 +149005,10 @@ "id": "gid://shopify/TaxonomyCategory/bi-11-7", "name": "Harvesters" }, + { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "name": "Heavy Machinery Parts & Accessories" + }, { "id": "gid://shopify/TaxonomyCategory/bi-11-8", "name": "Motor Graders" @@ -149772,6 +149776,42 @@ } ] }, + { + "id": "gid://shopify/TaxonomyCategory/bi-11-17", + "level": 2, + "name": "Heavy Machinery Parts & Accessories", + "full_name": "Business & Industrial > Heavy Machinery > Heavy Machinery Parts & Accessories", + "parent_id": "gid://shopify/TaxonomyCategory/bi-11", + "attributes": [ + { + "id": "gid://shopify/TaxonomyAttribute/1", + "name": "Color", + "handle": "color", + "description": "Defines the primary color or pattern, such as blue or striped", + "extended": false + }, + { + "id": "gid://shopify/TaxonomyAttribute/3", + "name": "Pattern", + "handle": "pattern", + "description": "Describes the design or motif of a product, such as floral or striped", + "extended": false + } + ], + "children": [ + + ], + "ancestors": [ + { + "id": "gid://shopify/TaxonomyCategory/bi-11", + "name": "Heavy Machinery" + }, + { + "id": "gid://shopify/TaxonomyCategory/bi", + "name": "Business & Industrial" + } + ] + }, { "id": "gid://shopify/TaxonomyCategory/bi-11-8", "level": 2,