Page 12 of 13 FirstFirst ... 210111213 LastLast
Results 111 to 120 of 123
  1. #111
    Join Date
    Feb 2007
    Location
    Pennsylvania
    Posts
    806
    Plugin Contributions
    0

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    No I had not. It works now! Thank you!

  2. #112
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by bumba000 View Post
    I must be missing something in the docs or the github ... I can't find/figure out

    UPS Api Class
    If your site has an class-override for the shipping module's default (UpsOAuthApi), enter it here. If the class-file doesn't exist, this module will be automatically disabled!

    What is this and where do I get it? Please and Thank you.

    Best,
    John
    That's a way that site owners/developers can program any overrides they want for the UPS handling by this shipping method. I do need to provide some additional documentation (on GitHub). Essentially, you'd use the /includes/modules/shipping/upsoauth/UpsOAuthApi.php as the parent class and provide any method-overrides needed there.

    In most cases, the as-provided processing should be good enough!

  3. #113
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    v1.3.2 of the UPS RESTful/OAuth shipping module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains the correction for GitHub issue #25 (PHP 8.3 error on initial install).

  4. #114
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    v1.3.3 of UPS RESTful is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains changes associated with the following GitHub issues:

    #26: Correct PHP Warning on shopping-cart page.
    #27: Correct PHP Fatal error on installation for sites running on PHP 5.6.

  5. #115
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by njcyx View Post
    Hi @lat9, thanks for your reply.

    It seems ground saver cannot be found under ups website. Maybe it is still a pilot program now. Here are some developer information I found which are surepost related. I'm not sure if any difference between surepost and ground saver. Maybe UPS just rebranded surepost into ground saver.

    https://www.ups.com/worldshiphelp/WS..._Shipments.htm
    https://stackoverflow.com/questions/...s-surepost-api

    Here is the service codes for surepost (posted back in 2017):

    92: UPS SurePost Less than 1LB
    93: UPS SurePost 1LB or greater
    94: UPS SurePost BPM
    95: UPS SurePost Media Mail

    At least, the example shipping label pirateship uses for ground saver is surepost label.
    https://support.pirateship.com/en/ar...u-need-to-know
    I took a peek at those links; it looks like a site needs to register with UPS to receive SurePost quotes. Did you do that?

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

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Correct. Surepost/ground saver is not enabled by default. You need to contact your sales/account agent to enable it. I'm not sure if the API require the same thing or not.

    We haven't used surepost yet since it is not a "UPS" only shipping method. There is a "chance" that it will be delivered by USPS instead of UPS, which is bad. It is not like Fedex ground economy, which is only shipped through Fedex, not USPS.

  7. #117
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by njcyx View Post
    Correct. Surepost/ground saver is not enabled by default. You need to contact your sales/account agent to enable it. I'm not sure if the API require the same thing or not.

    We haven't used surepost yet since it is not a "UPS" only shipping method. There is a "chance" that it will be delivered by USPS instead of UPS, which is bad. It is not like Fedex ground economy, which is only shipped through Fedex, not USPS.
    With SurePost enabled for your UPS account, if you turn on the UPSOauth shipping module's debug, are you seeing SurePost quotes coming back?

  8. #118
    Join Date
    Sep 2009
    Location
    Stuart, FL
    Posts
    12,498
    Plugin Contributions
    88

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    v1.3.4 of the shipping-module is now available for download: https://www.zen-cart.com/downloads.php?do=file&id=2374

    This release contains changes associated with these GitHub issues:

    #29: Correct 'casing' of getAllUPSQuotes method, changed to getAllUpsQuotes.
    #30: Correct API-class override not overriding when changed.

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

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    Quote Originally Posted by lat9 View Post
    With SurePost enabled for your UPS account, if you turn on the UPSOauth shipping module's debug, are you seeing SurePost quotes coming back?
    Actually, I'm not sure if surepost is enabled in my account. We haven't signed anything from our UPS agent yet regarding surepost.

    Regarding the log, I just tried it on my end. In the log file generated from UPS plug-in, I can only find the shipping methods enabled in the plug-in. For example, I'm only enabled UPS ground and UPS 3day in the plug-in. In the log file, I can only find titles as "UPS Ground" and "UPS 3 Day Select". No 2 day, no nextday air, no surepost...

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

    Default Re: UPS Shipping using RESTful/OAuth API [Support Thread]

    The old UPS API had a way to look up tracking numbers based on the order ID that a shipper used:

    $tracking = new Ups\Tracking($accessKey, $userId, $password);
    $tracking->setShipperNumber($my_shipper_number);
    $shipment = $tracking->trackByReference($order_id);

    Have you seen anything like this in your travels with the new API? It seems like they expect you to have the tracking number.
    (The use case is shipping packages using UPS Worldship and then wanting to pull the tracking numbers into Zen Cart.)
    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 12 of 13 FirstFirst ... 210111213 LastLast

Similar Threads

  1. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum Addon Payment Modules
    Replies: 130
    Last Post: 24 Apr 2024, 03:51 PM
  2. v155 UPS XML: Support Thread
    By lat9 in forum Addon Shipping Modules
    Replies: 245
    Last Post: 24 Nov 2023, 10:07 PM
  3. eWAY Payment Gateway - Rapid 3.0 API [Support Thread]
    By maclean_cherry in forum Addon Payment Modules
    Replies: 40
    Last Post: 27 Nov 2020, 06:53 AM
  4. v156 Authorize.net API with Card on File transactions support thread...
    By carlwhat in forum All Other Contributions/Addons
    Replies: 16
    Last Post: 27 Apr 2020, 08:46 PM
  5. v151 Ty UPS WorldShip Support Thread
    By colosports in forum All Other Contributions/Addons
    Replies: 0
    Last Post: 1 Jun 2014, 12:05 AM

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