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!
createdAt: ISO8601DateTime!
id: ID!
serviceCountry: String!
serviceName: String!
serviceType: String!
updatedAt: ISO8601DateTime!
}
Fields
EcCarrierService.carrierLogo
● String
scalar
EcCarrierService.carrierName
● String!
non-null scalar
EcCarrierService.createdAt
● ISO8601DateTime!
non-null scalar
EcCarrierService.id
● ID!
non-null scalar
EcCarrierService.serviceCountry
● String!
non-null scalar
EcCarrierService.serviceName
● String!
non-null scalar
EcCarrierService.serviceType
● String!
non-null scalar
EcCarrierService.updatedAt
● ISO8601DateTime!
non-null scalar
Returned By
ecCarrierServices
query