Skip to content

Commit

Permalink
mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
ricardotejedorsanz committed Oct 5, 2024
1 parent cca9cb9 commit cea2208
Show file tree
Hide file tree
Showing 6 changed files with 68 additions and 2 deletions.
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 @@ -10557,6 +10557,11 @@ rules:
output:
product_category_id:
- '8278'
- input:
product_category_id: bi-4-3
output:
product_category_id:
- '114'
- input:
product_category_id: bi-5
output:
Expand Down
15 changes: 14 additions & 1 deletion dist/en/categories.json
Original file line number Diff line number Diff line change
Expand Up @@ -144355,7 +144355,20 @@
"full_name": "Business & Industrial > Construction > Raw Structural Components",
"parent_id": "gid://shopify/TaxonomyCategory/bi-4",
"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": [

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 @@ -33781,6 +33781,22 @@
]
}
},
{
"input": {
"category": {
"id": "gid://shopify/TaxonomyCategory/bi-4-3",
"full_name": "Business & Industrial > Construction > Raw Structural Components"
}
},
"output": {
"category": [
{
"id": "114",
"full_name": "Construction"
}
]
}
},
{
"input": {
"category": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33781,6 +33781,22 @@
]
}
},
{
"input": {
"category": {
"id": "gid://shopify/TaxonomyCategory/bi-4-3",
"full_name": "Business & Industrial > Construction > Raw Structural Components"
}
},
"output": {
"category": [
{
"id": "114",
"full_name": "Business & Industrial > Construction"
}
]
}
},
{
"input": {
"category": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7056,6 +7056,9 @@
→ Business & Industrial > Construction
⇒ Business & Industrial > Construction

→ Business & Industrial > Construction > Raw Structural Components
⇒ Business & Industrial > Construction > Construction

→ Business & Industrial > Construction > Surveying
⇒ Business & Industrial > Construction > Surveying

Expand Down
15 changes: 14 additions & 1 deletion dist/en/taxonomy.json
Original file line number Diff line number Diff line change
Expand Up @@ -144355,7 +144355,20 @@
"full_name": "Business & Industrial > Construction > Raw Structural Components",
"parent_id": "gid://shopify/TaxonomyCategory/bi-4",
"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": [

Expand Down

0 comments on commit cea2208

Please sign in to comment.