How to retrieve orders and item by shop id

Hi there,
I'm making integration for multi shop account.
And I want to get orders and items of specific shop.
can you please guide me which query parameter i need to pass to filter orders and item by shop?
Tags:
2 comments
Here's an example, where I am including OrderLines and Shop info in my query, and specifying one particular shopID. Hope this helps!
https://api.merchantos.com/API/Account/{accountID}/Order.json?load_relations=["OrderLines","Shop"]&shopID=1
Thank you @gregarican it's working fine for me.
Gregarican, I have one more question, can we create items in bulk via API?
If you have any idea, please share the details with me.
Thanks Again,
Madhu Patel