amazon marketplace web service (amazon mws) using PHP -
i'm working on scrirpt made available mws address
mws-amazon-marketplace-web-service-api.html
i installed on server, configured file src/mwsproductsphpclientlibrary/src/marketplacewebserviceproducts/samples/.config.inc.php
putting necessary data
if try run file src/mwsproductsphpclientlibrary/src/marketplacewebserviceproducts/samples/listmatchingproductssample.php
i critical error this
caught exception: required parameter marketplaceid not found response status code: 400 error code: missingparameter error type: sender request id: c5e060de-df51-4887-a240-087f2853c7b7 xml: sendermissingparameterrequired parameter marketplaceid not foundc5e060de-df51-4887-a240-087f2853c7b7 responseheadermetadata: requestid: c5e060de-df51-4887-a240-087f2853c7b7, responsecontext: yjcuwwot6qfzvvkv1hp3wesime9sujozkej4oos30c+9psfod1bzymj53skgrjytb2xhbkn8m15n cus21phmzarct9135wwi,jf31ivovq4s+8cteowfbpu318rm7oiurqw3etifmayjbunucwg6wgujmmgtlbd5nqajqaf3ijgg=, timestamp: 2015-04-28t22:26:39.977z, quota max: 711.0, quota remaining: 711.0, quota resets at: 2015-04-28t22:30:00.000z
i'm losing sleep figure out wrong , missing, assistance amazon not brilliant , on web not found specific case.
would welcome response of has had same problem , solution has found able use packages mws provides scripting , query webservice amazoini bees.
thanks
basically need these in method or function create object "listmatchingproductsrequest". uk marketplace_id "a1f83g8c2aro7p" germany it's "a1pa6795ukmfr9" , france it's "a13v1ib3viyzzh."
$request = new marketplacewebserviceproducts_model_listmatchingproductsrequest(); $request->setsellerid($seller_id); $request->setmarketplaceid($marketplace_id);
Comments
Post a Comment