You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're trying to implement the MWS function PutTransportContent of the Fulfillment Inbound Shipment endpoint, but get the response 414 Request-URI too large. Obviously this is because the request is a get request that submits all the information as url parameters, which in our case is just too much. We're talking about 15-20 boxes of goods for one shipment, which is be something that the api needs to be able to handle.
Is there a way with amazon-mws to force a post request? I'd like to still use amazon-mws for this call because of it's lightweight implementation. As far as I know, nearly every request to the MWS API can be a POST request optionally.
Unfortunately PutTransportContent also needs to be submitted in one go, which makes it impossible to split the transfer of data into multiple calls.
Any idea/help? Thanks!
The text was updated successfully, but these errors were encountered:
Hi,
We're trying to implement the MWS function PutTransportContent of the Fulfillment Inbound Shipment endpoint, but get the response 414 Request-URI too large. Obviously this is because the request is a get request that submits all the information as url parameters, which in our case is just too much. We're talking about 15-20 boxes of goods for one shipment, which is be something that the api needs to be able to handle.
Is there a way with amazon-mws to force a post request? I'd like to still use amazon-mws for this call because of it's lightweight implementation. As far as I know, nearly every request to the MWS API can be a POST request optionally.
Unfortunately PutTransportContent also needs to be submitted in one go, which makes it impossible to split the transfer of data into multiple calls.
Any idea/help? Thanks!
The text was updated successfully, but these errors were encountered: