abuzuhri / Amazon-SP-API-CSharp

.Net C# library for the new Amazon Selling Partner API
MIT License
213 stars 190 forks source link

Add ability to use VALIDATION_PREVIEW mode when using Listing Item put request #749

Open Chu2P opened 3 months ago

Chu2P commented 3 months ago

A new Mode parameter has been added to the documentation to allow for testing of product submissions without fully submitting one.

https://developer-docs.amazon.com/sp-api/docs/listings-items-api-v2021-08-01-use-case-guide#tutorial-preview-errors-before-creating-or-fully-updating-a-listing

This parameter can currently not be populated on the ParameterPutListingItem object.