Discussions
Specify sorting order of /shipments collection
almost 3 years ago by William Eisert
I'm requesting a list of shipments from the /v2/shipments
endpoint, and the order of entries returned seems to always be created_at
, descending.
Is there some way to specify another field to sort results on, such as platform_order_number
ascending?
Thanks!