gambit823
gambit823
Does this work? Sub SandboxCreateInboundShipmentPlan() Dim request As New AmazonSpApiSDK.Models.FulfillmentInbound.CreateInboundShipmentPlanRequest With request .ShipFromAddress = New AmazonSpApiSDK.Models.FulfillmentInbound.Address With .ShipFromAddress .Name = "Name" .AddressLine1 = "123 any st" .AddressLine2 = "AddressLine2" .City...
> its will be helpful if you debug and get result JSON because I cant produce same error The result JSON was in the original post, which I've included below...
with item.Condition = AmazonSpApiSDK.Models.FulfillmentInbound.Condition.NewWithWarranty I am now getting: Amazon Api didn't respond with Okay, see exception for more details[{"code":"InvalidInput","message":"Could not match input arguments"}] With item.Condition = AmazonSpApiSDK.Models.FulfillmentInbound.Condition.NewItem I am getting:...
This is giving me fits. Any idea when we'll have a fix? Anything I can do to assist?
> @gambit823 can you add a breakpoint in requestservice.cs addjsonbody and have a look to see how the json is getting serialized? If you can post it here to double...