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

Mark an incident as resolved

Request

Path
order_idstringrequired

Order identifier

linestringrequired

Order line identifier

Query
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.

Bodyapplication/json
reason_codestring

Incident resolution reason code

curl -i -X PUT \
  'https://your-instance.mirakl.net/api/orders/{order_id}/lines/{line}/resolve_incident?shop_id=0' \
  -H 'Content-Type: application/json' \
  -d '{
    "reason_code": "string"
  }'

Responses

No Content

Picklists

Operations

Promotions

Operations

Returns

Operations

Multiple shipments

Operations