Skip to content

Commit

Permalink
feat: updated category id mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauravudia committed Feb 2, 2024
1 parent 649df83 commit 2ec9bd2
Showing 1 changed file with 21 additions and 28 deletions.
49 changes: 21 additions & 28 deletions src/cdk/v2/destinations/the_trade_desk/data/TTDItemConfig.json
Original file line number Diff line number Diff line change
@@ -1,29 +1,22 @@
[
{
"destKey": "item_code",
"sourceKeys": [
"product_id",
"sku"
]
},
{
"destKey": "name",
"sourceKeys": "name"
},
{
"destKey": "qty",
"sourceKeys": "quantity"
},
{
"destKey": "price",
"sourceKeys": "price"
},
{
"destKey": "cat",
"sourceKeys": [
"cat",
"category_id",
"categoryId"
]
}
]
{
"destKey": "item_code",
"sourceKeys": ["product_id", "sku"]
},
{
"destKey": "name",
"sourceKeys": "name"
},
{
"destKey": "qty",
"sourceKeys": "quantity"
},
{
"destKey": "price",
"sourceKeys": "price"
},
{
"destKey": "cat",
"sourceKeys": "category_id"
}
]

0 comments on commit 2ec9bd2

Please sign in to comment.