Error when calling submitFeedAsync #415
futureAlec
started this conversation in
General
Replies: 2 comments
-
Please share code you try to use to check from outside |
Beta Was this translation helpful? Give feedback.
0 replies
-
This is the actual call. Connection and credentials are all built up and good. var feedID = amazonConnection.Feed.SubmitFeed(xml, FeedType.POST_INVENTORY_AVAILABILITY_DATA,marketPlaceId, options); xml is valid, as well as marketplaceid list |
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
-
Hi all, has anyone else encountered this error when submitFeedAsync gets called? (I do not even have system.text.json referenced)
{"Method not found: 'Void System.Text.Json.JsonSerializerOptions..ctor(System.Text.Json.JsonSerializerDefaults)'."}
Any help would be appreciated.
Beta Was this translation helpful? Give feedback.
All reactions