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/orders/taxes?locale=string&shop_id=0'
{ "taxes": [ { … } ] }
curl -i -X DELETE \
'https://your-instance.mirakl.net/api/orders/documents/{document_id}?shop_id=0'