updateListingInventory failed 400 Bad Request: "{"error":"Array contains invalid keys: product_id,is_deleted"}<EOL>" #955
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I get a ListingInventory via get, I change the quantity of an offering and then make a put. GET Body and Put Body are identical except for the one quantity change.
I get the following error message:
400 Bad Request: "{"error":"Array contains invalid keys: product_id,is_deleted"}"
Is this a bug ?
Beta Was this translation helpful? Give feedback.
All reactions