Skip to content

How to resolve "Airbill is not allowed for Origin Country" issue #126

Description

@subindev1011

Hi,

Kindly find below the request sent and response received.

<RateRequest xmlns="http://fedex.com/ws/rate/v13"> <WebAuthenticationDetail> <UserCredential> <Key>XXX</Key> <Password>XXX</Password> </UserCredential> </WebAuthenticationDetail> <ClientDetail> <AccountNumber>XXX</AccountNumber> <MeterNumber>XXX</MeterNumber> <Localization> <LanguageCode>en</LanguageCode> <LocaleCode>us</LocaleCode> </Localization> </ClientDetail> <Version> <ServiceId>crs</ServiceId> <Major>13</Major> <Intermediate>0</Intermediate> <Minor>0</Minor> </Version> <ReturnTransitAndCommit>true</ReturnTransitAndCommit> <RequestedShipment> <DropoffType>REGULAR_PICKUP</DropoffType> <ServiceType>FEDEX_GROUND</ServiceType> <PackagingType>YOUR_PACKAGING</PackagingType> <Shipper> <Contact> <PersonName>Sender</PersonName> <CompanyName>Company</CompanyName> <PhoneNumber>EEEEEEEEEEE</PhoneNumber> </Contact> <Address> <StreetLines>Main Street</StreetLines> <City>Delhi</City> <StateOrProvinceCode>DL</StateOrProvinceCode> <PostalCode>110001</PostalCode> <CountryCode>IN</CountryCode> </Address> </Shipper> <Recipient> <Contact> <PersonName>customer</PersonName> <CompanyName>vghbjn</CompanyName> <PhoneNumber>EEEEEEEEEE</PhoneNumber> </Contact> <Address> <StreetLines>8th main</StreetLines> <City>Bangalore</City> <StateOrProvinceCode>KA</StateOrProvinceCode> <PostalCode>560045</PostalCode> <CountryCode>IN</CountryCode> <Residential>true</Residential> </Address> </Recipient> <ShippingChargesPayment> <PaymentType>SENDER</PaymentType> <Payor> <ResponsibleParty> <AccountNumber>XXX</AccountNumber> <Contact> <PersonName>Sender</PersonName> <CompanyName>Company</CompanyName> <PhoneNumber>EEEEEEEEEE</PhoneNumber> </Contact> </ResponsibleParty> </Payor> </ShippingChargesPayment> <RateRequestTypes>ACCOUNT</RateRequestTypes> <PackageCount>1</PackageCount> <RequestedPackageLineItems> <GroupPackageCount>1</GroupPackageCount> <Weight> <Units>LB</Units> <Value>2</Value> </Weight> <Dimensions> <Length>10</Length> <Width>5</Width> <Height>4</Height> <Units>IN</Units> </Dimensions> </RequestedPackageLineItems> </RequestedShipment> </RateRequest>

response:
{"RateReply"=>{"HighestSeverity"=>"ERROR", "Notifications"=>{"Severity"=>"ERROR", "Source"=>"crs", "Code"=>"879", "Message"=>"Airbill is not allowed for Origin Country.", "LocalizedMessage"=>"Airbill is not allowed for Origin Country."}, "Version"=>{"ServiceId"=>"crs", "Major"=>"13", "Intermediate"=>"0", "Minor"=>"0"}}}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions