If you need help troubleshooting a problem with Selling Partner APIs, please open a support case. Issues are for reporting documentation bugs and enhancements only.
Describe the bug
The incorrect content type is listed under "Consumes" for the patchListingsItem operation under the listings items api
URL of the content on GitHub
https://github.com/amzn/selling-partner-api-docs/blob/main/references/listings-items-api/listingsItems_2020-09-01.md#consumes-3
Description of what the documentation currently says
Documentation says the operation consumes application/json
Description of what the documentation should say
Documentation should state the operation consumes application/json-patch+json per IETF
Additional context
The operation returns an InvalidInput error when using application/json content type. The operation works correctly when using the application/json-patch+json content type
If you need help troubleshooting a problem with Selling Partner APIs, please open a support case. Issues are for reporting documentation bugs and enhancements only.
Describe the bug
The incorrect content type is listed under "Consumes" for the patchListingsItem operation under the listings items api
URL of the content on GitHub
https://github.com/amzn/selling-partner-api-docs/blob/main/references/listings-items-api/listingsItems_2020-09-01.md#consumes-3
Description of what the documentation currently says
Documentation says the operation consumes
application/jsonDescription of what the documentation should say
Documentation should state the operation consumes
application/json-patch+jsonper IETFAdditional context
The operation returns an
InvalidInputerror when usingapplication/jsoncontent type. The operation works correctly when using theapplication/json-patch+jsoncontent type