Skip to content

Commit

Permalink
Merge pull request #353 from Shopify/extend-feeding-essentials-in-bab…
Browse files Browse the repository at this point in the history
…y-and-toddler

[BT] Add feeding essentials categories
  • Loading branch information
ricardotejedorsanz authored Oct 6, 2024
2 parents 3df1332 + 8f77121 commit 900c25e
Show file tree
Hide file tree
Showing 9 changed files with 910 additions and 0 deletions.
50 changes: 50 additions & 0 deletions data/categories/bt_baby_toddler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1812,6 +1812,7 @@
- bt-10-13
- bt-10-14
- bt-10-15
- bt-10-16
attributes: []
- id: bt-10-1
name: Baby & Toddler Food
Expand Down Expand Up @@ -2245,6 +2246,55 @@
- pattern
- product_certifications_standards
- spout_type
- id: bt-10-16
name: Feeding Essentials
children:
- bt-10-16-1
- bt-10-16-2
- bt-10-16-3
- bt-10-16-4
attributes:
- cleaning_instructions
- color
- material
- pattern
- product_certifications_standards
- id: bt-10-16-1
name: Feeding Bowls
children: []
attributes:
- cleaning_instructions
- color
- material
- pattern
- product_certifications_standards
- id: bt-10-16-2
name: Feeding Spoons
children: []
attributes:
- cleaning_instructions
- color
- material
- pattern
- product_certifications_standards
- id: bt-10-16-3
name: Feeding Plates
children: []
attributes:
- cleaning_instructions
- color
- material
- pattern
- product_certifications_standards
- id: bt-10-16-4
name: Flatware Sets
children: []
attributes:
- cleaning_instructions
- color
- material
- pattern
- product_certifications_standards
- id: bt-11
name: Potty Training
children:
Expand Down
25 changes: 25 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 @@ -14207,6 +14207,31 @@ rules:
output:
product_category_id:
- '6950'
- input:
product_category_id: bt-10-16
output:
product_category_id:
- '561'
- input:
product_category_id: bt-10-16-1
output:
product_category_id:
- '561'
- input:
product_category_id: bt-10-16-2
output:
product_category_id:
- '561'
- input:
product_category_id: bt-10-16-3
output:
product_category_id:
- '561'
- input:
product_category_id: bt-10-16-4
output:
product_category_id:
- '561'
- input:
product_category_id: bt-11
output:
Expand Down
15 changes: 15 additions & 0 deletions data/localizations/categories/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8525,6 +8525,21 @@ en:
bt-10-15:
name: Sippy Cups
context: Baby & Toddler > Nursing & Feeding > Sippy Cups
bt-10-16:
name: Feeding Essentials
context: Baby & Toddler > Nursing & Feeding > Feeding Essentials
bt-10-16-1:
name: Feeding Bowls
context: Baby & Toddler > Nursing & Feeding > Feeding Essentials > Feeding Bowls
bt-10-16-2:
name: Feeding Spoons
context: Baby & Toddler > Nursing & Feeding > Feeding Essentials > Feeding Spoons
bt-10-16-3:
name: Feeding Plates
context: Baby & Toddler > Nursing & Feeding > Feeding Essentials > Feeding Plates
bt-10-16-4:
name: Flatware Sets
context: Baby & Toddler > Nursing & Feeding > Feeding Essentials > Flatware Sets
bt-11:
name: Potty Training
context: Baby & Toddler > Potty Training
Expand Down
Loading

0 comments on commit 900c25e

Please sign in to comment.