• Resolved maartenplugwise

    (@maartenplugwise)


    The plugin suddenly stopped working. Disabling new plugins (user switching, woocommerce wholesale suite, autoptimize) did not help. I also cleared browser cache and tried incognito.

    I think this could explain it, but don’t know how to fix:

    <HighestSeverity>NOTE</HighestSeverity>
          <Notifications>
            <Severity>NOTE</Severity>
            <Source>crs</Source>
            <Code>819</Code>
            <Message>The origin state/province code has been changed.  </Message>
            <LocalizedMessage>The origin state/province code has been changed.  </LocalizedMessage>
          </Notifications>
          <Notifications>
            <Severity>NOTE</Severity>
            <Source>crs</Source>
            <Code>820</Code>
            <Message>The destination state/province code has been changed.  </Message>
            <LocalizedMessage>The destination state/province code has been changed.  </LocalizedMessage>
          </Notifications>

    Api request

    <?xml version="1.0" encoding="UTF-8"?>
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="https://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="https://fedex.com/ws/rate/v24">
      <SOAP-ENV:Body>
        <ns1:RateRequest>
          <ns1:WebAuthenticationDetail>
            <ns1:UserCredential>
              <ns1:Key>KWN4P6ofvkeCXOAq</ns1:Key>
              <ns1:Password>QcmlHpPbbIyBacXWFlxLXPlgp</ns1:Password>
            </ns1:UserCredential>
          </ns1:WebAuthenticationDetail>
          <ns1:ClientDetail>
            <ns1:AccountNumber>780433019</ns1:AccountNumber>
            <ns1:MeterNumber>252958495</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>2021-03-15T13:50:59+00:00</ns1:ShipTimestamp>
            <ns1:DropoffType>REGULAR_PICKUP</ns1:DropoffType>
            <ns1:PackagingType>YOUR_PACKAGING</ns1:PackagingType>
            <ns1:Shipper>
              <ns1:Address>
                <ns1:StreetLines>Madame Curiestraat 22G/H</ns1:StreetLines>
                <ns1:StreetLines/>
                <ns1:City>Sassenheim</ns1:City>
                <ns1:StateOrProvinceCode/>
                <ns1:PostalCode>2171TW</ns1:PostalCode>
                <ns1:CountryCode>NL</ns1:CountryCode>
              </ns1:Address>
            </ns1:Shipper>
            <ns1:Recipient>
              <ns1:Address>
                <ns1:StreetLines>Lievelingsweg 106</ns1:StreetLines>
                <ns1:StreetLines/>
                <ns1:City>Bonn</ns1:City>
                <ns1:StateOrProvinceCode/>
                <ns1:PostalCode>53119</ns1:PostalCode>
                <ns1:CountryCode>DE</ns1:CountryCode>
                <ns1:Residential>true</ns1:Residential>
              </ns1:Address>
            </ns1:Recipient>
            <ns1:ShippingChargesPayment>
              <ns1:PaymentType>SENDER</ns1:PaymentType>
            </ns1:ShippingChargesPayment>
            <ns1:CustomsClearanceDetail>
              <ns1:CommercialInvoice>
                <ns1:Purpose>SOLD</ns1:Purpose>
              </ns1:CommercialInvoice>
            </ns1:CustomsClearanceDetail>
            <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>0.03</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/">
      <SOAP-ENV:Header/>
      <SOAP-ENV:Body>
        <RateReply xmlns="https://fedex.com/ws/rate/v24">
          <HighestSeverity>NOTE</HighestSeverity>
          <Notifications>
            <Severity>NOTE</Severity>
            <Source>crs</Source>
            <Code>819</Code>
            <Message>The origin state/province code has been changed.  </Message>
            <LocalizedMessage>The origin state/province code has been changed.  </LocalizedMessage>
          </Notifications>
          <Notifications>
            <Severity>NOTE</Severity>
            <Source>crs</Source>
            <Code>820</Code>
            <Message>The destination state/province code has been changed.  </Message>
            <LocalizedMessage>The destination state/province code has been changed.  </LocalizedMessage>
          </Notifications>
          <TransactionDetail>
            <CustomerTransactionId>Flexible Shipping FedEx</CustomerTransactionId>
          </TransactionDetail>
          <Version>
            <ServiceId>crs</ServiceId>
            <Major>24</Major>
            <Intermediate>0</Intermediate>
            <Minor>0</Minor>
          </Version>
          <RateReplyDetails>
            <ServiceType>EUROPE_FIRST_INTERNATIONAL_PRIORITY</ServiceType>
            <ServiceDescription>
              <ServiceType>EUROPE_FIRST_INTERNATIONAL_PRIORITY</ServiceType>
              <Code>57</Code>
              <Description>FedEx Europe First</Description>
              <AstraDescription>FEF</AstraDescription>
            </ServiceDescription>
            <PackagingType>YOUR_PACKAGING</PackagingType>
            <DeliveryStation>BNJF </DeliveryStation>
            <DeliveryDayOfWeek>TUE</DeliveryDayOfWeek>
            <DeliveryTimestamp>2021-03-16T09:00:00</DeliveryTimestamp>
            <CommitDetails>
              <CommodityName>DOCUMENTS</CommodityName>
              <ServiceType>EUROPE_FIRST_INTERNATIONAL_PRIORITY</ServiceType>
              <ServiceDescription>
                <ServiceType>EUROPE_FIRST_INTERNATIONAL_PRIORITY</ServiceType>
                <Code>57</Code>
                <Description>FedEx Europe First</Description>
                <AstraDescription>FEF</AstraDescription>
              </ServiceDescription>
              <DerivedShipmentSignatureOption>
                <OptionType>SERVICE_DEFAULT</OptionType>
              </DerivedShipmentSignatureOption>
              <DerivedOriginDetail>
                <CountryCode>NL</CountryCode>
                <StateOrProvinceCode>ZH</StateOrProvinceCode>
                <PostalCode>2171</PostalCode>
                <ServiceArea>A2</ServiceArea>
                <LocationId>AMSA </LocationId>
                <LocationNumber>0</LocationNumber>
              </DerivedOriginDetail>
              <DerivedDestinationDetail>
                <CountryCode>DE</CountryCode>
                <StateOrProvinceCode>NW</StateOrProvinceCode>
                <PostalCode>53119</PostalCode>
                <ServiceArea>A1</ServiceArea>
                <LocationId>BNJF </LocationId>
                <LocationNumber>0</LocationNumber>
                <AirportId>CGN</AirportId>
              </DerivedDestinationDetail>
              <CommitTimestamp>2021-03-16T09:00:00</CommitTimestamp>
              <DayOfWeek>TUE</DayOfWeek>
              <DestinationServiceArea>A1</DestinationServiceArea>
              <BrokerToDestinationDays>0</BrokerToDestinationDays>
              <CommitMessages>
                <Code>134</Code>
                <Message>REQUEST COMPLETED</Message>
              </CommitMessages>
              <DeliveryMessages> 9:00 A.M. IF NO CUSTOMS DELAY</DeliveryMessages>
              <DocumentContent>NON_DOCUMENTS</DocumentContent>
              <RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments>
            </CommitDetails>
            <DestinationAirportId>CGN</DestinationAirportId>
            <IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee>
            <OriginServiceArea>A2</OriginServiceArea>
            <DestinationServiceArea>A1</DestinationServiceArea>
            <SignatureOption>SERVICE_DEFAULT</SignatureOption>
            <ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType>
            <RatedShipmentDetails>
              <EffectiveNetDiscount>
                <Currency>EUR</Currency>
                <Amount>80.53</Amount>
              </EffectiveNetDiscount>
              <ShipmentRateDetail>
                <RateType>PAYOR_ACCOUNT_SHIPMENT</RateType>
                <RateScale>0001867</RateScale>
                <RateZone>NL1867</RateZone>
                <PricingCode>ACTUAL</PricingCode>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>0</DimDivisor>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.5</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>36.82</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>27.25</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>9.57</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>56.67</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>66.24</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>13.91</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>80.15</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>80.15</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <FreightDiscounts>
                  <RateDiscountType>VOLUME</RateDiscountType>
                  <Description>Volume</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>27.25</Amount>
                  </Amount>
                  <Percent>74.0</Percent>
                </FreightDiscounts>
                <Surcharges>
                  <SurchargeType>EUROPE_FIRST</SurchargeType>
                  <Description>Europe first</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>55.0</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>1.67</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>13.91</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
            <RatedShipmentDetails>
              <ShipmentRateDetail>
                <RateType>PAYOR_LIST_SHIPMENT</RateType>
                <RateScale>0000000</RateScale>
                <RateZone>NL001O</RateZone>
                <PricingCode>ACTUAL</PricingCode>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>0</DimDivisor>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.5</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>66.2</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>66.2</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>66.59</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>132.79</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>27.89</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>160.68</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>160.68</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <Surcharges>
                  <SurchargeType>EUROPE_FIRST</SurchargeType>
                  <Description>Europe first</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>55.0</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>11.59</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>27.89</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
          </RateReplyDetails>
          <RateReplyDetails>
            <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
            <ServiceDescription>
              <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
              <Code>01</Code>
              <Description>International Priority</Description>
              <AstraDescription>IP</AstraDescription>
            </ServiceDescription>
            <PackagingType>YOUR_PACKAGING</PackagingType>
            <DeliveryStation>CGNA </DeliveryStation>
            <DeliveryDayOfWeek>TUE</DeliveryDayOfWeek>
            <DeliveryTimestamp>2021-03-16T12:00:00</DeliveryTimestamp>
            <CommitDetails>
              <CommodityName>DOCUMENTS</CommodityName>
              <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
              <ServiceDescription>
                <ServiceType>INTERNATIONAL_PRIORITY</ServiceType>
                <Code>01</Code>
                <Description>International Priority</Description>
                <AstraDescription>IP</AstraDescription>
              </ServiceDescription>
              <DerivedShipmentSignatureOption>
                <OptionType>SERVICE_DEFAULT</OptionType>
              </DerivedShipmentSignatureOption>
              <DerivedOriginDetail>
                <CountryCode>NL</CountryCode>
                <StateOrProvinceCode>ZH</StateOrProvinceCode>
                <PostalCode>2171</PostalCode>
                <ServiceArea>A2</ServiceArea>
                <LocationId>AMSA </LocationId>
                <LocationNumber>0</LocationNumber>
              </DerivedOriginDetail>
              <DerivedDestinationDetail>
                <CountryCode>DE</CountryCode>
                <StateOrProvinceCode>NW</StateOrProvinceCode>
                <PostalCode>53119</PostalCode>
                <ServiceArea>A2</ServiceArea>
                <LocationId>CGNA </LocationId>
                <LocationNumber>0</LocationNumber>
                <AirportId>CGN</AirportId>
              </DerivedDestinationDetail>
              <CommitTimestamp>2021-03-16T12:00:00</CommitTimestamp>
              <DayOfWeek>TUE</DayOfWeek>
              <DestinationServiceArea>A2</DestinationServiceArea>
              <BrokerToDestinationDays>0</BrokerToDestinationDays>
              <CommitMessages>
                <Code>134</Code>
                <Message>REQUEST COMPLETED</Message>
              </CommitMessages>
              <DeliveryMessages>BY NOON IF NO CUSTOMS DELAY</DeliveryMessages>
              <DocumentContent>NON_DOCUMENTS</DocumentContent>
              <RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments>
            </CommitDetails>
            <DestinationAirportId>CGN</DestinationAirportId>
            <IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee>
            <OriginServiceArea>A2</OriginServiceArea>
            <DestinationServiceArea>A2</DestinationServiceArea>
            <SignatureOption>SERVICE_DEFAULT</SignatureOption>
            <ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType>
            <RatedShipmentDetails>
              <EffectiveNetDiscount>
                <Currency>EUR</Currency>
                <Amount>80.52</Amount>
              </EffectiveNetDiscount>
              <ShipmentRateDetail>
                <RateType>PAYOR_ACCOUNT_SHIPMENT</RateType>
                <RateScale>NL1867FS_01_YOUR_PACKAGING</RateScale>
                <RateZone>NL1867</RateZone>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>139</DimDivisor>
                <DimDivisorType>COUNTRY</DimDivisorType>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.03</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>36.82</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>27.25</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>9.57</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>2.57</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>12.14</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>2.55</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>14.69</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>14.69</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <FreightDiscounts>
                  <RateDiscountType>VOLUME</RateDiscountType>
                  <Description>Volume</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>27.25</Amount>
                  </Amount>
                  <Percent>74.0</Percent>
                </FreightDiscounts>
                <Surcharges>
                  <SurchargeType>OTHER</SurchargeType>
                  <Description>Peak Surcharge</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>0.9</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>1.67</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>2.55</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
            <RatedShipmentDetails>
              <ShipmentRateDetail>
                <RateType>PAYOR_LIST_SHIPMENT</RateType>
                <RateScale>NL001OFW_01_YOUR_PACKAGING</RateScale>
                <RateZone>NL001O</RateZone>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>139</DimDivisor>
                <DimDivisorType>COUNTRY</DimDivisorType>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.03</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>66.2</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>66.2</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>12.49</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>78.69</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>16.52</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>95.21</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>95.21</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <Surcharges>
                  <SurchargeType>OTHER</SurchargeType>
                  <Description>Peak Surcharge</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>0.9</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>11.59</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>16.52</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
          </RateReplyDetails>
          <RateReplyDetails>
            <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
            <ServiceDescription>
              <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
              <Code>04</Code>
              <Description>International Economy</Description>
              <AstraDescription>IE</AstraDescription>
            </ServiceDescription>
            <PackagingType>YOUR_PACKAGING</PackagingType>
            <DeliveryStation>CGNA </DeliveryStation>
            <DeliveryDayOfWeek>WED</DeliveryDayOfWeek>
            <DeliveryTimestamp>2021-03-17T18:00:00</DeliveryTimestamp>
            <CommitDetails>
              <CommodityName>DOCUMENTS</CommodityName>
              <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
              <ServiceDescription>
                <ServiceType>INTERNATIONAL_ECONOMY</ServiceType>
                <Code>04</Code>
                <Description>International Economy</Description>
                <AstraDescription>IE</AstraDescription>
              </ServiceDescription>
              <DerivedShipmentSignatureOption>
                <OptionType>SERVICE_DEFAULT</OptionType>
              </DerivedShipmentSignatureOption>
              <DerivedOriginDetail>
                <CountryCode>NL</CountryCode>
                <StateOrProvinceCode>ZH</StateOrProvinceCode>
                <PostalCode>2171</PostalCode>
                <ServiceArea>A2</ServiceArea>
                <LocationId>AMSA </LocationId>
                <LocationNumber>0</LocationNumber>
              </DerivedOriginDetail>
              <DerivedDestinationDetail>
                <CountryCode>DE</CountryCode>
                <StateOrProvinceCode>NW</StateOrProvinceCode>
                <PostalCode>53119</PostalCode>
                <ServiceArea>A2</ServiceArea>
                <LocationId>CGNA </LocationId>
                <LocationNumber>0</LocationNumber>
                <AirportId>CGN</AirportId>
              </DerivedDestinationDetail>
              <CommitTimestamp>2021-03-17T18:00:00</CommitTimestamp>
              <DayOfWeek>WED</DayOfWeek>
              <DestinationServiceArea>A2</DestinationServiceArea>
              <BrokerToDestinationDays>0</BrokerToDestinationDays>
              <CommitMessages>
                <Code>134</Code>
                <Message>REQUEST COMPLETED</Message>
              </CommitMessages>
              <DeliveryMessages> 6:00 P.M. IF NO CUSTOMS DELAY</DeliveryMessages>
              <DocumentContent>NON_DOCUMENTS</DocumentContent>
              <RequiredDocuments>INTERNATIONAL_AIRWAY_BILL</RequiredDocuments>
            </CommitDetails>
            <DestinationAirportId>CGN</DestinationAirportId>
            <IneligibleForMoneyBackGuarantee>false</IneligibleForMoneyBackGuarantee>
            <OriginServiceArea>A2</OriginServiceArea>
            <DestinationServiceArea>A2</DestinationServiceArea>
            <SignatureOption>SERVICE_DEFAULT</SignatureOption>
            <ActualRateType>PAYOR_ACCOUNT_SHIPMENT</ActualRateType>
            <RatedShipmentDetails>
              <EffectiveNetDiscount>
                <Currency>EUR</Currency>
                <Amount>24.53</Amount>
              </EffectiveNetDiscount>
              <ShipmentRateDetail>
                <RateType>PAYOR_ACCOUNT_SHIPMENT</RateType>
                <RateScale>NL1867FS_04_YOUR_PACKAGING</RateScale>
                <RateZone>NL1867</RateZone>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>139</DimDivisor>
                <DimDivisorType>COUNTRY</DimDivisorType>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.03</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>39.38</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>29.14</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>10.24</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>2.69</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>12.93</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>2.72</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>15.65</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>15.65</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <FreightDiscounts>
                  <RateDiscountType>VOLUME</RateDiscountType>
                  <Description>Volume</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>29.14</Amount>
                  </Amount>
                  <Percent>74.0</Percent>
                </FreightDiscounts>
                <Surcharges>
                  <SurchargeType>OTHER</SurchargeType>
                  <Description>Peak Surcharge</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>0.9</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>1.79</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>2.72</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
            <RatedShipmentDetails>
              <ShipmentRateDetail>
                <RateType>PAYOR_LIST_SHIPMENT</RateType>
                <RateScale>NL001OFW_04_YOUR_PACKAGING</RateScale>
                <RateZone>NL001O</RateZone>
                <RatedWeightMethod>ACTUAL</RatedWeightMethod>
                <CurrencyExchangeRate>
                  <FromCurrency>EUR</FromCurrency>
                  <IntoCurrency>EUR</IntoCurrency>
                  <Rate>1.0</Rate>
                </CurrencyExchangeRate>
                <DimDivisor>139</DimDivisor>
                <DimDivisorType>COUNTRY</DimDivisorType>
                <FuelSurchargePercent>17.5</FuelSurchargePercent>
                <TotalBillingWeight>
                  <Units>KG</Units>
                  <Value>0.03</Value>
                </TotalBillingWeight>
                <TotalBaseCharge>
                  <Currency>EUR</Currency>
                  <Amount>27.5</Amount>
                </TotalBaseCharge>
                <TotalFreightDiscounts>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalFreightDiscounts>
                <TotalNetFreight>
                  <Currency>EUR</Currency>
                  <Amount>27.5</Amount>
                </TotalNetFreight>
                <TotalSurcharges>
                  <Currency>EUR</Currency>
                  <Amount>5.71</Amount>
                </TotalSurcharges>
                <TotalNetFedExCharge>
                  <Currency>EUR</Currency>
                  <Amount>33.21</Amount>
                </TotalNetFedExCharge>
                <TotalTaxes>
                  <Currency>EUR</Currency>
                  <Amount>6.97</Amount>
                </TotalTaxes>
                <TotalNetCharge>
                  <Currency>EUR</Currency>
                  <Amount>40.18</Amount>
                </TotalNetCharge>
                <TotalRebates>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalRebates>
                <TotalDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesAndTaxes>
                <TotalAncillaryFeesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalAncillaryFeesAndTaxes>
                <TotalDutiesTaxesAndFees>
                  <Currency>EUR</Currency>
                  <Amount>0.0</Amount>
                </TotalDutiesTaxesAndFees>
                <TotalNetChargeWithDutiesAndTaxes>
                  <Currency>EUR</Currency>
                  <Amount>40.18</Amount>
                </TotalNetChargeWithDutiesAndTaxes>
                <Surcharges>
                  <SurchargeType>OTHER</SurchargeType>
                  <Description>Peak Surcharge</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>0.9</Amount>
                  </Amount>
                </Surcharges>
                <Surcharges>
                  <SurchargeType>FUEL</SurchargeType>
                  <Description>Fuel</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>4.81</Amount>
                  </Amount>
                </Surcharges>
                <Taxes>
                  <TaxType>VAT</TaxType>
                  <Description>Netherlands value-added</Description>
                  <Amount>
                    <Currency>EUR</Currency>
                    <Amount>6.97</Amount>
                  </Amount>
                </Taxes>
              </ShipmentRateDetail>
            </RatedShipmentDetails>
          </RateReplyDetails>
        </RateReply>
      </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi @maartenplugwise,

    thank you for contacting us. I was able to reproduce your problem in our test environment. In your case, the problem is probably the “Rate Type” setting. From what I read from the API Request, you have set the List Rates. Please change it to “All Possible rates”: https://i.imgur.com/QYA0Z0g.png It solved the issue in my case.

    Kind regards,

    Thread Starter maartenplugwise

    (@maartenplugwise)

    Hey, now it works again!
    Do you know if now it shows the account or list rate?
    Is this something that will be fixed? I see many different prices in the API response, so I assume it should be able to work.

    Hi @maartenplugwise,

    thank you for your message. The “All possible rates” are basically List Rates for the FedEx accounts that have the Account rates assigned and activated. If you want to use Account rates, just change the Rate Type to “Account rates”.

    The number of FedEx services returned does not depend on our plugin. If you have no restrictions in the plugin settings (custom services settings), the plugin will display all available services for the given addresses and products in the cart. It’s all based on the FedEx API and our plugin does not affect this.

    Kind regards,

    Thread Starter maartenplugwise

    (@maartenplugwise)

    Ok thank you. Issue is fixed with the all rates. Issue can be closed I think.

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