Skip to main content
Skip to main content

TrackingLink

A tracking link holds information about tracking numbers for a Fulfillment. Tracking Links can optionally contain a URL that can be visited to see the status of the shipment. Typically, the tracking link is provided from the third-party service integrated through the used fulfillment provider.

Properties

idstringRequired
The tracking link's ID
created_atDateRequired
The date with timezone at which the resource was created.
updated_atDateRequired
The date with timezone at which the resource was updated.
deleted_atnull | DateRequired
The date with timezone at which the resource was deleted.
urlstringRequired
The URL at which the status of the shipment can be tracked.
tracking_numberstringRequired
The tracking number given by the shipping carrier.
fulfillment_idstringRequired
The ID of the fulfillment that the tracking link belongs to.
idempotency_keystringRequired
Randomly generated key used to continue the completion of a process in case of failure.
metadataRecord<string, unknown>Required
An optional key-value map with additional details
Was this section helpful?