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
534 stars 722 forks source link

getting quota exceeded exception when trying to upload multiple json files for same merchant #3980

Closed tejaswiyadala closed 2 weeks ago

tejaswiyadala commented 2 weeks ago

We have 3 Product Json files for same merchant like Prod1.json, Prod2.json Prod3.json

This are sequence of steps which we performed for each Json file Ex: Prod1.json

Steps: 1) Created Access token 2) Call the Create Feed Document 3) Upload the feed document to the URL received from Create Feed Document 4) Call the create Feed API (This is the endpoint : POST https://sellingpartnerapi-na.amazon.com/feeds/2020-09-04/feeds) - received FeeId

Till this point all the calls were success for Prod1.json file

Now we are trying to upload Prod2.json file by invoking same steps

Ex: Prod2.json

Steps Steps: 1) Created Access token 2) Call the Create Feed Document 3) Upload the feed document to the URL received from Create Feed Document 4) Call the create Feed API (This is the endpoint : POST https://sellingpartnerapi-na.amazon.com/feeds/2020-09-04/feeds) - Getting Quota Exceeded exception

Error Code: QuotaExceeded (This is the endpoint : POST https://sellingpartnerapi-na.amazon.com/feeds/2020-09-04/feeds) - Getting Quota Exceeded exception

so we are trying to figure out how to upload multiple files for same merchant ID if we have lot of them. here for the second json file we are feeDocumentID to upload but still getting quota exceeeded during createFeedAPI

do we have any batch API so we can upload multiple files for the same URL