Amazon List order product is not displaying in by MWS? - amazon-mws

I am working on Amazon MWS for importing all amazon orders in our internal database. I am able to import all orders in my database by php and mysql but not get orders product.

I you can import your orders. It mean you've got the AmazonOrderId in your database.
Use the example /src/MarketplaceWebServiceOrders/Samples/ListOrderItemsSample.php from the Orders API PHP Client Library to get the products from your AmazonOrderId

Related

Ecommerce products display from existing databse

I want to build an E-commerce website but I'm short on time and can't create all the products. Is there any way I can display products and their information from existing database or api
Or can we display data imported from kaggle on our website?

Merging costum database with WP database

I have a database for my shop which I've written in Laravel and was wondering if it's possible to merge that database with Woocommerce or vice versa.
What I want to do is create a product in one site and be able to show it on my other site including pictures, description and ...
I looked into woocommerce database structure and saw that products are being saved in wp_posts.
Is it possible?

Upload invoice amazon MWS

About which Webservice is it possible to upload a pdf invoice for an order?
Since some weeks it is possible to about via sellercentral or third party software. But I can not find a way about mws api.
Maybe you should check this guide
https://m.media-amazon.com/images/G/01/B2B/DeveloperGuide/vat_calculation_service__dev_guide_H383rf73k4hsu1TYRH139kk134yzs.pdf
"Once invoices have been generated, they must be uploaded to Amazon through the Feed type _UPLOAD_VAT_INVOICE_ in the Feed API"

Using Amazon MWS as an e-commerce solution

I'm currently looking into using Amazon Marketplace Web Services (MWS, https://developer.amazonservices.com/) as e-commerce solution for a client's website.
We will be putting this client's products on Amazon, the questions I have about MWS I have are as follows:
Is it possible to pull products from an Amazon Seller Account onto a non-Amazon seller website using MWS?
Is it possible to submit orders for those products on the non-Amazon seller website and have Amazon do all the payment processing and shipping?
Following the previous question, would it be possible to receive shipping updates for products customers order through this non-Amazon seller website?
I have been reading the MWS documentation and overview pages and it seems like MWS might be able to do everything I need, I just thought it would be nice to receive verification from someone who has worked with MWS before.
Thanks in advance.
Is it possible to pull products from an Amazon Seller Account onto a non-Amazon seller website using MWS?
Yes. You can use MWS to "download" data from Amazon. I haven't done that myself (all integrations I've done are the other way around), but it seems, that there may be considerable lag if you do this through the reporting API.
Is it possible to submit orders for those products on the non-Amazon seller website and have Amazon do all the payment processing and shipping?
Yes. For payment processing, look at Amazon's payment solutions which are not part of MWS. Shipping can be done through MWS using the FBA (Fulfillment by Amazon) calls, such as CreateFulfillmentOrder.
Following the previous question, would it be possible to receive shipping updates for products customers order through this non-Amazon seller website?
Yes. You can get at least some shipping and tracking information for FBA shipments from Amazon, see GetPackageTrackingDetails. I'm not sure if the included tracking number will always be valid - and this may very well depend on your country / region / other stuff. Depending on the level of detail you require, you might have to integrate with that shipping service's API as well.

How can I get the inventory level of an item from Amazon using MWS API?

For those who are Amazon ninja, I am wondering if there is the API to retrieve the number of stocks available for the items that are listed in Amazon? I know that Amazon provides that service for those who have registered for Amazon's FBA (Fulfillment by Amazon), but that's not what I'm looking for. I would like to get the inventory levels of the products using non-FBA Amazon APIs. Any help or advice would be appreciated.
you can use _GET_MERCHANT_LISTINGS_DATA_ report for non-FBA products and _GET_AFN_INVENTORY_DATA_ report for FBA product's Inventory
I am sorry but you can not access this information with out access to MWS api services.

Resources