0

I want to upload order confirmations to MWS. I have the flat file template. I need the actual PHP code library that makes the confirmation possible.

I have used the PHP API that MWS provides to handle products and orders. I just don't know where to find the Order Confirmation api.

PaulG
  • 13,871
  • 9
  • 56
  • 78
Padraig
  • 3,197
  • 4
  • 18
  • 26

1 Answers1

2

To provide shipment confirmations to Amazon, you need to use the SubmitFeed operation in the Amazon MWS API with the _POST_ORDER_FULFILLMENT_DATA_ FeedType.

For an example of how to do this in PHP, you should download the sample PHP client library and refer to the file named SubmitFeedSample.php.

Cosmo Harrigan
  • 895
  • 1
  • 8
  • 22