How can I add another store to Ebay API? - ebay-api

Now I want get OAuth token for my store on ebay.de, but I have only for store in ebay.com.
Help, please!
I figured out my developer api for my store on ebay.com.
When I try do this at https://developer.ebay.com/my/auth?env=production&index=0&auth_type=oauth by adding ebay redirect url to https://signin.ebay.de/ws/eBayISAPI.dll?ThirdPartyAuthSucessFailure&isAuthSuccessful=true
It's havent success.
Should I create new accout for developer Ebay API for ebay.de or I can setting it in this account?

Related

Shopify API Configuration

When we created a API, I figured that I need to configure a new Shopify like this
const Shopify = require('shopify-api-node');
const shopify = new Shopify({
shopName: 'your-shop-name',
apiKey: 'your-api-key',
});
Is there any way to get the Shopify "your-shop-name" programmatically? So If I installed the app on another one it won't need to change. Or is there any other way to configure the API on Shopify?
I primarily need to update the product description using Admin REST API.
In your store, where you want to change descriptions using API calls, use the Admin App section to issue yourself an API key pair. You can give that key pair permission to edit products. And you're done! You have the store name obviously, and you have your access token. Nothing to it!

Can you list other ebay sellers items with the ebay api?

Is it possible to list items for sale by other eBay sellers using eBay API's (Trading, Browsing)?
I can only seem to list the ones in the environment I create in eBay developer program.
Thanks in advance
You can list items of any user once you get the Auth & Auth token or the oAuth token from the eBayer.
Basically it is the same procedure yoi did to get the token, but the full one, not the simpliefied that you probably used.
In the developer website, in the token area there are instructions

how to get all the ads from ebay using api?

I am trying to get all the ads from the eBay-Classifieds API, I have also gone through the documentation.
http://api.ebay-kleinanzeigen.de/docs/pages/home
but when I execute this below URL which is given in the documentation
https://api.ebay-kleinanzeigen.de/api/ads
it is asking for username and password, I have also created an account on
ebay-kleinanzeigen.de
but that username and password seem not to work.
any help would be appreciated.
for the eBay-Classifieds API you need an partner account and user account.
Without the partner account you cant use the api.
https://api.ebay-kleinanzeigen.de/docs/pages/intro
Contact platform implementations for general questions or partnership requests.

Get API key and secret key via Shopify API?

I'm a beginner Shopify developer. I would like to create my application for Shopify store (not private). I want to show api_key and secret_key after installation plugin by merchant. I viewed a lot of tutorials and all of them looks like get this values from nothing. That's why I want to know the answer on 1 question:
1) Is it possible to retrieve from Shopify API api_key and secret_key for application?
I'll be very appreciate, if someone helps me with this issue.
You cannot retrieve your App's App key and Secret through a Shopify API call.
Those keys are used for authorizing your app to be able to gain API access on a particular shop. They are something particular to your app and you don't need an API call for it.
You can find those keys on your App listing on your Shopify Partner account.
This is confirmed by the Shopify API documentation where it doesn't mention you can do this.

ClientID Credentials for Bigcommerce

I'm trying to find out how to get a ClientID and clientSecret to use with the Bigcommerce API.
Our website has to redirect an owner of a bigcommerce store to bigcommerce itself, so that they can grant us permission to query their sales data.
My understanding is that before doing this, we need credentials for OAuth, i.e. ClientID and ClientSecret, and that when our user grants us permission, we get back a token.
The only problem is, I can't see where to get our credentials in the first place. Bigcommerce seems to want you to create an 'App', which it then suggests you place on their store. We already have a website, which is going to call the API behind the scenes.
How do I go about getting ClientID, ClientSecret?
thanks in advance.
You want to create a developer account and then register a draft app which will provide a Client ID and Client Secret for you.
You can find the details in the Getting Started section here:
https://developer.bigcommerce.com/apps/