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

List all the order taxes available on the platform

Request

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.

localestring

<ISO-639>_<ISO-3166> ("en_US") or <ISO-639> ("en") locale for internationalized data translation. The APIs only accept locales that are equivalent to the languages activated in the back-office.

curl -i -X GET \
  'https://your-instance.mirakl.net/api/orders/taxes?locale=string&shop_id=0'

Responses

OK

Bodyapplication/json
taxesArray of objects(OR75_Response_200_Taxes)

List of the order taxes

Response
application/json
{ "taxes": [ { … } ] }

Delete an order document

Request

Path
document_idinteger(int64)required

Identifier of the document to delete

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.

curl -i -X DELETE \
  'https://your-instance.mirakl.net/api/orders/documents/{document_id}?shop_id=0'

Responses

No Content

Incidents

Operations

Picklists

Operations

Promotions

Operations

Returns

Operations

Multiple shipments

Operations