Skip to main content
The SDK exposes a Terminal49Client with methods grouped by resource type. Each method corresponds to an API endpoint.

Shipments

Containers

Tracking requests

Shipping lines

Helpers and aliases

Direct method equivalents

All namespace methods are also available as direct methods on the client:

Common options

Most methods accept an options object with format:
Supported formats:
  • raw (default) returns the JSON:API response
  • mapped returns simplified objects for methods that support mapping
  • both returns { raw, mapped }
You can set a default format when initializing the client:
List methods also accept pagination options:
See Filtering & Pagination for details.