EcCarrierService
This type represents a global shipping service which consists of a representation of both theservice and the associated carrier
type EcCarrierService {
carrierLogo: String
carrierName: String!
carrierType: String
createdAt: ISO8601DateTime!
id: ID!
scac: String
serviceCountry: String!
serviceName: String!
serviceType: String!
trackingUrl: String
updatedAt: ISO8601DateTime!
}
Fields
EcCarrierService.carrierLogo ● String scalar
EcCarrierService.carrierName ● String! non-null scalar
EcCarrierService.carrierType ● String scalar
EcCarrierService.createdAt ● ISO8601DateTime! non-null scalar
EcCarrierService.id ● ID! non-null scalar
EcCarrierService.scac ● String scalar
EcCarrierService.serviceCountry ● String! non-null scalar
EcCarrierService.serviceName ● String! non-null scalar
EcCarrierService.serviceType ● String! non-null scalar
EcCarrierService.trackingUrl ● String scalar
EcCarrierService.updatedAt ● ISO8601DateTime! non-null scalar
Returned By
ecCarrierServices query