Skip to content

OUT-3276: backfill script to update product info in mapping table#203

Merged
SandipBajracharya merged 2 commits intomasterfrom
OUT-3276
Mar 5, 2026
Merged

OUT-3276: backfill script to update product info in mapping table#203
SandipBajracharya merged 2 commits intomasterfrom
OUT-3276

Conversation

@SandipBajracharya
Copy link
Collaborator

Changes

  • backfill product name and description in mapping table. The script basically fetches products from assembly and QBO and update the name and description in mapping table.

@linear
Copy link

linear bot commented Mar 5, 2026

@vercel
Copy link

vercel bot commented Mar 5, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
quickbooks-sync Ready Ready Preview, Comment Mar 5, 2026 11:03am
quickbooks-sync (dev) Ready Ready Preview, Comment Mar 5, 2026 11:03am

Request Review

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SandipBajracharya Unused import?

Seems to be out of the scope of the PR. You can resolve it without making changes if you want.


const assemblyProduct = filteredAssemblyProducts.find(
(aproduct) => aproduct.id === mproducts.productId,
)

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

If possible let's make filteredAssemblyProducts a Map.

@SandipBajracharya SandipBajracharya merged commit 646e057 into master Mar 5, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants