LS Central Scheduler for Shopee

When pulling and updating data to and from Shopee, use the LS Central Scheduler.

There are a few code units that can be scheduled to handle this. They all run against all stores defined in the Shopee Administration page. In case of multi-store setup, the Scheduler jobs can also run against one store by adding the Store Code into the Code field in the Scheduler Job card.

Scheduler Job Name Code Unit ID Code Unit Name Info
SHOPEE-ITEM 10034250 LSCShopeeSchItem Send items images and variants as products to Shopee.
SHOPEE-PRICE 10034252 LSCShopeeSchPrice Updates the Sales Price in Shopee. Prices are taken from the WI Price table.

If Send Discount is selected, this also sends Discount offers to Shopee.

Uses Last Action Entry No. in the Store card for processing of Pre-Actions and Last Price Update in the Shopee Admin to filter which items to update.

Note: The COMMERCE_INIT Scheduler job needs to be executed once before Price updates can be done.

SHOPEE-INV 10034257 LSCShopeeSchInventory Calculates inventory and sends to Shopee. Data is taken from the Inventory Lookup Table in LS Central.

To use Sourcing Locations, activate Create Inventory for Sourcing Location in the LS Commerce section in the Store card. Inventory qty is then, the total of Net Inventory and Sourcing Location Inventory.

Boolean value, under Object Setup in the Scheduler Job card, is used to tell the job to reset and initialize Inventory data. Set to true to Reset inventory status or it can be done from the Action menu in the Administration page.

Note: The INVLOOKUP (Code Unit: 99008909) must be executed initially before running the Commerce Inventory job.

SHOPIFY-ORDER 10034251 LSCShopeeSchOrder Pulls orders from Shopee and create Customer Orders in LS Central. This also pulls Fulfilled and Canceled orders from Shopee and process them in LS Central.

Last Order Pull in Shopee Admin filter out which orders to pull.

You can run these code units directly from the Shopee Administration page.

Note: Running from the Administration page is for test runs and some of the calls do not update the latest counter that is registered to the Scheduler job.

  • Click Actions, and select the appropriate sub-menu.
    • Update: To run item, inventory, price and shop category updates.
    • Pull: To pull orders
    • Item: To send one item and delete one item in Shopee.