Summary of the Inventory Storefront
...
Navigate to Manage Inventory
Click the copy icon that is located next to each store
Open the link in an incognito browser tab
...
https://manufacturer.theshedapp.com/inventory-storefront?store_id=96&order_store_id=38#/
store_id is a URL parameter that specifies only inventory buildings located at the specified store should be displayed. This URL parameter can be removed to show all inventory buildings located at all stores/locations
order_store_id=38#/ is a URL parameter that specifies which store will be used to make the sale of the inventory building. This parameter is required and will ensure RTO numbers and the correct store surcharges are used to display pricing.
...
https://manufacturer.theshedapp.com/inventory-storefront?store_id=96&order_store_id=38&sale_pending=1&days_since_last_sale=30
For reference, these are the parameters that can be added to the URL
?&sale_pending=1
This will display sale pending buildings
&days_since_last_sale=30
This will display buildings that are still on the lot that have been sold up to 30 days ago
...