eBay API: 21916253 : Missing required container -


how fix error when appears have required containers??? there undocumented container not know about???

scenario - update our inventory via web based front end, , it's worked fine on year. in past few weeks no longer works. can tell me missing required container. might be???

basically i'm doing loop on xml file pull in correct data send ebay via api call. again - worked until few weeks ago. updated qty , pricing way.

here code causing error message. can tell me mysterious missing required container might be??? before suggests - yes, have tried adding in '<version>967</version>' container, still didn't work. unless put in wrong spot - tried few - didn't work.

as loop through, xml created looks this; variable's have actual info - , yes, tried hard coding information in there:

'<?xml version=1.0 encoding=utf-8 ?>' '<reviseinventorystatusrequest xmlns=urn:ebay:apis:eblbasecomponents>' '<requestercredentials>' '<ebayauthtoken>'.$usertoken.'</ebayauthtoken>' '</requestercredentials>' '<errorlanguage>en_us</errorlanguage>' '<warninglevel>high</warninglevel>' '<inventorystatus>' '<sku>'.$sku.'</sku>' '<itemid>'.$itid.'</itemid>' '<quantity>'.$qty.'</quantity>' '</inventorystatus>' '</reviseinventorystatusrequest>' 

please give input if have run issue , resolved it. if search on google, thing pops older entry stackoverflow , never resolved either.

help!


Comments

Popular posts from this blog

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -