You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(order-cancellations): add support for listing Order Cancellations
The Order Cancellations API [supports][1] listing order
cancellations - optionally filtered by order ID.
This makes that functionality available in the library, with
both manual pagination (`list`) and auto-pagination
(`listWithGenerator`).
[1]: https://duffel.com/docs/api/order-cancellations/get-order-cancellations
0 commit comments