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.
Constructors
constructor
**new 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
created_atDateRequiredThe date with timezone at which the resource was created.
deleted_atnull | DateRequiredThe date with timezone at which the resource was deleted.
The details of the fulfillment that the tracking link belongs to.
fulfillment_idstringRequiredThe ID of the fulfillment that the tracking link belongs to.
idstringRequiredThe tracking link's ID
idempotency_keystringRequiredRandomly generated key used to continue the completion of a process in case of failure.
metadataRecord<string, unknown>RequiredAn optional key-value map with additional details
tracking_numberstringRequiredThe tracking number given by the shipping carrier.
updated_atDateRequiredThe date with timezone at which the resource was updated.
urlstringRequiredThe URL at which the status of the shipment can be tracked.
Methods
beforeInsert
Private **beforeInsert**(): void
Returns
void
voidvoidWas this section helpful?