-
Hello, We are encountering a persistent issue while using Amazon SP-API with JSON_LISTINGS_FEED to add an existing ASIN to our inventory. We keep receiving the error "Invalid empty value provided in patch at index of 0". Below is the JSON we are sending:
Error Detail: |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
@cnr91 What is the product type of the product? Have you validated your attributes against the product type JSON schema? Are you trying to create an offer for an existing product? You can also try using the Listings sample application to get an example of JSON feed you can use. It has a feature to generate JSON feed based on the operation you are trying to do. There is also a series of walk through videos on how to use it. |
Beta Was this translation helpful? Give feedback.
-
The attributes provided ( |
Beta Was this translation helpful? Give feedback.
-
First of all, thank you for your reply. Listings sample application At the moment, I have not yet finished all the suggestions you have given, but I will try all of them |
Beta Was this translation helpful? Give feedback.
@cnr91 What is the product type of the product? Have you validated your attributes against the product type JSON schema? Are you trying to create an offer for an existing product?
Just from a glance, it seems like perhaps you are not using the right attribute or providing the attribute data in correct format.
You can also try using the Listings sample application to get an example of JSON feed you can use. It has a feature to generate JSON feed based on the operation you are trying to do. There is also a series of walk through videos on how to use it.