shop_id
Only return results for the specified shop.
| accepts |
one or more integers |
| default |
none |
Examples
Only get results for shop with id 5:
GET /portal/api/propositions?shop_id=5
Only get results for shop with ids 2, 3 and 5:
GET /portal/api/propositions?shop_id[]=2&shop_id[]=3&shop_id[]=5