Closed RJEspera closed 2 years ago
I met the same problem. But after I used the real host, not sandbox, It worked.
same
I met the same problem. But after I used the real host, not sandbox, It worked.
How did you solve it?I used the example parameter, which now returns the information 'Data is invalid. Please check'
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.
Using the test parameters in the fulfillmentInboundV0.json file. I'm getting a 500 Internal Server Error. Is there a problem with the Sandbox on this particular endpoint? It works on other endpoints like CreateInboundShipmentPlan, etc. I noticed that this has the 'PUT' http verb as well. Has anyone else experienced this problem?
"request": { "parameters": { "shipmentId": { "value": "shipmentId1" }, "body": { "value": { "IsPartnered": true, "ShipmentType": "SP", "TransportDetails": { "PartneredSmallParcelData": { "PackageList": [ { "Dimensions": { "Length": 11, "Width": 11, "Height": 11, "Unit": "inches" }, "Weight": { "Value": 11, "Unit": "pounds" } } ], "CarrierName": "string" }, "NonPartneredSmallParcelData": { "CarrierName": "USPS", "PackageList": [ { "TrackingId": "werwrwerwrwrer" } ] }, "PartneredLtlData": { "Contact": { "Name": "Test1", "Phone": "234-343-3434", "Email": "abc@test.com", "Fax": "234-343-3434" }, "BoxCount": 1, "SellerFreightClass": "50", "FreightReadyDate": "2020-03-27", "PalletList": [ { "Dimensions": { "Length": 13, "Width": 13, "Height": 13, "Unit": "inches" }, "Weight": { "Value": 13, "Unit": "pounds" }, "IsStacked": true } ], "TotalWeight": { "Value": 13, "Unit": "pounds" }, "SellerDeclaredValue": { "CurrencyCode": "USD", "Value": 20 } }, "NonPartneredLtlData": { "CarrierName": "USPS", "ProNumber": "3746274" } } } } } },