Get orders by channel/store

Hi,

I was wondering if it’s possible to get orders by a particular store/channel in the orders endpoint? We would like to retrieve orders just for eBay, and I wonder if there is a reliable way to do this – or is putting “ebay” in the query good enough for this, and we can guarantee it will never return orders for other channels?

Thanks!
Tawny

Hey Tawny,

Important, this is officially undocumented. So is likely to change in the future.

But with the channel_id you can send the following request:

https://api.veeqo.com/orders?channel_ids[]=:channel_id

Hey Phil,

Lovely! Works like a charm, thank you so much. :smiley:

Thanks!
Tawny