-
-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Description
Creating an AddInventory() request & calling SendAsync() will execute the request correctly and the desired inventory will be created. No validation errors are received.
However, the call will respond with a System.Text.Json.JsonException parse exception, due to trying to parse a non-int string into an Int32 property (inventory_id). Is it
Attached a sample response & error output. All priceGroups & warehouses passed in the call are correctly added prior to the AddInventory() call.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed