Skip to content

Import open order CSV

Request

Security
bearerAuth
Query
containerCodeany
Default:"DEFAULT"
Bodymultipart/form-data
fileany, (binary)required
curl -i -X POST \
  'https://developers.retarus.com/_mock/idp/integration-gateway-openapi/import/open-order/csv?containerCode=DEFAULT' \
  -H 'Authorization: Bearer <YOUR_JWT_HERE>' \
  -H 'Content-Type: multipart/form-data' \
  -F file=

Responses

OK

Body*/*
processIdany
warningsArray of any
Response
{
  "processId": null,
  "warnings": [
    null
  ]
}