How to print Commercial Invoice for international shipping with fedex API - fedex

I am trying to print the commercial invoice for an international shipping using the FedEx C# API , I could not find any sample code or documentation about this.
Can someone please guide me how to do this.

Related

Alternative to yahoo finance api

I am new to yahoo finance api. I am also a beginner investor. I always use yahoo finance api to keep track of my investment portfolio. But it does not work recently due to yahoo stopping this service. Will you kindly share any alternatives for me? Thank you.
There are several alternatives, but I suppose you are looking for free services? One alternative is Quandl. There is a Database called "Wiki" that is free.
When I re-looked at this question now, I realised I have a solution for it.
I picked up python and found out about this yahoo finance library.
https://pypi.org/project/yahoofinancials/
You could use:
https://www.alphavantage.co/ which is free and offers plenty of possibilities
https://iexcloud.io/ which is also free
https://www.quandl.com/tools/api which is also free but offers more options (for some of them you need a subscription)
https://rapidapi.com/marketplace which offers free APIs (to get financial news, trading data, financial data,...)
Some webscraping tools and get data directly from yahoo finance
AssetMacro.com API provides free access to historical data for 120,000+ Financial Securities (Stocks, Bonds, Commodities, Currencies, Credit Default Swaps, Indices) and Macroeconomic Variables for 120 countries.

How can I possibly get Sales and Order info from Merch by Amazon

I am relatively new in using Amazon's APIs. I am trying to get Sales and Orders information for Merch by Amazon in Ruby on Rails. How can I possibly do that .I have researched a lot but unable to find any answers as Merch is a new platform, they do give developer api but for advertisement of my current products apparently. Is there any third party api or any way so I can get the sales and order's data of my Merch account in RoR. Thanks in Advance.
It is very simple what you have to do. First you must sign up for Merch via Amazon then you must list what type of business you are, i.e. education etc. Then you will have to wait for a confirmation via email as far as I can tell it should be smooth sailing from there!

Yahoo Finance APIs - For Different Stock Exchange

I actually want to know that whether i can use the Yahoo Finance API to get the data from a specific Stock Exchange. I tried to find the answer and looked through the YQL guide but they didn't mention that how can I specify the stock exchange to get the current share price.
For example I want to know the share price of a company from Australian Stock Exchange and then I want to know another share price of a different company from NewYork Stock Exchange.
Any help is much appreciated.
Thanks
For LSE (London Stock Exchange), all the symbols are just appended with '.L'.
It seems the Australian Stock Exchange is '.AX' (I got the info from this page: https://help.yahoo.com/kb/SLN2310.html )

Trying to get or set sales tax country in Quickbooks SDK

I'm using Quickbooks SDK v11 to integrate with a C# application. Almost everything works fine, but I have a problem with the sales tax country. I want to add customer records to Quickbooks, and I can't figure out how to do it.
To see what's in Quickbooks already, I'm using the following code snippet:
ICustomerRet ret = [My code to retrieve a customer];
ENSalesTaxCountry stc = (ENSalesTaxCountry)ret.SalesTaxCountry.GetValue();
This works fine for a UK customer, but if the customer has a sales tax country of France, the GetValue() call throws an Exception.
A poke around with Intellisense reveals that my ENSalesTaxCountry type only has three options: stcAustralia, stcCanada and stcUK - clearly excluding France.
It seems that the SDK enum supports only these three countries, while Quickbooks itself supports a whole bunch of others.
Any ideas for how to patch the SDK or otherwise get round the problem?
There's no need to rely on intellisense for documentation - you can use the IDN Onscreen Reference for a complete description of SDK queries and responses. You are obviously either using the Canadian or UK edition of QuickBooks, so be sure to check Allow CA or UK 2008+, then either CA or UK to indicate the edition you are using.
However, once you do this you will see that the only sales tax countries supported by the SDK are the Australia, the UK and Canada. In order to find out whether qbXML is returning France or other values that are undocumented, you can call the ToXmlString() method on you ICustomerRet interface. This will give you the raw qbXML. If the value "France" is there, you should be able to see it.
If you find that the qbXML is supporting undocumented countries, you can try including them in customer add requests, but you have to build the qbXML yourself and use the request processor component instead of QBFC to send the message.
You might be able to get more information about this by posting on in the Intuit Developer forums, where you will find dedicated forums for both UK and Canadian QuickBooks development. In fact there is an active discussion on sales tax countries in the UK forum right now, but you won't find it to be encouraging.

options for (Europe/ international) ruby on rails payment gateway 2012?

What are the options I have as ruby on rails coder to easily integrate a payment merchant into my application. A nice API or gem integration so its just "plug and play" without to much hassle and the below options. This would fit most small startups site's I guess. So what do you use or what is advisable?
I know active merchant but its to much hassle to integrate with all kinds of payment solutions from different bankings. I need the best option for Europe now it would be nice if its support USA to but if this would add extra costs then then the europa one should favor.
Criteria:
International payment processing preferrable
Pay by CreditCard, bank account, SMS, calling phone numbers
Recurred billing, option to have billing extended automatic every month if user grants this
Country's
Europe ( main target for the next year )
United states/ etc ( would be nice if the gateway implements option for US payments also)
Pricing plans:
only pay for each transaction
pay low fee( not more than 5 dollar each month ) and have lower pay per transaction
I look for a compare, a excel sheet with all those services would be nice but a lot of time to produce and update so I thought lets ask fellow coders here for some up2date advice! thx
Some I found so far:
https://stripe.com
As far as international providers go, you do have some good options. Braintree is currently in Beta for Europe and will fully launch to everyone very soon. If you'd like to try it out sooner, then you can request to be part of the beta process here: https://www.braintreepayments.com/tour/international You'll be able to process over 100 currencies from anywhere in the world.

Resources