Shopify Orders に戻る
Shopify Orders (Shopify) と Knoon AI を接続して AI ワークフローを自動化します。
List Shopify orders with optional search and pagination.
shopifyOrdersListOrders
ベータ
内部
権限
オプション権限
パラメータ
| 名前 | タイプ | 説明 | 必須 |
|---|---|---|---|
| query | mustache | Optional Shopify order search query, for example "financial_status:paid" or "tag:VIP". | いいえ |
| first | number | Number of orders to return. Max 100. | いいえ |
| last | number | Number of orders to return from the end of the result set. Max 100. | いいえ |
| after | mustache | Return orders after this cursor. | いいえ |
| before | mustache | Return orders before this cursor. | いいえ |
| sortKey | string | Order sort key. | いいえ |
| reverse | boolean | If true, reverse the selected sort order. | いいえ |
返品
| 名前 | タイプ | 説明 |
|---|---|---|
| result | object | Matching orders with pagination info. |



