TrackAndTraceCreateInput
No description
input TrackAndTraceCreateInput {
carrierId: Int
code: String!
shipmentId: String!
}
Fields
TrackAndTraceCreateInput.carrierId
● Int
scalar
Identifier of the shipping carrier handling the package.
References the logistics company responsible for package transportation and delivery.
TrackAndTraceCreateInput.code
● String!
non-null scalar
Carrier-provided tracking number for new tracking records.
Unique tracking identifier assigned by the shipping carrier when creating new tracking information.
TrackAndTraceCreateInput.shipmentId
● String!
non-null 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
trackAndTraceCreate
mutation