FulfillmentInbound and CurrenyCode Error #146
Unanswered
IncredibleX
asked this question in
Q&A
Replies: 4 comments 5 replies
-
Hi Can you share the code you try to use ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
Hmm...i thought this was the solution - i also added following enum code EURO in your CurrencyCodes.cs: Can you add this in your Library? public enum CurrencyCode
|
Beta Was this translation helpful? Give feedback.
3 replies
-
Thanx!
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 23. März 2022, 19:36 +0100 schrieb Tareq Abuzuhri ***@***.***>:
… Ok I will do it today
—
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.
0 replies
-
Hi,
you are right - i don’t use the currency, but anyway i got the Errormessage:
Error converting value "EUR" to type 'FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound.CurrencyCode'. Path
So i added quick an dirty the enum value EUR to your file - after that it worked!
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, 15:30 +0100 schrieb Tareq Abuzuhri ***@***.***>:
… Whe
> Hmm...i thought this was the solution - i also added following enum code EURO in your CurrencyCodes.cs:
> Can you add this in your Library?
> public enum CurrencyCode {
> /// <summary>
> /// Enum USD for value: USD
> /// </summary>
> [EnumMember(Value = "USD")]
> USD = 1,
>
> /// <summary>
> /// Enum GBP for value: GBP
> /// </summary>
> [EnumMember(Value = "GBP")]
> GBP = 2,
> /// <summary>
> /// Enum EUR for value: EUR
> /// </summary>
> [EnumMember(Value = "EUR")]
> EUR = 3
> }
Where you use currency in your code i cant see the currency
—
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.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
while i try to create an inboundshipmentplan
i got the following message:
Error converting value "EUR" to type 'FikaAmazonAPI.AmazonSpApiSDK.Models.FulfillmentInbound.CurrencyCode'. Path 'payload.InboundShipmentPlans[0].EstimatedBoxContentsFee.FeePerUnit.CurrencyCode', line 51, position 67.
Any idea?
Thanx,
Tobias
Beta Was this translation helpful? Give feedback.
All reactions