List orders
documentedList orders.
GET /ordersOrdersno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://ssapi.shipstation.com/orders?customerName={{$customerName}}&itemKeyword={{$itemKeyword}}&orderStatus={{$orderStatus}}&storeId={{$storeId}}&orderDateStart={{$orderDateStart}}&orderDateEnd={{$orderDateEnd}}&page={{$page}}&pageSize={{$pageSize}}" \
-u "{{SHIPSTATION_API_KEY}}:{{SHIPSTATION_SECRET}}" \
-X GET \
-H "Accept: application/json"