Error while trying PatchListingItems #560
Unanswered
moschkowitz
asked this question in
Q&A
Replies: 1 comment
-
It's a typo in the library. Should read "ListingsItemPatchRequest is a required property for ParameterPatchListingItem and cannot be null" You need to create a collection of one or more patches and pass them into this parameter. |
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
-
I get this error:
ListingsItemPutRequest is a required property for ParameterPatchListingItem and cannot be null
Arborescence des appels de procédure :
à FikaAmazonAPI.Parameter.ListingItem.ParameterPatchListingItem.Check()
à FikaAmazonAPI.Services.ListingsItemService.d__8.MoveNext()
...
I don't get why "ListingsItemPutRequest" is required and it is not a property of ParameterPatchListingItem
Beta Was this translation helpful? Give feedback.
All reactions