Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

putListingsItem / PostProcessing Data #838

Open
ThomasNiegel opened this issue Dec 30, 2024 · 0 comments
Open

putListingsItem / PostProcessing Data #838

ThomasNiegel opened this issue Dec 30, 2024 · 0 comments

Comments

@ThomasNiegel
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant