GET
/
wms
/
orders
/
meta
curl --request GET \
  --url https://production.trackstarhq.com/wms/orders/meta \
  --header 'x-trackstar-access-token: <x-trackstar-access-token>' \
  --header 'x-trackstar-api-key: <x-trackstar-api-key>'
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "definitions": "<any>",
  "$ref": "#/definitions/foo"
}

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

x-trackstar-access-token
string
required

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

Query Parameters

method
enum<string>
required

Whether to get schema for creating or updating an object.

Available options:
POST,
PUT

Response

200 - application/json
$schema
string
definitions
any

Variable based on integration. Read about the meta endpoint for more information.

$ref
string