ebay transactions on bigcommerce - bigcommerce

Does anyone know how to find out if an order on Bigcommerce is an ebay listing?
I'm using the Bigcommerce API to get orders for a store, and need to identify which orders (or products within an order) are ebay listings as well..
This link details how you put your ebay listings on Bigcommerce
https://support.bigcommerce.com/questions/1167/Managing+your+eBay+listings+on+Bigcommerce
My question is how you identify them using the Bigcommerce API calls
thanks

Related

Pagination in Shopify Product API

I want to fetch all products using Shopify API but unable to get it in one shot or by pagination. Also, Shopify is not allowing to do multiple requests to fetch products.

Any Amazon API available to read the product user reviews and post the sellers reply by Product?

I am looking for an API that gets the Amazon product user reviews and posts the seller response by product name/Id.
For example - Google play review provides API - Ref: https://developers.google.com/android-publisher/reply-to-reviews
Before post a question here I had some below research but I didn't find the expected answer.
Is there an Amazon.com API to retrieve product reviews?
Amazon product API capabilities (user reviews)
https://rapidapi.com/
Amazon Product API
Retrieve Amazon Reviews for a particular product
https://webservices.amazon.com/paapi5/documentation/
Checked the highlighted line
good morning,
I have the same need as you. I found the same links
I chose the Product Advertising API solution:
https://webservices.amazon.com/paapi5/documentation/operations.html
but to test these api, you need to have a seller account and register for the api to get access.
the problem with this api is that it does not allow you to respond to reviews, questions and comments. it just allows you to retrieve product data.
If you find a complete solution, please share it with us.
I will continue my study and I will do the same if I find a solution.
Regards,
Lotfi.

How can I setup multiple fulfillment options per country in Shopify

How can I tell shopify to fulfill the same product via amazon FBA if the person is in the US and to fullfill via oberlo if international? Is there a simple way to do this?
You can use FulfillmentOrder API to change fulfillment location.

Is there a way to tell what item someone purchased from your site through Product Advertising API?

Is it possible to see if a user purchased an item you've listed on your site?
I want to be able to keep track of items a user has purchased from amazon through my site. Is this possible?
i think this can be implemented using a remote shopping cart.
http://docs.aws.amazon.com/AWSECommerceService/latest/DG/CreatingaRemoteShoppingCart.html
Ofcourse it will need some code on your end to relate a user in your site with a shopping cart id.

Are product metafields included when fetching an order from Shopify via the API?

We are building an app to pull orders from Shopify and import them into a third-party system. As part of this we need to access metafield data for the products. Is this included in the product details returned by the API call?
Nope.. if you pull a Product, Order or any other resource with an API call, you'll need to pull the metafields if any are associated with that resource with a separate call. Same thing with the metafields assigned to Variants, or any other resources. They are always a separate API call.