beardon/mws-api

Unexpected complex element termination

Opened this issue · 1 comments

I'm trying to create Fulfillment Outbound Shipment and that's what I get :
<Error> <Type>Sender</Type> <Code>MalformedInput</Code> <Message>Unexpected complex element termination</Message> </Error> <RequestId>8a03fed0-6631-4638-95a0-d99d05ecbb55</RequestId> </ErrorResponse> { ErrorResponse: { '$': { xmlns: 'http://mws.amazonaws.com/FulfillmentOutboundShipment/2010-10-01/' }, Error: [ [Object] ], RequestId: [ '8a03fed0-6631-4638-95a0-d99d05ecbb55' ] } }

Hello,

Having a similar problem while performing a create inbound shipment plan for FBA. I was setting values that were to be components of a preparation details list when I experienced the termination error.

Creating the higher level data structure, the list, works however when I try to add the two components, preparation owner and preparation instructions, the failure occurs. Have you made any progress?

Paul H.