Home > @infiniteobjects/shopify-data-manager > AdminTypes > ReverseDeliveryTrackingV2
Represents the information used to track a reverse delivery.
Signature:
export interface ReverseDeliveryTrackingV2
Property | Modifiers | Type | Description |
---|---|---|---|
carrierName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The provider of the tracking information, in a human-readable format for display purposes. | |
number? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The identifier used by the courier to identify the shipment. | |
url? | Maybe<Scalars[‘URL’][‘output’]> | (Optional) The URL to track a shipment. |