Commit dbeb0b9
Merging pull request #18276
* Add list sales order items action to Returnless integration
- New action component to retrieve items from specific sales orders
- Implements cursor-based pagination using existing app methods
- Follows existing patterns from list-sales-orders action
- Uses orderId and maxResults prop definitions from app file
- Increment package version from 0.1.0 to 0.1.1
Features:
- Lists all items for a given sales order ID
- Supports pagination with configurable max results
- Returns structured item data with id, external_id, quantity, amounts
- Includes helpful summary with item count and order ID
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
* Fix linting error: add required newline at end of file
- Add missing newline at end of list-sales-order-items.mjs
- Resolves 'Newline required at end of file but not found' lint error
* Remove unrelated zendesk learning docs from returnless PR
- Remove .claude/zendesk-assignee-learnings.md that was accidentally included
- Keep only returnless-related changes in this PR
---------
Co-authored-by: Claude <[email protected]>1 parent a08f3ca commit dbeb0b9
File tree
2 files changed
+40
-1
lines changed- components/returnless
- actions/list-sales-order-items
2 files changed
+40
-1
lines changedLines changed: 39 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments