-
Couldn't load subscription status.
- Fork 60
Added more details in hard sync job in Inventory Synchronization page. #1375
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: user-guides-pub
Are you sure you want to change the base?
Added more details in hard sync job in Inventory Synchronization page. #1375
Conversation
documents/learn-shopify/shopify-integration/inventory/inventory-sync.md
Outdated
Show resolved
Hide resolved
documents/retail-operations/workflow/job-workflows/inventory.md
Outdated
Show resolved
Hide resolved
| With the `shopifyFacilityGroupId` parameter of this job, merchants can configure for which stores they want to push inventory to Shopify. To use this, add the relevant facilities to a facility group in HotWax Commerce and provide that group’s ID in the job configuration. | ||
|
|
||
| **For example**: | ||
| A retailer with 100 stores wants to sync inventory to Shopify from just 10 of them. They can create a facility group in HotWax Commerce with those 10 stores and provide its group ID in the `shopifyFacilityGroupIdparameter` of the job. This makes sure inventory is pushed to Shopify only from the selected stores. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can this be done with the use of inventory group already? why does it need to be here?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@Vidhan2104 please see comment
| - The shopifyFacilityGroupId parameter specifies which store facilities’ inventories should be pushed to Shopify. If not specified, inventory will be pushed for all locations mapped in ShopifyShopLocation. | ||
|
|
||
| **For example**: | ||
| A retailer with 100 stores wants to calculate total available inventory across specific warehouses and push inventory to Shopify from only 10 stores. They can create one facility group for the warehouses and provide its group ID in the inventoryGroup parameter, and another facility group for those 10 stores and provide its group ID in the shopifyFacilityGroupId parameter. This ensures inventory is accumulated from the selected facilities but only pushed to Shopify for the intended stores. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This paragraph is still confusing. What is a use case for the different parameters.
Related issue: #1324