CreateCustomCarrierMappingInput
Autogenerated input type of CreateCustomCarrierMapping
input CreateCustomCarrierMappingInput {
brandId: ID @deprecated
clientMutationId: String
integrationId: ID!
integrationName: String!
payload: [CustomCarrierMappingInput!]!
}
Fields
CreateCustomCarrierMappingInput.brandId ● ID deprecated scalar common
DEPRECATED
This argument will be removed in the future. Brand is becoming a product-only attribute. Use company context instead.
CreateCustomCarrierMappingInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
CreateCustomCarrierMappingInput.integrationId ● ID! non-null scalar common
CreateCustomCarrierMappingInput.integrationName ● String! non-null scalar common
CreateCustomCarrierMappingInput.payload ● [CustomCarrierMappingInput!]! non-null input shipments
Hash containing string of external carrier and internal carrier id
Member Of
createCustomCarrierMapping mutation