You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But even if the request is ACCEPTED the new item will not show up in the cataloge.
What we know:
There are some errors wich will be cathed by the putListingsItem API. Those errors are called preProcessing errors. (Such as "country_of_origin is missing") those Errors will lead in an upload-error, shown in the response and result in the fact that the request will not proessed.
Some errors, like invalid brand will be shown after processing only. The request will be accepted and a response like given abouve will appear. Those items will not show up up in the cataloge because of the processing error. Those errors are called postProcessing errors.
As per amazon customer help it should be possible to get the postProcessing message.
But so far I could not find anything to get the postProcessing data.
Does anyone knos how to get this?
Thank you
Thomas
The text was updated successfully, but these errors were encountered:
Hi together,
does anyone know how to get PostProcessing Data after sending a putListingsItem-Request?
Thank you
Thomas
Detail-Information:
What we have:
We can successfully submit a putListingsItem-Request.
The response-body is something like:
_(
[sku] => 6820
[status] => ACCEPTED
[submissionId] => 9ed6da2d370e4d78a45c5f36d2c3a037
[issues] => Array
(
)
)_
But even if the request is ACCEPTED the new item will not show up in the cataloge.
What we know:
There are some errors wich will be cathed by the putListingsItem API. Those errors are called preProcessing errors. (Such as "country_of_origin is missing") those Errors will lead in an upload-error, shown in the response and result in the fact that the request will not proessed.
Some errors, like invalid brand will be shown after processing only. The request will be accepted and a response like given abouve will appear. Those items will not show up up in the cataloge because of the processing error. Those errors are called postProcessing errors.
As per amazon customer help it should be possible to get the postProcessing message.
But so far I could not find anything to get the postProcessing data.
Does anyone knos how to get this?
Thank you
Thomas
The text was updated successfully, but these errors were encountered: