Closed kennedyjustin closed 9 months ago
hey @kennedyjustin please keep an eye out in our discussion section as we are experiencing issue in feeds delay! https://github.com/amzn/selling-partner-api-docs/discussions/2689
i'm having this same issue.
Feed result shows zero errors. but hours later and sellercentral dashboard still showing old pricing.
i'm having this issue now. url content is successful but i cant update item price. What can i do for this issue? Thank you
I'm having this same issue.
`
`
This is a very old issue that is probably not getting as much attention as it deserves. We encourage you to check if this is still an issue after the latest release and if you find that this is still a problem, please feel free to open a new issue and make a reference to this one.
closed for inactivity
I'm submitting a...
SP-API Name and Version or Report/Feed Type
POST_PRODUCT_PRICING_DATA
Feeds
APIExpected Behavior
I expect that when I receive a
FEED_PROCESSING_FINISHED
notification saying that a feed isDONE
, and all of the messages (essentially price updates for listings) are accounted for inmessagesAccepted
field of theresultFeedDocument
, that the price of the listing on Amazon will change.Current Behavior
My experience is that often times, after receiving confirmation that the feed is complete (status
DONE
and all messages are accepted), prices are still not updated on Amazon. Sometimes we retry the feed submission multiple times, and Amazon never updates.When I say Amazon doesn't update, I mean:
getPricing
API doesn't show the new price for the listing.ANY_OFFER_CHANGED
notification for the listing with our price change.This essentially saying that
POST_PRODUCT_PRICING_DATA
are failing silently.I do understand that there are occasions where the SP API falls behind with feed processing (and sometimes there are even larger outages), but this happens 24/7, all day for the sellers that use our SP Application.
This is a lose/lose/lose because:
Context/Screenshots
Tickets have been opened with Seller Central support outlining specific instances (we have many every minute).
The context is that we as a Repricing tool, need to know when we actually have successfully updated a price. If it is not when the feed has been successfully processed with a
DONE
status, and when it says all messages have been accepted, then when is it? Right now we have to check thegetPricing
API manually to verify a price update has actually been processed in Amazon's backend systems, or wait for anANY_OFFER_CHANGED
notification confirming our price update. Amazon should either:Some testing we plan on doing ourselves is to check the following:
JSON_LISTINGS_FEED
also have this issue? Would moving to theJSON_LISTINGS_FEED
solve this issue?Your Environment
We have a hybrid MWS/SP Application. We did not experience this issue when we were using the MWS API, but now this seems to be an issue when we use the SP API for feed submissions.