Skip to main content

RegisterCarrierServiceMappingInput

Autogenerated input type of RegisterCarrierServiceMapping

input RegisterCarrierServiceMappingInput {
carrierServiceId: ID!
clientCode: String!
clientMutationId: String
integrationId: ID
integrationType: IntegrationTypeEnum!
}

Fields

RegisterCarrierServiceMappingInput.carrierServiceId ● ID! non-null scalar

RegisterCarrierServiceMappingInput.clientCode ● String! non-null scalar

The code for the carrier service in the external system. For instance, 'ups_ground' or 'fedex_ground'.

RegisterCarrierServiceMappingInput.clientMutationId ● String scalar

A unique identifier for the client performing the mutation.

RegisterCarrierServiceMappingInput.integrationId ● ID scalar

The ID of the integration that will use this mapping. If not provided, the mapping will be for all integrations that has access to the carrier service.

Generally, carrier service mappings are created to attend a specific integration, so this argument should be provided.

RegisterCarrierServiceMappingInput.integrationType ● IntegrationTypeEnum! non-null enum

The type of the integration that will use this mapping. For instance, 'SHOPIFY' or 'SHIPSTATION'.

Member Of

registerCarrierServiceMapping mutation