Storis Account Integration

Overview

Storis is a platform designed specifically for the furniture, bedding, and appliance retail industry. It provides comprehensive software solutions and supports both in-store and online operations, making it a robust solution for modern retail challenges.

Storis distinguishes between two order types: Pickup for in-store retrieval and Delivery, where they ship the order to the customer. Integrating Storis allows you to synchronize their platform with Sellercloud. The integration works through API, transmitting information between the two services via plugins and Scheduled Tasks.

If necessary, you can open a ticket with Sellercloud Support to request additional customizations or other plugins for this integration. Any such modifications will be billable.

To have a dedicated representative complete the testing for your account and ensure that the setup is configured correctly, we recommend Premium Support.

Prerequisites

Before integrating Storis into Sellercloud, you must complete the following requirements.

We recommend creating a Company where you will set up the Custom Company Settings and automate the plugins with Scheduled Tasks.

Sellercloud Support

Open a ticket with Sellercloud Support and request the following plugins to be installed on your server:

  • Storis API Order Export – Exports orders from Sellercloud to Storis.
  • Storis API Update Picking Status Order Export – Imports order status updates from Storis to Sellercloud.
  • Storis API Product Inventory Update – Imports inventory from Storis to Sellercloud.

Custom Company Settings

Create the following Custom Company Settings on the company created for the integration:

  • StorisAPI_Username – Enter your Storis username.
  • StorisAPI_ClientSecret – Enter your Storis client secret for API authentication. You can contact their support team for assistance with obtaining it.
  • StorisAPI_UseTestAPI – Enter True to use a testing environment or False for production.
  • StorisAPI_LastDateRan The Order Export plugin updates this column automatically.
  • StorisAPI_WHMapping – Map Sellercloud Warehouses to Storis Inventory Codes. The expected format is SCWHID_StorisCode,SCWHID_StorisCode. For example, if you have warehouses with IDs 123 and 234, and the corresponding Storis Inventory Codes are code1 and code2, you must enter 123_code1,234_code2.
  • (Optional) StorisAPI_DefaultSellLocationID – If this setting is populated, Sellercloud will send its value as the Sell Location ID if that field is blank.

Custom Product Columns

Create the following Custom Product Columns:

  • (Optional) Storis_Enabled – Use this column to enable only specific products for Storis. Set to True for any products you want to update with the Inventory Update plugin.

Order Export

The Storis API Order Export plugin exports orders to Storis. When the plugin exports an order successfully, it also sets the Order Subtype to InStorePickUp to indicate that it is a Buy Online, Pick Up in Store type of order.

To export orders successfully, there must be at least one order item with a Ship From Warehouse mapped to a corresponding Storis Inventory Code. You can do this by creating a Channel Warehouse Mapping for the Website channel on the company you created for the integration or by using the Custom Company Setting StorisAPI_WHMapping. Either way, be sure to map sellable warehouses.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Order Status – InProcess Or Completed
  • Payment Status – Charged
  • Exported – Not Exported

Automate Order Export

To create a Scheduled Task that sends order acknowledgment:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your email.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Storis API Order Export.
    4. Check Mark Orders As Exported.
  6. In the Export Options panel, set Export To to None.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Update Order Status

The Storis API Update Picking Status Order Export plugin imports order status updates from Storis to  Sellercloud:

  • Orders that are Ready For Pickup or Picked Up on Storis will have their Shipping Status set to Ready For Pickup in Sellercloud. 
  • Orders that require Delivery and are shipped by Storis will have their Shipping Status set to Fully Shipped and their tracking information updated in Sellercloud.
The plugin only imports tracking for Shipped orders and sets their Carrier/Service to UPS Ground.

Before you move on, create a Saved Search for orders filtered by:

  • Company – The company you created for the integration
  • Order Status – InProcess Or Completed
  • Payment Status – Charged
  • Exported – Exported

Automate Order Status Updates

To create a Scheduled Task for order status updates:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Orders.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your email.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Storis API Update Picking Status Order Export.
  6. In the Export Options panel, set Export To to None.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Update Inventory

The Storis API Product Inventory Update plugin imports inventory updates from Storis to the corresponding warehouses in Sellercloud.

Your warehouses must be mapped to the corresponding Storis Inventory Codes with a Channel Warehouse Mapping for the Website channel or with the Custom Company Setting StorisAPI_WHMapping.

Optionally, you can enable only specific products for Storis by setting their Storis_Enabled Custom Column for Products to True:

  • For one product at a time: go to the Product Details Page > click Toolbox and select Custom Columns > click Edit, update the Storis_Enabled column, and Save.
  • For multiple products in bulk: follow the steps to Bulk Update Products and use the Storis_Enabled column – set it to True for all products you want to enable.

Unlike core integrations, plugin integrations don’t require products to be in the company with the scheduled tasks. The export will include the products you select with your Saved Search.

Next, create a Saved Search for products filtered by Storis_Enabled True. Optionally, you can add more filters to the search to narrow down the export further.

Automate Inventory Updates

To create a Scheduled Task that exports inventory:

  1. Navigate to Settings > Scheduled Tasks > Manage Scheduled Tasks.
  2. Click the green + icon: Create New Scheduled Task.
  3. Complete as follows:
    1. Click Task Type and select Export Products.
    2. Set the Task Name.
    3. Select the Company.
    4. Select the Start Time.
    5. Click CREATE.
  4. On the Scheduled Task page, click the Edit button at the top right corner.
  5. In the Details panel:
    1. Click the User ID menu and select your email.
    2. Click the Saved Search menu and select the saved search you created earlier.
    3. Click the Export Via menu and select Storis API Product Inventory Update.
  6. In the Export Options panel, set Export To to None.
  7. In the Frequency panel, specify the task frequency. For optimal performance, select a range between thirty minutes and one hour.
  8. In the General panel, click the Enable toggle button.
  9. Click Save.


Was this article helpful?

Need Support?
Can't find the answer you're looking for?
Contact Support