Fedex Shipment Get status of shipping? - tracking

I need to integrate Fedex shipping in my website. I am able to get the shipping rates using the 'getRates' method ad also tracking details for testing purpose using the test tracking number '123456789012' and 'track' method.
But I cant extract the status info details from the track response. Which field should I check to get the status of that tracking number? Or since its a teat tracking number, is there any chance that some fields missing in the response? Please help if anyone knows?
Thanks in advance

Related

Does anyone know of a global tax rate API that includes all countries?

I was wondering if anyone can help me?
I have been searching for an API for merchant tax rates that includes all countries. I need to be able to state and apply any and all tax rates from one country to another but am having some difficulty finding one that fits the criteria.
The selling/dispatch destination needs to be able to be customisable/changeable and I need to be able to choose any country I want sell to.
The API needs to be compatible with PHP 7.
I have tried looking for an API that covers this but the only one I found and reached out to has not replied and it has been a while since the first request.
Thanks

Unable to ADD Indian Payment Method in Whatsapp Business API using Payment Methods (https://developers.facebook.com/)

I have read the document regarding payments and also raised the customer support ticket in Meta for Developers(Developer Support) and find the relevant question but I didn't get the proper solution on how to add Indian Payment Method.
Does anyone know anything about adding payment method in India? Any help would be appreciated.
Latest Update:
WhatsApp Business API has launched payment support in India country from 20 Oct 2022,
https://developers.facebook.com/docs/whatsapp/business-platform/changelog#october-20--2022
Note: Your location and currency cannot be changed once set, refer to the documentation
There is no India country on the Payment settings page, see the available countries,
First Step
But you can try selecting a random country and you will see the INR currency,
Second Step

How ShipStation is generating order shipment tracking URL using tracking_number and carrier?

ShipStation is showing only shipment tracking_number on UI it is not displaying tracking URL and not returning this tracking URL in API response as well.
This could be happening if you're omitting both tracking_carrier and shipping_method. If these are not included, there will be no tracking link.
A tracking link is always generated if either (not mutually exclusively) shipping_provider or tracking_carrier is supplied alongside a tracking number and as long as the value for either carrier code is valid according to our supported list.
It is recommended for you to reach out to Shipstation about this to verify if Shipstation is seeing unexpected results via the API. If that is happening, please let me know so I can provide the next steps to this. Thank you!

Shopify - Can a customer generate an RMA number for returning products?

Is it possible for a customer to log into their account on a Shopify store, in order to notify us of a return they'd like to make?
Ideally, a user would click on the item they want to return from their order history and receive an automatic RMA number which they can write on the package.
Is this at all possible? I've scoured the Shopify docs, but I can only find information on how to make returns on the shop side of the process.
https://help.shopify.com/manual/orders/refund-cancel-order
Any help greatly appreciated.

How to get shipping charge in DHL

I cant able to get shipping charge in DHL.
I know that shipping charge is only get when rated is Yes and service is dutiable in PLT service.
But my question is without using dutiable or non-dutiable how can I get shipping charge.
TECHNICALLY
In request XML if put below tag then and then only get the response so without Y get shipping charge please guide me, actually which thing change response XML or any other tag that not getting so please help me for that..
<IsDutiable>Y</IsDutiable> -- GET SHIPPING CHARGE
<IsDutiable>N</IsDutiable> -- NOT GET SHIPPING CHARGE(required with this tag)