Skip to content

Commit

Permalink
Update integrations README
Browse files Browse the repository at this point in the history
  • Loading branch information
chesterbot01 committed Jun 12, 2024
1 parent 7e22915 commit a66d788
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions data/integrations/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Integrations maintain the rules for how the Shopify Product Taxonomy interacts w

## Supported Integrations
- Google (2021-09-21)
- Shopify (2022-02)

## How this works
### Overview
Expand All @@ -11,12 +12,13 @@ Integrations live in the `data/integrations` directory and are further grouped b

```
data/integrations/
├── integrations.yml # index
├── integrations.yml # lists integrations and their versions for taxonomy mappings in distribution
├── <integration 1> # name/handle of the commerce system (e.g. google/amazon)
│ ├── <version> # e.g. v1.0.1 or 2024-04
│ │ └── mappings
│ │ ├── from_shopify.yml
│ │ └── to_shopify.yml
│ │ ├── mappings
│ │ │ ├── from_shopify.yml
│ │ │ └── to_shopify.yml
│ │ └── full_names.yml
│ └── <another version>
│ └── ...
└── <integration 2> #...
Expand Down

0 comments on commit a66d788

Please sign in to comment.