get_order
Look up a specific order with full line item details (product, variant, SKU, quantity, price, vendor). Use orderName for user-facing IDs like '#1001', or orderId for Shopify numeric IDs. Also supports orderIds (array) to look up multiple orders at once — useful for cross-referencing with Triple Whale attribution data.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| _offset | No | Pagination offset. If a response includes _pagination.hasMore=true, use _offset to fetch the next page. | |
| orderId | No | Shopify numeric order ID e.g. '5559266041988' | |
| orderIds | No | Array of Shopify numeric order IDs for batch lookup (max 50) | |
| orderName | No | Order name e.g. '#1001' or '1001' |