1 validation error detected: Value '' at 'shipmentType' failed to satisfy constraint: Member must satisfy enum value set: [LTL, SP]" #149
-
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 1 reply
-
In Amazon-SP-API-CSharp-main\Source\FikaAmazonAPI\AmazonSpApiSDK\Models\FulfillmentInbound\PutTransportDetailsRequest.cs in FikaAmazonApi as Workaround I changed ShipmentType from enum to string, after that it worked. /// Gets or Sets ShipmentType /// [DataMember(Name = "ShipmentType", EmitDefaultValue = false)] public string ShipmentType { get; set; } /// /// Initializes a new instance of the class. /// |
Beta Was this translation helpful? Give feedback.
-
I fix this please see this commit |
Beta Was this translation helpful? Give feedback.
-
Your solution looks better than my workaround…but it doesn’t work:
Tobias Stephan
eCommerce & Softwaredevelopment
+49 171 3833568
***@***.***
Shops:
www.leckerstecker.de
www.herr-der-dinge.de
Softwareblog:
www.exoda.de
Kookamp 40, 46354 Südlohn
Apps:
Leckerstecker Kabelshop
3D Print for Dremel 3D45 3D40
Listory Lister Shopping App
MCR-Tools
...noch mehr
Am 24. März 2022, 16:18 +0100 schrieb Tareq Abuzuhri ***@***.***>:
… I fix this please see this commit
ba5b9c0
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
Please open new issue and add the code you use to it and error message. I will look to all issues this weekend |
Beta Was this translation helpful? Give feedback.
In Amazon-SP-API-CSharp-main\Source\FikaAmazonAPI\AmazonSpApiSDK\Models\FulfillmentInbound\PutTransportDetailsRequest.cs in FikaAmazonApi
as Workaround I changed ShipmentType from enum to string, after that it worked.
' ///
/// Gets or Sets ShipmentType
///
[DataMember(Name = "ShipmentType", EmitDefaultValue = false)]
public string ShipmentType { get; set; }
///
/// Initializes a new instance of the class.
///