-
Notifications
You must be signed in to change notification settings - Fork 319
Enhance Shopify Inventory Integration with Improved Inventory Sync Controls #6396
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
… Variant ID filter in Sync Inventory report
|
Issue #6395 is not valid. Please make sure you link an issue that exists, is open and is approved. |
|
@TengingBCDevelopers please read the following Contributor License Agreement(CLA). If you agree with the CLA, please reply with the following information.
Contributor License AgreementContribution License AgreementThis Contribution License Agreement (“Agreement”) is agreed to by the party signing below (“You”),
|
Description
The current Shopify inventory synchronization always performs a full inventory import before exporting stock and does not allow filtering products or skipping the import step.
For customers with large Shopify catalogs, this results in long-running synchronization jobs even when only a small subset of inventory needs to be exported from Business Central.
Business scenario
Customers using shared inventory require inventory to be exported to Shopify after posting Business Central orders, without re-importing all inventory data. Today, the only option is to run a full synchronization, which can take several hours.
Request
Extend the Shopify inventory synchronization to provide more control over import and export behavior.
Requested changes
o Add request page options:
Skip Import Stock (Boolean)
Variant ID Filter (Text)
o Pass the Skip Import and Variant ID Filter options to the Inventory API
o Skip inventory import when requested
o Skip inventory import when requested
o Support forced inventory export
o Limit synchronization scope by Variant ID
Benefits
• Improved performance for large Shopify stores
• Reduced synchronization time and API usage
• More flexible and scalable inventory synchronization
Summary
This change enables filtering, skipping unnecessary import steps, and forcing inventory exports, improving performance and flexibility while remaining backward compatible.
Work Item(s)
Fixes #6395