Pick run code for filtering.
Picklist id for filtering. This parameter can be supplied multiple times (picklist_id=OR01-A&picklist_id=OR02-A...).
Picklist state for filtering. This parameter can be supplied multiple times (picklist_state=WAITING_PREPARATION&picklist_state=IN_PREPARATION...).
Order line id for filtering. This parameter can be supplied multiple times (order_line_id=OR01-A-1&order_line_id=OR02-A-1...).
Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.
curl -i -X GET \
'https://your-instance.mirakl.net/api/picklists?order_line_id=string&page_token=string&picklist_id=string&picklist_state=string&pickrun_code=string&pickup_date_max=2019-08-24T14%3A15%3A22Z&pickup_date_min=2019-08-24T14%3A15%3A22Z&shop_id=0&sort=string'
{ "data": [ { … } ], "next_page_token": "string", "previous_page_token": "string" }