LS Central Scheduler for Shopify
When pulling and updating data to and from Shopify, use the LS Central Scheduler.
There are a few code units that can be scheduled to handle this:
Scheduler Job Name | Code Unit ID | Code Unit Name | Info |
---|---|---|---|
SHOPIFY-CUSTOMER | 10034384 | LSCShopifySchContact | Pulls a customer from Shopify and creates member contacts in LS Central. |
SHOPIFY-INV | 10034380 | LSCShopifySchInventory | Calculates inventory and sends to Shopify. If a Boolean value in the Scheduler Job is set to true, inventory values will be reset and initialized. Initialize inventory is needed the first time the job is run. |
SHOPIFY-ITEM | 10034382 | LSCShopifySchItem | Send items and variants as products to Shopify. If a Boolean value in the Scheduler Job is set to true, item images are included. |
SHOPIFY-ORDER | 10034381 | LSCShopifySchOrder | Pulls orders from Shopify and creates Customer Orders. |
SHOPIFY-PRICE | 10034383 | LSCShopifySchPrice | Updates the price in Shopify. This also includes standard discount offers.
Note: The COMMERCE_INIT Scheduler job needs to be executed once before Price updates can be done. |
You can run these code units directly from the Shopify Administration page:
- Click Actions, and select the appropriate submenu.
- Update: To run item, inventory, and price updates.
- Pull: To pull orders or customers
- Item: To send one item and delete one item in Shopify.
Note: If the item is not part of Item Distribution for the Shopify store, inventory and prices will not be updated for that item when those update code units are executed.