Page 4 of 6 FirstFirst ... 23456 LastLast
Results 31 to 40 of 56
  1. #31
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: FedEx Shipping using REST API

    I will investigate.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  2. #32
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: FedEx Shipping using REST API

    Zen Cart v1.5.8a (upgrade)
    PHP: 8.1.23

    I'm having following issues:
    - after configuring module the bubble stays yellow (not green). I've revised it few times and everything is entered correctly;
    - there's no shipping quotes on frontend, it's like nothing is installed;
    - there's no errors in the log;
    - when I turn on the debug it give's an error in the log that says:
    PHP Code:
    (
        [
    transactionId] => 60d11ca6-ebdd-4085-bf27-2b6e267fc131
        
    [errors] => Array
            (
                [
    0] => Array
                    (
                        [
    code] => FORBIDDEN.ERROR
                        
    [message] => Sandbox credentials not allowed in this environmentPlease check your permissions and try again.
                    )

            )


    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  3. #33
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: FedEx Shipping using REST API

    On the Project Overview page you need to click "Production Key."

    https://github.com/scottcwilson/zenc...n-Instructions
    That Software Guy. My Store: Zen Cart Modifications
    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. #34
    Join Date
    Aug 2005
    Location
    San Juan, Puerto Rico
    Posts
    1,525
    Plugin Contributions
    9

    Default Re: FedEx Shipping using REST API

    I sent those instructions to the customer for him to follow, I guess he didn't follow ALL instructions. I guess I'll have to hold his hand through the process. I'll see when he can get to it.

    Yes, that's what it is, I see his screenshot. I'll ask him to resend.
    Last edited by ideasgirl; 4 Oct 2023 at 09:02 PM. Reason: Info
    IDEAS Girl
    IDEAS Creative Group
    = Your image... our business!
    My contributions: SophyBlue / Sophy Blue-Grey / Mistik / The Bookshelf / Dynamic Sideboxes

  5. #35
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: FedEx Shipping using REST API

    > I sent those instructions to the customer for him to follow ....

    Developers and contractors: Don't do this for the newer modules (Square WebPay, UPS Oauth, Fedex REST API). There are just too many steps for a non-technical person.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  6. #36
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    I planed to do some test with this code under testing site. I changed the BASE_URL to https://apis-sandbox.fedex.com, and use our testing account number, key and secret in the settings. But I cannot get a valid response. I can only receive the following error:

    [errors] => Array
    (
    [0] => Array
    (
    [code] => BAD.REQUEST.ERROR
    [message] => The given JWT is invalid. Please modify your request and try again.
    )

    )

    Is there anything else I need to change to make it work with testing server?

    If I changed BASE_URL back and change account number, key and secret back, I can get a valid response.

    Also, the reason why the intl quote is missing is because the customs information is missing from the request.

  7. #37
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: FedEx Shipping using REST API

    > I planed to do some test with this code under testing site.

    I would just point to live. There's really no disadvantage.

    > Also, the reason why the intl quote is missing is because the customs information is missing from the request.

    I know.
    That Software Guy. My Store: Zen Cart Modifications
    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.

  8. #38
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Quote Originally Posted by swguy View Post
    > I planed to do some test with this code under testing site.

    I would just point to live. There's really no disadvantage.

    > Also, the reason why the intl quote is missing is because the customs information is missing from the request.

    I know.
    Thanks for your reply.

    I used production server for testing before, but today I received this email from FedEx. "Introducing transaction quotas and rate limits for FedEx API."

    Name:  Capture.jpg
Views: 178
Size:  68.8 KB

    Link is here, but it is blank page.

    https://developer.fedex.com/api/en-u...es/ratelimits/

    Start date is Oct 15th. Not sure it is this year or not. Today is Oct 26th...
    Last edited by njcyx; 26 Oct 2023 at 08:45 PM.

  9. #39
    Join Date
    Apr 2019
    Posts
    245
    Plugin Contributions
    0

    Default Re: FedEx Shipping using REST API

    Hi @swguy,

    I just listed three issues and proposed potential fixes in your github. I tried and it worked on my end. Maybe you have a better idea.

    Three issues are following:

    1. Unable to get international priority quote displayed.

    2. Sometimes no quote for international due to missing customs information.

    3. Display international connect plus rate.

  10. #40
    Join Date
    Feb 2006
    Location
    Tampa Bay, Florida
    Posts
    9,703
    Plugin Contributions
    123

    Default Re: FedEx Shipping using REST API

    TY will look this weekend.
    That Software Guy. My Store: Zen Cart Modifications
    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 4 of 6 FirstFirst ... 23456 LastLast

Similar Threads

  1. v158 UPS Shipping using RESTful/OAuth API [Support Thread]
    By lat9 in forum Addon Shipping Modules
    Replies: 122
    Last Post: 26 Apr 2024, 05:15 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