Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AE] Add category for Clothing Sewing Materials #366

Merged
merged 1 commit into from
Oct 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions data/categories/ae_arts_entertainment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
- ae-2-1-4
- ae-2-1-5
- ae-2-1-6
- ae-2-1-7
attributes: []
- id: ae-2-1-1
name: Art & Craft Kits
Expand Down Expand Up @@ -3471,6 +3472,14 @@
attributes:
- pattern_distribution_format
- skill_level
- id: ae-2-1-7
name: Clothing Sewing Materials
children: []
attributes:
- color
- fabric
- fastener_material
- pattern
- id: ae-2-2
name: Collectibles
children:
Expand Down
5 changes: 5 additions & 0 deletions data/integrations/google/2021-09-21/mappings/from_shopify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4632,6 +4632,11 @@ rules:
output:
product_category_id:
- '3697'
- input:
product_category_id: ae-2-1-7
output:
product_category_id:
- '505372'
- input:
product_category_id: ae-2-2
output:
Expand Down
3 changes: 3 additions & 0 deletions data/localizations/categories/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2780,6 +2780,9 @@ en:
ae-2-1-6-5-3:
name: Home Decor Sewing Patterns
context: Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Crafting Patterns & Molds > Sewing Patterns > Home Decor Sewing Patterns
ae-2-1-7:
name: Clothing Sewing Materials
context: Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials
ae-2-2:
name: Collectibles
context: Arts & Entertainment > Hobbies & Creative Arts > Collectibles
Expand Down
58 changes: 58 additions & 0 deletions dist/en/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -60931,6 +60931,10 @@
"id": "gid://shopify/TaxonomyCategory/ae-2-1-4",
"name": "Art & Crafting Tools"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"name": "Clothing Sewing Materials"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-5",
"name": "Craft Organization"
Expand Down Expand Up @@ -85491,6 +85495,60 @@
}
]
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"level": 3,
"name": "Clothing Sewing Materials",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials",
"parent_id": "gid://shopify/TaxonomyCategory/ae-2-1",
"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/2777",
"name": "Fabric",
"handle": "fabric",
"description": "Identifies the type of fabric used in a product, for example, cotton or denim",
"extended": false
},
{
"id": "gid://shopify/TaxonomyAttribute/2926",
"name": "Fastener material",
"handle": "fastener-material",
"description": "Specifies the type of material used in fasteners, e.g. brass, stainless steel",
"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/ae-2-1",
"name": "Arts & Crafts"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2",
"name": "Hobbies & Creative Arts"
},
{
"id": "gid://shopify/TaxonomyCategory/ae",
"name": "Arts & Entertainment"
}
]
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-5",
"level": 3,
Expand Down
1 change: 1 addition & 0 deletions dist/en/categories.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1313,6 +1313,7 @@ gid://shopify/TaxonomyCategory/ae-2-1-4-18-8-1 : Arts & Entertainment > Hobbie
gid://shopify/TaxonomyCategory/ae-2-1-4-18-8-2 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Tools > Thread & Yarn Tools > Weaving Shuttles > End-Feed Weaving Shuttles
gid://shopify/TaxonomyCategory/ae-2-1-4-18-8-3 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Tools > Thread & Yarn Tools > Weaving Shuttles > Rag Weaving Shuttles
gid://shopify/TaxonomyCategory/ae-2-1-4-18-8-4 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Tools > Thread & Yarn Tools > Weaving Shuttles > Stick Weaving Shuttles
gid://shopify/TaxonomyCategory/ae-2-1-7 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials
gid://shopify/TaxonomyCategory/ae-2-1-5 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Craft Organization
gid://shopify/TaxonomyCategory/ae-2-1-5-1 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Craft Organization > Needle, Pin & Hook Organizers
gid://shopify/TaxonomyCategory/ae-2-1-5-1-1 : Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Craft Organization > Needle, Pin & Hook Organizers > Hook Organizers
Expand Down
16 changes: 16 additions & 0 deletions dist/en/integrations/all_mappings.json
Original file line number Diff line number Diff line change
Expand Up @@ -14821,6 +14821,22 @@
]
}
},
{
"input": {
"category": {
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials"
}
},
"output": {
"category": [
{
"id": "505372",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials"
}
]
}
},
{
"input": {
"category": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14821,6 +14821,22 @@
]
}
},
{
"input": {
"category": {
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials"
}
},
"output": {
"category": [
{
"id": "505372",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials"
}
]
}
},
{
"input": {
"category": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3939,6 +3939,9 @@
→ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Tools > Thread & Yarn Tools > Weaving Shuttles > Stick Weaving Shuttles
⇒ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Tools > Thread & Yarn Tools > Weaving Shuttles

→ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials
⇒ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Art & Crafting Materials

→ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Craft Organization
⇒ Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Craft Organization

Expand Down
58 changes: 58 additions & 0 deletions dist/en/taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -60931,6 +60931,10 @@
"id": "gid://shopify/TaxonomyCategory/ae-2-1-4",
"name": "Art & Crafting Tools"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"name": "Clothing Sewing Materials"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-5",
"name": "Craft Organization"
Expand Down Expand Up @@ -85491,6 +85495,60 @@
}
]
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-7",
"level": 3,
"name": "Clothing Sewing Materials",
"full_name": "Arts & Entertainment > Hobbies & Creative Arts > Arts & Crafts > Clothing Sewing Materials",
"parent_id": "gid://shopify/TaxonomyCategory/ae-2-1",
"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/2777",
"name": "Fabric",
"handle": "fabric",
"description": "Identifies the type of fabric used in a product, for example, cotton or denim",
"extended": false
},
{
"id": "gid://shopify/TaxonomyAttribute/2926",
"name": "Fastener material",
"handle": "fastener-material",
"description": "Specifies the type of material used in fasteners, e.g. brass, stainless steel",
"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/ae-2-1",
"name": "Arts & Crafts"
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2",
"name": "Hobbies & Creative Arts"
},
{
"id": "gid://shopify/TaxonomyCategory/ae",
"name": "Arts & Entertainment"
}
]
},
{
"id": "gid://shopify/TaxonomyCategory/ae-2-1-5",
"level": 3,
Expand Down
Loading