Skip to main content

removeCustomCarrierMappings

Remove Custom Carrier Mappings

Allows to remove the string representation of an external carrier to a global Endless Commerce carrier.

Authentication

Requires authentication and the remove_custom_carrier_mapping permission.

Possible Errors

  • **Integration not found**: The specified integration doesn't exist
  • **Integration not active**: The specified integration is not active
  • **Brand not found**: The specified brand doesn't exist
  • **Custom Carrier Mapping not found**: Some custom carrier mapping doesn't exist
  • **Unauthorized**: User lacks the required permission
removeCustomCarrierMappings(
input: RemoveCustomCarrierMappingsInput!
): RemoveCustomCarrierMappingsPayload

Arguments

removeCustomCarrierMappings.input ● RemoveCustomCarrierMappingsInput! non-null input

Parameters for RemoveCustomCarrierMappings

Type

RemoveCustomCarrierMappingsPayload object

Autogenerated return type of RemoveCustomCarrierMappings.