Mirakl Marketplace APIs (latest-release)

Languages
Servers
URL to be replaced by your Mirakl instance URL
https://your-instance.mirakl.net/

Stores

Operations

Platform Settings

Operations

Invoicing and Accounting

Operations

Products

Operations

Messages

Operations

Offers

Operations

Orders

Operations

Incidents

Operations

Picklists

Operations

List picklists

Request

Query
pickrun_codestring

Pick run code for filtering.

pickup_date_minstring(date-time)

Filter picklists with a pick-up date after the given date.

pickup_date_maxstring(date-time)

Filter picklists with a pick-up date before the given date.

picklist_idArray of strings

Picklist id for filtering. This parameter can be supplied multiple times (picklist_id=OR01-A&picklist_id=OR02-A...).

picklist_stateArray of strings

Picklist state for filtering. This parameter can be supplied multiple times (picklist_state=WAITING_PREPARATION&picklist_state=IN_PREPARATION...).

order_line_idArray of strings

Order line id for filtering. This parameter can be supplied multiple times (order_line_id=OR01-A-1&order_line_id=OR02-A-1...).

shop_idinteger(int64)

Use this parameter when your user has access to several shops. If not specified, the shop_id from your default shop will be used.

page_tokenstring

Token retrieved from next_page_token or previous_page_token to get to next

sortstring

How the results should be sorted. Must follow "sort=criterion,direction" format as described in Mirakl API Documentation

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'

Responses

OK

Bodyapplication/json
dataArray of objects(PL11_Response_200_Data)

Page of data

next_page_tokenstring

Token to access the next page. Absent if the current page is the last one.

previous_page_tokenstring

Token to access the previous page. Absent if the current page is the first one.

Response
application/json
{ "data": [ {} ], "next_page_token": "string", "previous_page_token": "string" }

Promotions

Operations

Returns

Operations

Multiple shipments

Operations