Skip to main content

CustomCarrierMappingInput

Input object for the external carrier/internal carrier mapping

input CustomCarrierMappingInput {
externalCarrierName: String
externalCarrierServiceCode: String
externalCarrierServiceName: String
internalCarrierServiceName: String!
}

Fields

CustomCarrierMappingInput.externalCarrierName ● String scalar common

External carrier name. Matched inbound and emitted outbound.

CustomCarrierMappingInput.externalCarrierServiceCode ● String scalar common

External service code. Matched inbound and emitted outbound.

CustomCarrierMappingInput.externalCarrierServiceName ● String scalar common

External service name. Matched inbound and emitted outbound. At least one of name/code/carrier must be present.

CustomCarrierMappingInput.internalCarrierServiceName ● String! non-null scalar common

String of the internal (canonical) carrier service

Member Of

CreateCustomCarrierMappingInput input