POST
/
wms
/
orders
/
{order_id}
/
file
curl --request POST \
  --url https://production.trackstarhq.com/wms/orders/{order_id}/file \
  --header 'Content-Type: multipart/form-data' \
  --header 'x-trackstar-access-token: <x-trackstar-access-token>' \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>' \
  --form file_url=file_url \
  --form file_name=file_name
{
  "data": "",
  "id": "id",
  "unused_fields": [
    ""
  ]
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Example:

"<x-trackstar-api-key>"

x-trackstar-access-token
string
required

Your user's access token for a specific integration (ShipHero, Extensiv, etc).

Example:

"<x-trackstar-access-token>"

Path Parameters

order_id
string
required

Body

multipart/form-data

Response

200
application/json
Successful response

The response is of type object.