Acknowledge order in ebay developer API - ebay-api

I am currently build the Order Management System and try to integrate the eBay with my app.
I am reading the document of eBay seller API,
I found the API of get order list in https://developer.ebay.com/api-docs/sell/fulfillment/resources/order/methods/getOrders page, but I can not find api about the order acknowledgement.
After I get the order list, how can I acknowledge the orders?
Thank you very much.

What do you mean with "order acknowledgement"?
creating a listing you are automatically engaged to any order could arise, therefore there is no need to accept it.
if you mean "how do I inform eBay and the customer that the order has been processed (and shipped)" you can check
Here

Related

How to fetch orders from multiple shopify stores owned by different users

I need to fetch orders from multiple clients shopify stores into our external web-app. I am struggeling to understand how to achieve this.
So far I created a custom public app which is able to get data from single store when it is installed.
But this does not solve a problem for my external API to get order for all the stores that want to collaborate with us.
Note, I don't want to use webhooks, instead I want to poll this data, because:
Documentation states that webhooks are not guaranteed to success and suggest that I should poll anyway
I don't need real-time orders, once a day is enough.
I need to combine multiple orders into one in my own external API anyway.
I have been digging in documentations for days, but I am still struggeling to find the right way. Any help would be very appreciated!

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 get to know that specific product is managed by Cdiscount (FBC) using Marketplace API of Cdiscount?

I'm using Marketplace API. I have all products and its offer. I just want to identify that which offers are managed by FBC. I have read all documentation of cdiscount API but did not find any way from that we can identify that specific offer is managed by Cdiscount or not.
Let me explain you via example, I'm currently working on integration stuff. Now, Our system is partially integrated with cdiscount. In which we have all ours products, offers, sales and etc.
Now, I have a case that I want to update the stock of specific offer by calling API (SubmitOfferPackage). As I know that I can not update the inventory of that product which is handled or managed by Cdiscount. So, I want to update inventory of all product that was managed/handled by me.
I'm using GetOfferListPaginated API to get all offers. There is no parameter in response message to identify that specific offer is managed by Cdiscount or not.
Any help would be much appreciated

when create Order and Customer via API Shopify data not show in Admin panel

I have a problem with Shopify API. I use python API for Shopify. When I create a new order via API, data exists (I check via API too) but it's not shown within Shopify admin panel.
It's pretty likely that you're interacting with two different stores if you're getting 200 OKs and seeing the Orders come back through the API and not through the admin.
It's worth checking shopify.Shop.current().domain to see if it matches up with the admin that you're interacting with. If you're still seeing issues, post the contents of your request (including headers) and it will be a lot easier to give you a hand :)

Automatically get the developer contact details from search API

Is it possible to automatically get the contact details (say an email) from the developers data that is returned by the Apple API
http://www.apple.com/itunes/affiliates/resources/documentation/itunes-store-web-service-search-api.html
in obj-c ?
That information is not available from the API.
What you can get using the search or lookup is the seller URL.
The Enterprise Partner Feed does include support URL information if you wanted to try and use that.