TrackAndTraceUpdateInput
No description
input TrackAndTraceUpdateInput {
carrierId: Int
code: String
shipmentId: String
}
Fields
TrackAndTraceUpdateInput.carrierId ● Int scalar
Identifier of the shipping carrier handling the package.
References the logistics company responsible for package transportation and delivery.
TrackAndTraceUpdateInput.code ● String scalar
Carrier-provided tracking number for new tracking records.
Unique tracking identifier assigned by the shipping carrier when creating new tracking information.
TrackAndTraceUpdateInput.shipmentId ● String scalar
Unique UUID identifier for the shipment.
This identifier is used to track and reference the shipment throughout its lifecycle from creation to delivery.
Member Of
trackAndTraceUpdate mutation