amzn / selling-partner-api-models

This repository contains OpenAPI models for developers to use when developing software to call Selling Partner APIs.
Apache License 2.0
547 stars 722 forks source link

Feeds API : getFeed, feeds stay in processingStatus IN_QUEUE #657

Closed josamho closed 2 months ago

josamho commented 2 months ago

Hello,

We are updating listings items with JSON_LISTINGS_FEED feeds. For 5 countries with pricing, we make approximately 1 submission per hour per country.

BUT for a few days all feeds stay in 'processingStatus' : 'IN_QUEUE' and no one price beeing update.

Is there a problem with this feature? On the SP API STATUS Feeds API is OK....

harguph commented 2 months ago

Hello @josamho ,

Thank you for reaching out.

Per the documentation on Feeds API

Feeds can take up to eight hours to process

Under high load conditions it is not uncommon for feeds to take up to eight hours to process. Product data feeds are processed sequentially; the most recent feed will be queued in the processing system until previous feed submissions have completed. Substantial processing delays can occur when multiple product feeds contain only a few items each instead of a single product feed with all items.

and

If processingStatus is IN_QUEUE or IN_PROGRESS, feed processing is not yet complete. Retry the getFeed operation until processingStatus reaches one of the following terminal states: DONE, CANCELLED, or FATAL.

Since it has been a few days post submitting the feed. We would request you to open a developer support case and share complete details with the Developer support team so they can assist your further.