Enhance Shopify Inventory Integration with Improved Inventory Sync Controls#6396
Draft
TengingBCDevelopers wants to merge 1 commit intomicrosoft:mainfrom
Draft
Enhance Shopify Inventory Integration with Improved Inventory Sync Controls#6396TengingBCDevelopers wants to merge 1 commit intomicrosoft:mainfrom
TengingBCDevelopers wants to merge 1 commit intomicrosoft:mainfrom
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”),
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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