חזרה אל Shopify Orders
התחבר ל-Knoon AI עם Shopify Orders (Shopify) כדי לאוטומטי תהליכי עבודה של 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. |



