Skip to content

Shopify Product Sync#1549

Open
Vidhan2104 wants to merge 13 commits intohotwax:everything-bagel-pubfrom
Vidhan2104:everything-bagel-pub
Open

Shopify Product Sync#1549
Vidhan2104 wants to merge 13 commits intohotwax:everything-bagel-pubfrom
Vidhan2104:everything-bagel-pub

Conversation

@Vidhan2104
Copy link
Copy Markdown
Contributor

No description provided.

@Vidhan2104 Vidhan2104 requested a review from dt2patel March 14, 2026 14:33
@Vidhan2104 Vidhan2104 self-assigned this Mar 14, 2026
@gemini-code-assist
Copy link
Copy Markdown
Contributor

Summary of Changes

Hello, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request adds a new documentation guide to facilitate the setup and management of Shopify product synchronization within HotWax Maarg. It aims to provide clear, step-by-step instructions for configuring the necessary system components and understanding the underlying asynchronous data flow, thereby empowering users to efficiently integrate Shopify product data into the OMS.

Highlights

  • New Documentation: Introduced comprehensive documentation for Shopify product synchronization within HotWax Maarg.
  • Product Sync Flow Explained: Detailed the three-step asynchronous product sync flow, outlining the roles of queue_BulkQuerySystemMessage, send_BulkProductAndVariantsByIdQuery, and poll_BulkOperationResult jobs.
  • Configuration Guide: Provided step-by-step configuration instructions for SystemMessageRemote and essential common XML data required for initial setup.
  • Job Descriptions and Usage: Explained the purpose, manual execution steps, and sample XML configurations for key product sync jobs, enabling users to manage them effectively.

🧠 New Feature in Public Preview: You can now enable Memory to help Gemini Code Assist learn from your team's feedback. This makes future code reviews more consistent and personalized to your project's style. Click here to enable Memory in your admin console.

Changelog
  • everything/tools/shopify/product-sync.md
    • Added a new guide for Shopify product synchronization.
    • Documented the three-step bulk product sync flow.
    • Provided configuration details for SystemMessageRemote and common setup data.
    • Explained the purpose and usage of key product sync jobs.
Activity
  • No human activity detected on this pull request yet.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for GitHub and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link
Copy Markdown
Contributor

@gemini-code-assist gemini-code-assist Bot left a comment

Choose a reason for hiding this comment

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

Code Review

This pull request introduces new documentation for the Shopify Product Sync process. The review focuses on aligning the document with the HotWax style guide to improve clarity, consistency, and readability. The feedback includes suggestions for correcting heading capitalization, making job-related headings more user-friendly, standardizing navigation path formats, defining acronyms, and refining wording and formatting for better adherence to the established content standards.

Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Comment thread everything/tools/shopify/product-sync.md Outdated
Vidhan2104 and others added 10 commits March 14, 2026 20:14
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
@Vidhan2104 Vidhan2104 requested review from AjinkyaM1, shrikruti-hc and shubham-namdeo and removed request for dt2patel March 14, 2026 14:48
@Vidhan2104
Copy link
Copy Markdown
Contributor Author

Related Issue: #1539

@AjinkyaM1
Copy link
Copy Markdown
Contributor

I think the document is a little incomplete. After we poll the result from Shopify, two more system messages are generated. One is GenerateOMSUpdateProductsFeedNew, which updates the product update history and is responsible for the transformation. The updated history is then consumed in OMS by ProductUpdatesFeedNew. After this process, the product is finally created or updated in the OMS.

@Vidhan2104
Copy link
Copy Markdown
Contributor Author

Thakyou @AjinkyaM1 for pointing, I'm working on your suggestions

@Vidhan2104
Copy link
Copy Markdown
Contributor Author

@AjinkyaM1, I have updated the content. Can you please check now?

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