plugins/omi-shipbob-app/templates/setup.html
SB + omi
Manage inventory and fulfillment with voice commands
{% if error %} ⚠{{ error }} {% endif %} {% if authenticated %} ✓Connected to ShipBob
📦
{% if selected_channel %} Channel: {{ selected_channel.name }} {% else %} Connected {% endif %}
{% if channels and channels|length > 1 %}
Select Channel
{% for channel in channels %} {{ channel.name }} {% endfor %} {% endif %}
Example Commands
"Check inventory for Blue T-Shirt"
"Create a WRO for 100 units of Widget Pro"
"Show me my recent orders"
"List all fulfillment centers"
Disconnect ShipBob {% else %}
Features
Check stock levels and inventory quantities with voice commands
Create Warehouse Receiving Orders to send inventory to ShipBob
View recent orders and fulfillment status
See available warehouse locations and their details
{% if uid %} Connect with ShipBob {% endif %} {% endif %}
Made with ❤ for Omi