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
When trying for PutTransportDetailsRequest, I receive the following error for ShimentType:
sp_api.base.exceptions.SellingApiBadRequestException: [{'code': 'InvalidInput', 'message': "1 validation error detected: Value '' at 'shipmentType' failed to satisfy constraint: Member must satisfy enum value set: [LTL, SP]", 'details': ''}]. Here is the body of the request:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When trying for PutTransportDetailsRequest, I receive the following error for ShimentType:
sp_api.base.exceptions.SellingApiBadRequestException: [{'code': 'InvalidInput', 'message': "1 validation error detected: Value '' at 'shipmentType' failed to satisfy constraint: Member must satisfy enum value set: [LTL, SP]", 'details': ''}]. Here is the body of the request:
{ "IsPartnered": True, "TransportDetails": { "PartneredSmallParcelData": { "PackageList": [{ "Dimensions": { "Length": 1, "Width": 1, "Height": 1, "Unit": "centimeters" }, "Weight": { "Value": 1, "Unit": "kilograms", }, "CarrierName": "ATS", }], "CarrierName": "ATS" }, }, "ShipmentType": "SP", }
What could be the issue here?
Beta Was this translation helpful? Give feedback.
All reactions