When a shipment confirmation is sent to Amazon, the Carrier Name must be one of the following values.
Amazon Accepted Carrier Names
This list is based on the Amazon schema amzn-base._TTH_.xsd , retrieved Jan. 2026.
360lion4PXA-1AAA CooperABFAFL/FedexALLJOYAMAUKAMAZON HORIZONAMZLAMZL_UKAOAO DeutschlandAPCAPC OvernightAPC POSTAL LOGISTICSAPC-OvernightAPG eCommerceARASAT POSTAT PostATSAUSSIE_POSTAmazon ShippingAndereAramexAras KargoArco SpedizioniArkasArrow XLAsendiaAsgardAssettAustralia PostAustralia Post-ArticleIdAustralia Post-ConsignmentB2CB2C EuropeBJSBPOSTBR1 ExpressBRTBalnakBartoliniBeijing Quanfeng ExpressBest BuyBest ExpressBlue PackageBlueDartBombaxBombino ExpressCBLCDCCELERITASCEVACNECOLIS PRIVECTT EXPRESSCTTExpressCanada PostCargoLineCaribouCart2IndiaCentexCeva LojistikChina PostChrono ExpressChronopostChukou1CititransCity LinkCitypostColiposteColis PriveColis PrivéColissimoConsegna Mezzi PropriConwayCorreiosCorreosCorreos ExpressCouriers PleaseCouriersPleaseCubynDACHSERDACSHERDASCHERDB SchenkerDEL DeliveriesDHLDHL ExpressDHL FreightDHL Global MailDHL Home DeliveryDHL KargoDHL Parcel UKDHL eCommerceDHL-PaketDHLPLDPBDPDDPD LocalDSVDTDCDXDX ExpressDX FreightDX SecureDYNAMIC EXPRESSDelhiveryDelivengoDelivery GroupDer KurierDeutsche PostDigital DeliveryDirectLogDotzotECMSEINSA SOURCINGEKI TransEUBEcom ExpressEcom Shipping solutions PVT ltdEmirates PostEmonsEndopackEnergoEnvialiaePost GlobalEquickEstafetaEstesEuropaczkaExapaqFAST ESTFEDEX_JPFERCAMFRACHTPOSTFRANCE EXPRESSFastwayFedExFedEx SmartPostFedex FreightFercamFillo KargoFirst FlightFirst Flight ChinaFirst MileFrance ExpressGELGEL ExpressgeodisGEODISGFSGLSGO!GRUPO LOGISTICGatiGeodis CalbersonGeopost KargoHNCHRPHS codeHellmannHeppnerHermesHermes (Corporate)Hermes EinrichtungsserviceHermes Logistik GruppeHermes UKHlogHome LogisticshonesteyeHongkong PostHoroz LojistikHotpoint LogisticsHuahan LogisiticsHubEuropeHunter LogisticsHuxloeHuxloe LogisticsICC WorldwideIDSIDS NetzwerkiMileInPostIndia PostInterlinkInternoIntersoftiParcelITD GlobalJCEXJPL UPUJP_EXPRESSJapan PostJersey PostKEAVOKargokarKuehne NagelKuehne+NagelKybotechLF LogisticLa PosteLandmarkLandmark GlobalLasershipLiccardiLiccardi TrasportiMBEMHIMNG KargoMRWMZZ BriefdienstMZZ-BriefdienstMail AllianceMainpostMetro KargoMezzi propriMilkmanMondial RelayNACEXNAQEL EXPRESSNITTSUNOVEONTLNacexNarpost KargoNewgisticsNexiveNinjavanNipponExpressOCS WorldwideONTIMEOSMOld DominionOnTracOneWorldExpressOtherOtroOvernite ExpressPARCEL2GO.COMPDC LogisticsPINPTT KargoPUROLATORPalletlinePalletwaysPantherParcel HubParcel MonkeyParcel StationParcel2goParcelDenOnlineParcelOneParcelforceParcelhubParcelink LogisticsParcelnetPilotPilot FreightPolish PostPost ModernPost NLPostNLPostNordPoste ItalianeProfessionalQExpressQxpressR+LRBNAREDURRMLGBROYAL_MAILRR DonnelleyRabenRaben GroupRhenusRieckRivigoRoadrunnerRoyal MailSAGAWASDASEINO TRANSPORTATIONSENDLESF ExpressSFCSMSASPRINGSTGSTO ExpressSafexpressSagawaExpressSaiaSailpostSchweizer PostSeinoSelem KargoSelf DeliverySendcloudSendingSendleSeurSeven SendersShip DelightShip Global USShipEconomyShipGlobalShipmateShree Maruti CourierShree Tirupati CourierShunfeng ExpressSingapore PostSmartmailSonstigeSouth Eastern Freight LinesSpeedexSpotonSpring GDSSprintStahlmann and SachsStampitStaplesStarTrack-ArticleIDStarTrack-ConsignmentStreamliteSunyouSusaSwiss postSzendexTDNTIPSATNTTNT KargoTNTITTSBTWSTXTTargetTezel LojistikThe Delivery GroupThe Professional CouriersToll Global ExpressTotal ExpressTourlineTrackonTrakpakTrans-o-FlexTransFolhaTransaherTransaragonésTranslinkTransoflexTrulineTuffnellsTyDUBIUK MAILUKMailUPSUPS FreightUPS Mail InnovationsUPSMIUPakWeShipUSPSUpsilonUrban ExpressUshipVIRVNLINVerage ShippingVia XpressWINITWPXWanbExpressWatkins and ShepardWhistlWhizzardXDPXPOXPO FreightXpressbeesYAMATOYDHYTO ExpressYamatoTransportYanwenYellow FreightYodelYun ExpressYunda ExpressZTO ExpressZelerisZust Ambrosetti
Overriding the carrier name with a rule
If the carrier name used by the warehouse is not on this list, it can be set to one of these values at the time of shipment confirmation in the rules, using the advanced rule editor to create a rule with the shipment.notification hook.
For example, this shipment.notification rule would send Carrier Name “USPS” for any order whose shipping description was “Standard.”
Hook: shipment.notification
rule "Set Amazon carrier name for USPS shipments"
when
shipment.external_shipping_description contains "United States Postal Service"
then
set shipment.carrier_name to "USPS"
end
end
Comments
Please sign in to leave a comment.