• Resolved pionicnz

    (@pionicnz)


    Hey!

    The plugin for me isn’t working, the API status is “OK” and when I enter debug mode it says it can not find the origin address, I have change the origin address and tried several things but it is not working.

    All products have weights assigned to them and debug mode says the customer address details is fine

    I am happy to forward a copy of the debug script generated

Viewing 8 replies - 1 through 8 (of 8 total)
  • Plugin Support Marta Borówka

    (@martapaw)

    Hello @pionicnz,

    Could you please copy-paste here the request and response from API?
    https://wpdesk.me/mp/xt1rs.png

    Best regards,
    Marta

    Thread Starter pionicnz

    (@pionicnz)

    API Request

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV=”https://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:ns1=”https://fedex.com/ws/rate/v24″&gt;
    <SOAP-ENV:Body>
    <ns1:RateRequest>
    <ns1:WebAuthenticationDetail>
    <ns1:UserCredential>
    <ns1:Key>6fMsY9yeiJBcjmFG</ns1:Key>
    <ns1:Password>Um8wQQQ6PP9hs5WEO0ZgmHot9</ns1:Password>
    </ns1:UserCredential>
    </ns1:WebAuthenticationDetail>
    <ns1:ClientDetail>
    <ns1:AccountNumber>665928713</ns1:AccountNumber>
    <ns1:MeterNumber>251877961</ns1:MeterNumber>
    </ns1:ClientDetail>
    <ns1:TransactionDetail>
    <ns1:CustomerTransactionId>Flexible Shipping FedEx</ns1:CustomerTransactionId>
    </ns1:TransactionDetail>
    <ns1:Version>
    <ns1:ServiceId>crs</ns1:ServiceId>
    <ns1:Major>24</ns1:Major>
    <ns1:Intermediate>0</ns1:Intermediate>
    <ns1:Minor>0</ns1:Minor>
    </ns1:Version>
    <ns1:ReturnTransitAndCommit>true</ns1:ReturnTransitAndCommit>
    <ns1:RequestedShipment>
    <ns1:ShipTimestamp>2020-07-14T09:42:05+00:00</ns1:ShipTimestamp>
    <ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType>
    <ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType>
    <ns1:Shipper>
    <ns1:Address>
    <ns1:StreetLines>52B</ns1:StreetLines>
    <ns1:StreetLines>130 Great South Road</ns1:StreetLines>
    <ns1:City>Auckland</ns1:City>
    <ns1:StateOrProvinceCode>AK</ns1:StateOrProvinceCode>
    <ns1:PostalCode>1051</ns1:PostalCode>
    <ns1:CountryCode>NZ</ns1:CountryCode>
    </ns1:Address>
    </ns1:Shipper>
    <ns1:Recipient>
    <ns1:Address>
    <ns1:StreetLines/>
    <ns1:StreetLines/>
    <ns1:City/>
    <ns1:StateOrProvinceCode>AK</ns1:StateOrProvinceCode>
    <ns1:PostalCode/>
    <ns1:CountryCode>NZ</ns1:CountryCode>
    <ns1:Residential>true</ns1:Residential>
    </ns1:Address>
    </ns1:Recipient>
    <ns1:ShippingChargesPayment>
    <ns1:PaymentType>SENDER</ns1:PaymentType>
    </ns1:ShippingChargesPayment>
    <ns1:RateRequestTypes>LIST</ns1:RateRequestTypes>
    <ns1:PackageCount>1</ns1:PackageCount>
    <ns1:RequestedPackageLineItems>
    <ns1:SequenceNumber>1</ns1:SequenceNumber>
    <ns1:GroupPackageCount>1</ns1:GroupPackageCount>
    <ns1:Weight>
    <ns1:Units>KG</ns1:Units>
    <ns1:Value>1.2</ns1:Value>
    </ns1:Weight>
    </ns1:RequestedPackageLineItems>
    </ns1:RequestedShipment>
    </ns1:RateRequest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    API Response

    <?xml version=”1.0″?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV=”https://schemas.xmlsoap.org/soap/envelope/”&gt;
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <RateReply xmlns=”https://fedex.com/ws/rate/v24″&gt;
    <HighestSeverity>WARNING</HighestSeverity>
    <Notifications>
    <Severity>WARNING</Severity>
    <Source>crs</Source>
    556
    <Message>There are no valid services available. </Message>
    <LocalizedMessage>There are no valid services available. </LocalizedMessage>
    </Notifications>
    <Notifications>
    <Severity>WARNING</Severity>
    <Source>crs</Source>
    831
    <Message>Service was validated at the country level, but might not be valid for the actual intended city for the destination. </Message>
    <LocalizedMessage>Service was validated at the country level, but might not be valid for the actual intended city for the destination. </LocalizedMessage>
    <MessageParameters>
    <Id>ORIGIN_OR_DESTINATION</Id>
    <Value>destination</Value>
    </MessageParameters>
    </Notifications>
    <Notifications>
    <Severity>NOTE</Severity>
    <Source>crs</Source>
    824
    <Message>The routing code was derived from the postal code for the origin. </Message>
    <LocalizedMessage>The routing code was derived from the postal code for the origin. </LocalizedMessage>
    <MessageParameters>
    <Id>ORIGIN_OR_DESTINATION</Id>
    <Value>origin</Value>
    </MessageParameters>
    </Notifications>
    <Notifications>
    <Severity>NOTE</Severity>
    <Source>crs</Source>
    823
    <Message>The country’s default routing code was used for the destination. </Message>
    <LocalizedMessage>The country’s default routing code was used for the destination. </LocalizedMessage>
    <MessageParameters>
    <Id>ORIGIN_OR_DESTINATION</Id>
    <Value>destination</Value>
    </MessageParameters>
    </Notifications>
    <TransactionDetail>
    <CustomerTransactionId>Flexible Shipping FedEx</CustomerTransactionId>
    </TransactionDetail>
    <Version>
    <ServiceId>crs</ServiceId>
    <Major>24</Major>
    <Intermediate>0</Intermediate>
    <Minor>0</Minor>
    </Version>
    </RateReply>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Plugin Support Marta Borówka

    (@martapaw)

    One question: what address did you enter in the Checkout?

    Thread Starter pionicnz

    (@pionicnz)

    238 Flinders St, Melbourne VIC 3000, Australia

    Plugin Support Marta Borówka

    (@martapaw)

    @pionicnz,

    Could you please send me the screenshot of the Checkout page with a full entered shipping address: 238 Flinders St, Melbourne VIC 3000, Australia, and once again the request, response from API?

    I noticed that in the request is missing recipient address, there is only State/Province and Country, but not for Australia, only for New Zealand. FedEx needs a fully address to show correct rates:

    
    <ns1:Recipient>
    <ns1:Address>
    <ns1:StreetLines/>
    <ns1:StreetLines/>
    <ns1:City/>
    <ns1:StateOrProvinceCode>AK</ns1:StateOrProvinceCode>
    <ns1:PostalCode/>
    <ns1:CountryCode>NZ</ns1:CountryCode>
    <ns1:Residential>true</ns1:Residential>
    
    Thread Starter pionicnz

    (@pionicnz)

    https://paste.pics/9JYMO
    https://paste.pics/9JYMW

    API Request with the address

    <?xml version=”1.0″ encoding=”UTF-8″?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV=”https://schemas.xmlsoap.org/soap/envelope/&#8221; xmlns:ns1=”https://fedex.com/ws/rate/v24″&gt;
    <SOAP-ENV:Body>
    <ns1:RateRequest>
    <ns1:WebAuthenticationDetail>
    <ns1:UserCredential>
    <ns1:Key>6fMsY9yeiJBcjmFG</ns1:Key>
    <ns1:Password>Um8wQQQ6PP9hs5WEO0ZgmHot9</ns1:Password>
    </ns1:UserCredential>
    </ns1:WebAuthenticationDetail>
    <ns1:ClientDetail>
    <ns1:AccountNumber>665928713</ns1:AccountNumber>
    <ns1:MeterNumber>251877961</ns1:MeterNumber>
    </ns1:ClientDetail>
    <ns1:TransactionDetail>
    <ns1:CustomerTransactionId>Flexible Shipping FedEx</ns1:CustomerTransactionId>
    </ns1:TransactionDetail>
    <ns1:Version>
    <ns1:ServiceId>crs</ns1:ServiceId>
    <ns1:Major>24</ns1:Major>
    <ns1:Intermediate>0</ns1:Intermediate>
    <ns1:Minor>0</ns1:Minor>
    </ns1:Version>
    <ns1:ReturnTransitAndCommit>true</ns1:ReturnTransitAndCommit>
    <ns1:RequestedShipment>
    <ns1:ShipTimestamp>2020-07-14T12:45:42+00:00</ns1:ShipTimestamp>
    <ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType>
    <ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType>
    <ns1:Shipper>
    <ns1:Address>
    <ns1:StreetLines>52B</ns1:StreetLines>
    <ns1:StreetLines>130 Great South Road</ns1:StreetLines>
    <ns1:City>Auckland</ns1:City>
    <ns1:StateOrProvinceCode>AK</ns1:StateOrProvinceCode>
    <ns1:PostalCode>1051</ns1:PostalCode>
    <ns1:CountryCode>NZ</ns1:CountryCode>
    </ns1:Address>
    </ns1:Shipper>
    <ns1:Recipient>
    <ns1:Address>
    <ns1:StreetLines>238 Flinders Street</ns1:StreetLines>
    <ns1:StreetLines/>
    <ns1:City>Melbourne</ns1:City>
    <ns1:StateOrProvinceCode/>
    <ns1:PostalCode>3000</ns1:PostalCode>
    <ns1:CountryCode>AU</ns1:CountryCode>
    <ns1:Residential>true</ns1:Residential>
    </ns1:Address>
    </ns1:Recipient>
    <ns1:ShippingChargesPayment>
    <ns1:PaymentType>SENDER</ns1:PaymentType>
    </ns1:ShippingChargesPayment>
    <ns1:RateRequestTypes>LIST</ns1:RateRequestTypes>
    <ns1:PackageCount>1</ns1:PackageCount>
    <ns1:RequestedPackageLineItems>
    <ns1:SequenceNumber>1</ns1:SequenceNumber>
    <ns1:GroupPackageCount>1</ns1:GroupPackageCount>
    <ns1:Weight>
    <ns1:Units>KG</ns1:Units>
    <ns1:Value>1.2</ns1:Value>
    </ns1:Weight>
    </ns1:RequestedPackageLineItems>
    </ns1:RequestedShipment>
    </ns1:RateRequest>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    API Response with address
    <?xml version=”1.0″?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV=”https://schemas.xmlsoap.org/soap/envelope/”&gt;
    <SOAP-ENV:Header/>
    <SOAP-ENV:Body>
    <RateReply xmlns=”https://fedex.com/ws/rate/v24″&gt;
    <HighestSeverity>NOTE</HighestSeverity>
    <Notifications>
    <Severity>NOTE</Severity>
    <Source>crs</Source>
    824
    <Message>The routing code was derived from the postal code for the origin. </Message>
    <LocalizedMessage>The routing code was derived from the postal code for the origin. </LocalizedMessage>
    <MessageParameters>
    <Id>ORIGIN_OR_DESTINATION</Id>
    <Value>origin</Value>
    </MessageParameters>
    </Notifications>
    <TransactionDetail>
    <CustomerTransactionId>Flexible Shipping FedEx</CustomerTransactionId>
    </TransactionDetail>
    <Version>
    <ServiceId>crs</ServiceId>
    <Major>24</Major>
    <Intermediate>0</Intermediate>
    <Minor>0</Minor>
    </Version>
    <RateReplyDetails>
    <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
    <ServiceDescription>
    <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
    04
    <Description>International Economy</Description>
    <AstraDescription>IE</AstraDescription>
    </ServiceDescription>
    <PackagingType>YOUR_PACKAGING</PackagingType>
    <DeliveryStation>MELA </DeliveryStation>
    <CommitDetails>
    <CommodityName>DOCUMENTS</CommodityName>
    <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
    <ServiceDescription>
    <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
    04
    <Description>International Economy</Description>
    <AstraDescription>IE</AstraDescription>
    </ServiceDescription>
    <DerivedShipmentSignatureOption>
    <OptionType>SERVICE_DEFAULT</OptionType>
    </DerivedShipmentSignatureOption>
    <DerivedOriginDetail>
    <CountryCode>NZ</CountryCode>
    <PostalCode>491</PostalCode>
    <ServiceArea>PM</ServiceArea>
    <LocationId>AKLA </LocationId>
    <LocationNumber>0</LocationNumber>
    </DerivedOriginDetail>
    <DerivedDestinationDetail>
    <CountryCode>AU</CountryCode>
    <PostalCode>3000</PostalCode>
    <ServiceArea>PM</ServiceArea>
    <LocationId>MELA </LocationId>
    <LocationNumber>0</LocationNumber>
    <AirportId>MEL</AirportId>
    </DerivedDestinationDetail>
    <DestinationServiceArea>PM</DestinationServiceArea>
    <BrokerToDestinationDays>0</BrokerToDestinationDays>
    <CommitMessages>
    0
    <Message>Bad input data.</Message>
    </CommitMessages>
    <CommitMessages>
    161
    <Message>ORIG CITY NOT FOUND</Message>
    </CommitMessages>
    <DeliveryMessages> 0:00 A.M. IF NO CUSTOMS DELAY</DeliveryMessages>
    <DocumentContent>NON_DOCUMENTS</DocumentContent>
    </CommitDetails>
    <DestinationAirportId>MEL</DestinationAirportId>
    <IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee>
    <OriginServiceArea>PM</OriginServiceArea>
    <DestinationServiceArea>PM</DestinationServiceArea>
    <SignatureOption>SERVICE_DEFAULT</SignatureOption>
    <ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType>
    <RatedShipmentDetails>
    <EffectiveNetDiscount>
    <Currency>NZD</Currency>
    <Amount>4.56</Amount>
    </EffectiveNetDiscount>
    <ShipmentRateDetail>
    <RateType>PAYOR_ACCOUNT_SHIPMENT</RateType>
    <RateScale>0000258</RateScale>
    <RateZone>NZ0258</RateZone>
    <PricingCode>ACTUAL</PricingCode>
    <RatedWeightMethod>ACTUAL</RatedWeightMethod>
    <CurrencyExchangeRate>
    <FromCurrency>NZD</FromCurrency>
    <IntoCurrency>NZD</IntoCurrency>
    <Rate>1.0</Rate>
    </CurrencyExchangeRate>
    <DimDivisor>0</DimDivisor>
    <FuelSurchargePercent>10.0</FuelSurchargePercent>
    <TotalBillingWeight>
    <Units>KG</Units>
    <Value>1.5</Value>
    </TotalBillingWeight>
    <TotalBaseCharge>
    <Currency>NZD</Currency>
    <Amount>82.8</Amount>
    </TotalBaseCharge>
    <TotalFreightDiscounts>
    <Currency>NZD</Currency>
    <Amount>37.26</Amount>
    </TotalFreightDiscounts>
    <TotalNetFreight>
    <Currency>NZD</Currency>
    <Amount>45.54</Amount>
    </TotalNetFreight>
    <TotalSurcharges>
    <Currency>NZD</Currency>
    <Amount>6.31</Amount>
    </TotalSurcharges>
    <TotalNetFedExCharge>
    <Currency>NZD</Currency>
    <Amount>51.85</Amount>
    </TotalNetFedExCharge>
    <TotalTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalTaxes>
    <TotalNetCharge>
    <Currency>NZD</Currency>
    <Amount>51.85</Amount>
    </TotalNetCharge>
    <TotalRebates>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalRebates>
    <TotalDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesAndTaxes>
    <TotalAncillaryFeesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalAncillaryFeesAndTaxes>
    <TotalDutiesTaxesAndFees>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesTaxesAndFees>
    <TotalNetChargeWithDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>51.85</Amount>
    </TotalNetChargeWithDutiesAndTaxes>
    <FreightDiscounts>
    <RateDiscountType>VOLUME</RateDiscountType>
    <Description>Volume</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>24.84</Amount>
    </Amount>
    <Percent>30.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>EARNED</RateDiscountType>
    <Description>Grace</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>8.28</Amount>
    </Amount>
    <Percent>10.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>BONUS</RateDiscountType>
    <Description>Automation Bonus</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>4.14</Amount>
    </Amount>
    <Percent>5.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>OTHER</RateDiscountType>
    <Description>Other</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </Amount>
    <Percent>0.0</Percent>
    </FreightDiscounts>
    <Surcharges>
    <SurchargeType>OTHER</SurchargeType>
    <Description>Peak Surcharge</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>1.6</Amount>
    </Amount>
    </Surcharges>
    <Surcharges>
    <SurchargeType>FUEL</SurchargeType>
    <Description>Fuel</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>4.71</Amount>
    </Amount>
    </Surcharges>
    </ShipmentRateDetail>
    </RatedShipmentDetails>
    <RatedShipmentDetails>
    <ShipmentRateDetail>
    <RateType>PAYOR_LIST_SHIPMENT</RateType>
    <RateScale>0000258</RateScale>
    <RateZone>NZ0258</RateZone>
    <PricingCode>ACTUAL</PricingCode>
    <RatedWeightMethod>ACTUAL</RatedWeightMethod>
    <CurrencyExchangeRate>
    <FromCurrency>NZD</FromCurrency>
    <IntoCurrency>NZD</IntoCurrency>
    <Rate>1.0</Rate>
    </CurrencyExchangeRate>
    <DimDivisor>0</DimDivisor>
    <FuelSurchargePercent>10.0</FuelSurchargePercent>
    <TotalBillingWeight>
    <Units>KG</Units>
    <Value>1.5</Value>
    </TotalBillingWeight>
    <TotalBaseCharge>
    <Currency>NZD</Currency>
    <Amount>82.8</Amount>
    </TotalBaseCharge>
    <TotalFreightDiscounts>
    <Currency>NZD</Currency>
    <Amount>33.12</Amount>
    </TotalFreightDiscounts>
    <TotalNetFreight>
    <Currency>NZD</Currency>
    <Amount>49.68</Amount>
    </TotalNetFreight>
    <TotalSurcharges>
    <Currency>NZD</Currency>
    <Amount>6.73</Amount>
    </TotalSurcharges>
    <TotalNetFedExCharge>
    <Currency>NZD</Currency>
    <Amount>56.41</Amount>
    </TotalNetFedExCharge>
    <TotalTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalTaxes>
    <TotalNetCharge>
    <Currency>NZD</Currency>
    <Amount>56.41</Amount>
    </TotalNetCharge>
    <TotalRebates>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalRebates>
    <TotalDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesAndTaxes>
    <TotalAncillaryFeesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalAncillaryFeesAndTaxes>
    <TotalDutiesTaxesAndFees>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesTaxesAndFees>
    <TotalNetChargeWithDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>56.41</Amount>
    </TotalNetChargeWithDutiesAndTaxes>
    <FreightDiscounts>
    <RateDiscountType>VOLUME</RateDiscountType>
    <Description>Volume</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>33.12</Amount>
    </Amount>
    <Percent>40.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>OTHER</RateDiscountType>
    <Description>Other</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </Amount>
    <Percent>0.0</Percent>
    </FreightDiscounts>
    <Surcharges>
    <SurchargeType>OTHER</SurchargeType>
    <Description>Peak Surcharge</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>1.6</Amount>
    </Amount>
    </Surcharges>
    <Surcharges>
    <SurchargeType>FUEL</SurchargeType>
    <Description>Fuel</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>5.13</Amount>
    </Amount>
    </Surcharges>
    </ShipmentRateDetail>
    </RatedShipmentDetails>
    </RateReplyDetails>
    <RateReplyDetails>
    <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
    <ServiceDescription>
    <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
    01
    <Description>International Priority</Description>
    <AstraDescription>IP</AstraDescription>
    </ServiceDescription>
    <PackagingType>YOUR_PACKAGING</PackagingType>
    <DeliveryStation>MELA </DeliveryStation>
    <CommitDetails>
    <CommodityName>DOCUMENTS</CommodityName>
    <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
    <ServiceDescription>
    <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
    01
    <Description>International Priority</Description>
    <AstraDescription>IP</AstraDescription>
    </ServiceDescription>
    <DerivedShipmentSignatureOption>
    <OptionType>SERVICE_DEFAULT</OptionType>
    </DerivedShipmentSignatureOption>
    <DerivedOriginDetail>
    <CountryCode>NZ</CountryCode>
    <PostalCode>491</PostalCode>
    <ServiceArea>PM</ServiceArea>
    <LocationId>AKLA </LocationId>
    <LocationNumber>0</LocationNumber>
    </DerivedOriginDetail>
    <DerivedDestinationDetail>
    <CountryCode>AU</CountryCode>
    <PostalCode>3000</PostalCode>
    <ServiceArea>PM</ServiceArea>
    <LocationId>MELA </LocationId>
    <LocationNumber>0</LocationNumber>
    <AirportId>MEL</AirportId>
    </DerivedDestinationDetail>
    <DestinationServiceArea>PM</DestinationServiceArea>
    <BrokerToDestinationDays>0</BrokerToDestinationDays>
    <CommitMessages>
    0
    <Message>Bad input data.</Message>
    </CommitMessages>
    <CommitMessages>
    161
    <Message>ORIG CITY NOT FOUND</Message>
    </CommitMessages>
    <DeliveryMessages> 0:00 A.M. IF NO CUSTOMS DELAY</DeliveryMessages>
    <DocumentContent>NON_DOCUMENTS</DocumentContent>
    </CommitDetails>
    <DestinationAirportId>MEL</DestinationAirportId>
    <IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee>
    <OriginServiceArea>PM</OriginServiceArea>
    <DestinationServiceArea>PM</DestinationServiceArea>
    <SignatureOption>SERVICE_DEFAULT</SignatureOption>
    <ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType>
    <RatedShipmentDetails>
    <EffectiveNetDiscount>
    <Currency>NZD</Currency>
    <Amount>5.76</Amount>
    </EffectiveNetDiscount>
    <ShipmentRateDetail>
    <RateType>PAYOR_ACCOUNT_SHIPMENT</RateType>
    <RateScale>0000258</RateScale>
    <RateZone>NZ0258</RateZone>
    <PricingCode>ACTUAL</PricingCode>
    <RatedWeightMethod>ACTUAL</RatedWeightMethod>
    <CurrencyExchangeRate>
    <FromCurrency>NZD</FromCurrency>
    <IntoCurrency>NZD</IntoCurrency>
    <Rate>1.0</Rate>
    </CurrencyExchangeRate>
    <DimDivisor>0</DimDivisor>
    <FuelSurchargePercent>10.0</FuelSurchargePercent>
    <TotalBillingWeight>
    <Units>KG</Units>
    <Value>1.5</Value>
    </TotalBillingWeight>
    <TotalBaseCharge>
    <Currency>NZD</Currency>
    <Amount>104.6</Amount>
    </TotalBaseCharge>
    <TotalFreightDiscounts>
    <Currency>NZD</Currency>
    <Amount>47.07</Amount>
    </TotalFreightDiscounts>
    <TotalNetFreight>
    <Currency>NZD</Currency>
    <Amount>57.53</Amount>
    </TotalNetFreight>
    <TotalSurcharges>
    <Currency>NZD</Currency>
    <Amount>7.51</Amount>
    </TotalSurcharges>
    <TotalNetFedExCharge>
    <Currency>NZD</Currency>
    <Amount>65.04</Amount>
    </TotalNetFedExCharge>
    <TotalTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalTaxes>
    <TotalNetCharge>
    <Currency>NZD</Currency>
    <Amount>65.04</Amount>
    </TotalNetCharge>
    <TotalRebates>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalRebates>
    <TotalDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesAndTaxes>
    <TotalAncillaryFeesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalAncillaryFeesAndTaxes>
    <TotalDutiesTaxesAndFees>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesTaxesAndFees>
    <TotalNetChargeWithDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>65.04</Amount>
    </TotalNetChargeWithDutiesAndTaxes>
    <FreightDiscounts>
    <RateDiscountType>VOLUME</RateDiscountType>
    <Description>Volume</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>31.38</Amount>
    </Amount>
    <Percent>30.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>EARNED</RateDiscountType>
    <Description>Grace</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>10.46</Amount>
    </Amount>
    <Percent>10.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>BONUS</RateDiscountType>
    <Description>Automation Bonus</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>5.23</Amount>
    </Amount>
    <Percent>5.0</Percent>
    </FreightDiscounts>
    <FreightDiscounts>
    <RateDiscountType>OTHER</RateDiscountType>
    <Description>Other</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>-0.0</Amount>
    </Amount>
    <Percent>0.0</Percent>
    </FreightDiscounts>
    <Surcharges>
    <SurchargeType>OTHER</SurchargeType>
    <Description>Peak Surcharge</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>1.6</Amount>
    </Amount>
    </Surcharges>
    <Surcharges>
    <SurchargeType>FUEL</SurchargeType>
    <Description>Fuel</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>5.91</Amount>
    </Amount>
    </Surcharges>
    </ShipmentRateDetail>
    </RatedShipmentDetails>
    <RatedShipmentDetails>
    <ShipmentRateDetail>
    <RateType>PAYOR_LIST_SHIPMENT</RateType>
    <RateScale>0000258</RateScale>
    <RateZone>NZ0258</RateZone>
    <PricingCode>ACTUAL</PricingCode>
    <RatedWeightMethod>ACTUAL</RatedWeightMethod>
    <CurrencyExchangeRate>
    <FromCurrency>NZD</FromCurrency>
    <IntoCurrency>NZD</IntoCurrency>
    <Rate>1.0</Rate>
    </CurrencyExchangeRate>
    <DimDivisor>0</DimDivisor>
    <FuelSurchargePercent>10.0</FuelSurchargePercent>
    <TotalBillingWeight>
    <Units>KG</Units>
    <Value>1.5</Value>
    </TotalBillingWeight>
    <TotalBaseCharge>
    <Currency>NZD</Currency>
    <Amount>104.6</Amount>
    </TotalBaseCharge>
    <TotalFreightDiscounts>
    <Currency>NZD</Currency>
    <Amount>41.84</Amount>
    </TotalFreightDiscounts>
    <TotalNetFreight>
    <Currency>NZD</Currency>
    <Amount>62.76</Amount>
    </TotalNetFreight>
    <TotalSurcharges>
    <Currency>NZD</Currency>
    <Amount>8.04</Amount>
    </TotalSurcharges>
    <TotalNetFedExCharge>
    <Currency>NZD</Currency>
    <Amount>70.8</Amount>
    </TotalNetFedExCharge>
    <TotalTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalTaxes>
    <TotalNetCharge>
    <Currency>NZD</Currency>
    <Amount>70.8</Amount>
    </TotalNetCharge>
    <TotalRebates>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalRebates>
    <TotalDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesAndTaxes>
    <TotalAncillaryFeesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalAncillaryFeesAndTaxes>
    <TotalDutiesTaxesAndFees>
    <Currency>NZD</Currency>
    <Amount>0.0</Amount>
    </TotalDutiesTaxesAndFees>
    <TotalNetChargeWithDutiesAndTaxes>
    <Currency>NZD</Currency>
    <Amount>70.8</Amount>
    </TotalNetChargeWithDutiesAndTaxes>
    <FreightDiscounts>
    <RateDiscountType>VOLUME</RateDiscountType>
    <Description>Volume</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>41.84</Amount>
    </Amount>
    <Percent>40.0</Percent>
    </FreightDiscounts>
    <Surcharges>
    <SurchargeType>OTHER</SurchargeType>
    <Description>Peak Surcharge</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>1.6</Amount>
    </Amount>
    </Surcharges>
    <Surcharges>
    <SurchargeType>FUEL</SurchargeType>
    <Description>Fuel</Description>
    <Amount>
    <Currency>NZD</Currency>
    <Amount>6.44</Amount>
    </Amount>
    </Surcharges>
    </ShipmentRateDetail>
    </RatedShipmentDetails>
    </RateReplyDetails>
    </RateReply>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    Thread Starter pionicnz

    (@pionicnz)

    I have decided to uninstall this plugin and use a different plugin instead as I have received no additional support to my request despite the developer being active on the forum.

    Plugin Support Marta Borówka

    (@martapaw)

    Hello @pionicnz,

    Apologies for the delay, I didn’t receive the notification about your response to my e-mail.

    Could you please check if the Rate Type will change anything? There are 3 options and for me, All possible rates and Account rates work fine – https://wpdesk.me/mp/rmdzq.png

    Best regards,
    Marta

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Plugin not working’ is closed to new replies.