magento2 icon indicating copy to clipboard operation
magento2 copied to clipboard

Fedex integration doesn't support Track API being a separate Project in FedEx account

Open avstaylime opened this issue 1 year ago • 5 comments

Preconditions and environment

  • Magento 2.4.7
  • New FedEx account (created after Oct '23) that offers to choose between Ship, Rate & Other APIs and Track API

Steps to reproduce

  1. Enable FedEx shipping method by entering API credentials from a FedEx Project of a type Ship, Rate & Other APIs.
  2. Place an order and enter enter a FedEx tracking number when creating a shipment.
  3. Click Track Order to view tracking details.

Expected result

Tracking details listed

Actual result

Tracking information is currently not available. Please contact us for more information or email us at [email protected]

Additional information

select-project It is not possible to select both `Ship, Rate & Other APIs` and `Track API` for a FedEx Project. So there should be additional config for Track API under the FedEx settings in the Magento Admin.

Release note

No response

Triage and priority

  • [ ] Severity: S0 - Affects critical data or functionality and leaves users without workaround.
  • [ ] Severity: S1 - Affects critical data or functionality and forces users to employ a workaround.
  • [X] Severity: S2 - Affects non-critical data or functionality and forces users to employ a workaround.
  • [ ] Severity: S3 - Affects non-critical data or functionality and does not force users to employ a workaround.
  • [ ] Severity: S4 - Affects aesthetics, professional look and feel, “quality” or “usability”.

avstaylime avatar Jun 21 '24 10:06 avstaylime

Hi @avstaylime. Thank you for your report. To speed up processing of this issue, make sure that the issue is reproducible on the vanilla Magento instance following Steps to reproduce. To deploy vanilla Magento instance on our environment, Add a comment to the issue:


Join Magento Community Engineering Slack and ask your questions in #github channel. :warning: According to the Magento Contribution requirements, all issues must go through the Community Contributions Triage process. Community Contributions Triage is a public meeting. :clock10: You can find the schedule on the Magento Community Calendar page. :telephone_receiver: The triage of issues happens in the queue order. If you want to speed up the delivery of your contribution, join the Community Contributions Triage session to discuss the appropriate ticket.

m2-assistant[bot] avatar Jun 21 '24 10:06 m2-assistant[bot]

Hi @engcom-Delta. Thank you for working on this issue. In order to make sure that issue has enough information and ready for development, please read and check the following instruction: :point_down:

  • [ ] 1. Verify that issue has all the required information. (Preconditions, Steps to reproduce, Expected result, Actual result).
  • [ ] 2. Verify that issue has a meaningful description and provides enough information to reproduce the issue.
  • [ ] 3. Add Area: XXXXX label to the ticket, indicating the functional areas it may be related to.
  • [ ] 4. Verify that the issue is reproducible on 2.4-develop branch
    Details- Add the comment @magento give me 2.4-develop instance to deploy test instance on Magento infrastructure.
    - If the issue is reproducible on 2.4-develop branch, please, add the label Reproduced on 2.4.x.
    - If the issue is not reproducible, add your comment that issue is not reproducible and close the issue and stop verification process here!
  • [ ] 5. Add label Issue: Confirmed once verification is complete.
  • [ ] 6. Make sure that automatic system confirms that report has been added to the backlog.

m2-assistant[bot] avatar Jun 21 '24 11:06 m2-assistant[bot]

Hi @avstaylime ,

We are putting this issue on hold as of now , as we need some PO confirmation on this.

Thanks,

engcom-Delta avatar Jul 03 '24 07:07 engcom-Delta

Any update on fix? Having same issue tested everything many times.

NeoM-dev avatar Jul 20 '24 02:07 NeoM-dev

Hi, I am experiencing the same issue with Magento 2 FedEx Integration.

I have created a project from the FedEx developer portal, but the Track API cannot be enabled on the same project as the Ship API, and the FedEx Magento 2 integration only allows one API Key in the configuration panel at the moment.

Robax-CSE avatar Aug 28 '24 10:08 Robax-CSE

Hi @avstaylime ,

Thanks for your reporting and collaboration. We have verified the issue in latest 2.4-develop instance and the issue is reproducible. Kindly refer the screenshots.

Steps to reproduce -

  1. Create a project in Fedex for "Rate,Ship,Other" image
  2. Enter the same configuration in magento instance. image
  3. Save the configuration and Access frontend.
  4. Place order successfully with Fedex shipping method.
  5. Access Admin, Create invoice for respective order.
  6. Create shipment with tracking number.
  7. Access shipment and click on tracking number. image Observe error displays.

Thanks.

engcom-Delta avatar Aug 30 '24 11:08 engcom-Delta

Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x, ^Area:.*

Once all required labels are present, please add Issue: Confirmed label again.

github-jira-sync-bot avatar Aug 30 '24 11:08 github-jira-sync-bot

Unfortunately, not enough information was provided to create a Jira ticket. Please make sure you added the following label(s): Reproduced on 2.4.x, ^Area:.*

Once all required labels are present, please add Issue: Confirmed label again.

github-jira-sync-bot avatar Aug 30 '24 11:08 github-jira-sync-bot

:white_check_mark: Jira issue https://jira.corp.adobe.com/browse/AC-12878 is successfully created for this GitHub issue.

github-jira-sync-bot avatar Sep 02 '24 05:09 github-jira-sync-bot

:white_check_mark: Confirmed by @engcom-Bravo. Thank you for verifying the issue.
Issue Available: @engcom-Bravo, You will be automatically unassigned. Contributors/Maintainers can claim this issue to continue. To reclaim and continue work, reassign the ticket to yourself.

m2-assistant[bot] avatar Sep 02 '24 05:09 m2-assistant[bot]

Here is a work around solution for tracking Fedex shipment while the option of multi API credentials (1 for rates and 1 for tracking) is still not implemented in the Fedex modules in Magento. Use the shipperHQ shipper-tracker, it allow to create manual link for tracking . composer require shipperhq/module-shipping-tracker or download at https://github.com/shipperhq/module-shipping-tracker Then you can set a shipperHQ tracker using manual Url as below: https://www.fedex.com/fedextrack/?trknbr=#TRACKNUM# When customer click the link in the Magento tracking page it will resolve to the Fedex tracking info.

psol7 avatar Oct 02 '24 15:10 psol7

@magento i'm working on this

Mohamed-Asar avatar Nov 12 '24 14:11 Mohamed-Asar

This PR works for me. Thanks

df2k2 avatar Nov 25 '24 15:11 df2k2

@engcom-Delta This issue fixed by adobe team. please check and close this issue

Mohamed-Asar avatar Dec 19 '24 07:12 Mohamed-Asar

@Mohamed-Asar Thanks for your Contribution!!.

Hi @avstaylime ,

As I can see this issue got fixed in the scope of the internal Jira ticket ACP2E-3340 by the internal team Related commits: https://github.com/search?q=repo%3Amagento%2Fmagento2+ACP2E-3340&type=commits

Based on the Jira ticket, the target version is 2.4.8-beta2.

Thanks

engcom-Bravo avatar Dec 19 '24 07:12 engcom-Bravo

@engcom-Bravo is this merged in 2.4.8 version ?

Mohamed-Asar avatar Jul 08 '25 06:07 Mohamed-Asar