Page 8 of 8 FirstFirst ... 678
Results 71 to 78 of 78
  1. #71
    Join Date
    Apr 2019
    Posts
    275
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Another update from FedEx

    Due to potential impacts from a global IT outage experienced by a third-party software vendor, FedEx has postponed the planned Test and Production Environments outages scheduled for Saturday, July 20 at 9 PM CT and for Saturday, July 27 at 8 PM CT.

    We will be in touch as soon as new dates are scheduled. Thank you for your understanding.

  2. #72
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,024
    Plugin Contributions
    124

    Default Re: FedEx Shipping using REST API

    I don't think this is the best place to post the FedEx schedule. Let's save this for issues with the software. Thanks.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  3. #73
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,024
    Plugin Contributions
    124

    Default Re: FedEx Shipping using REST API

    Contractors who install FedEx for their customers please note:

    In order to get a production API key, you require a Shipping Account to be associated with your developer account.
    The creation of a shipping account must be done by an employee (not a contractor) of the firm that is doing the shipping.
    To make this a bit more clear, I updated the documentation to put the shipping account creation up front. Get your client to do this, then you can do the rest.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  4. #74
    Join Date
    Mar 2012
    Location
    NJ
    Posts
    43
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Temporary fix for zc210 requirements (you can use this until author officially releases an update to get your plugin working)

    the following file needs to be created as \includes\languages\english\modules\shipping\lang.fedexrest.php

    Code:
    <?php// Language file for FedEx REST API 
    
    
    $define = [
    
    
        'MODULE_SHIPPING_FEDEX_REST_TEXT_TITLE' => 'FedEx',
        'MODULE_SHIPPING_FEDEX_REST_TEXT_DESCRIPTION' => '<h2>FedEx REST API</h2><p>You will need to have registered an account with FedEx to use this module. Please see the README.md file.</p>',
    
    
    // For locales other than en_US please see 
    // https://developer.fedex.com/api/en-mx/guides/api-reference.html#locales
    
    
        'MODULE_SHIPPING_FEDEX_REST_TEXT_LOCALE' => 'en_US',
    
    
    // Email if bad credentials
        'MODULE_SHIPPING_FEDEXREST_EMAIL_SUBJECT' => 'The fedexrest shipping method has been automatically disabled',
        'MODULE_SHIPPING_FEDEXREST_INVALID_CREDENTIALS' => 'The API Key/Secret Key combination you set were not recognized by FedEx, and so the fedexrest shipping module has been automatically disabled.  Please work with your FedEx Account Rep to get working credentials.',
        'MODULE_SHIPPING_FEDEXREST_SATURDAY' => ' (Saturday)',
    
    
    ];
    return $define;
    I was a shy, quiet kid. I was happiest playing by myself with my toys, rather than hanging around people.
    -- Christian Slater

  5. #75
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,918
    Plugin Contributions
    89

    Default Re: FedEx Shipping using REST API

    Actually, the requirement for a lang.{whatever}.php file for shipping/payment/order-total modules for zc210 is no longer active; the {whatever}.php language-file will now work just find.

    It's always good to keep code up with the base, though!

  6. #76
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,024
    Plugin Contributions
    124

    Default Re: FedEx Shipping using REST API

    Thanks for keeping a sharp eye on the release notes, @Bubbadood! The documentation has been updated to clarify this requirement, which now only applies to encapsulated plugins for modules.
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

  7. #77
    Join Date
    Jun 2004
    Posts
    4
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Hi there Scott!

    I'm starting to work with your new FedEx for REST shipping module primarily for international shipments. One issue that I'm running into is how you handle maximum weight. (under configuration > shipping/packaging)

    It works as I'd expect for domestic shipping - if you exceed the maximum weight, start another box. But for international, the FedEx module is no longer an option once you exceed the maximum weight.

    Also, do you honor the tare weight and "larger packages" settings? (also under configuration > shipping/packaging). How does Zen Cart determine if a package is "larger?"

    Thanks for this and all your contributions to the community.

  8. #78
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    10,024
    Plugin Contributions
    124

    Default Re: FedEx Shipping using REST API

    > It works as I'd expect for domestic shipping - if you exceed the maximum weight, start another box. But for international, the FedEx module is no longer an option once you exceed the maximum weight.

    The FedEx module doesn't do anything with this, but FedEx itself might reject packages over a certain weight to certain destinations; you'd need to review the documentation to see what the restrictions are.

    > Also, do you honor the tare weight and "larger packages" settings? (also under configuration > shipping/packaging).

    These things are handled by the Zen Cart infrastructure.

    > How does Zen Cart determine if a package is "larger?"

    https://docs.zen-cart.com/user/shipp..._calculations/
    That Software Guy. My Store: Zen Cart Support
    Available for hire - See my ad in Services
    Plugin Moderator, Documentation Curator, Chief Cook and Bottle-Washer.
    Do you benefit from Zen Cart? Then please support the project.

 

 
Page 8 of 8 FirstFirst ... 678

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 131
    Last Post: 25 Aug 2024, 04:22 PM
  2. PayPal Express Checkout with REST API
    By kanine in forum PayPal Express Checkout support
    Replies: 1
    Last Post: 19 Jun 2022, 05:23 AM
  3. Rest api?
    By skywalker826 in forum General Questions
    Replies: 4
    Last Post: 31 Aug 2013, 04:30 PM
  4. Suomen verkkomaksut (SVM) REST API payment module
    By pasi in forum Addon Payment Modules
    Replies: 3
    Last Post: 9 Mar 2013, 09:57 AM
  5. Fedex Signature required option in fedex api
    By jeba in forum Addon Shipping Modules
    Replies: 0
    Last Post: 15 Oct 2009, 08:48 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR