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

Headers

x-trackstar-api-key
string
required

Your organization-level Trackstar API key.

Path Parameters

integration_name
string
required

The name of the integration you want to get the meta schema for.

Response

200 - application/json
$schema
string
definitions
any

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

$ref
string
has_connection_specific_fields
boolean

If true, this schema has fields that must be retrieved using the connection-specific meta endpoint.