ericcj / amz_sp_api

AmzSpApi - Unofficial Ruby gem for the Selling Partner APIs (SP-API)
Apache License 2.0
50 stars 60 forks source link

How do we burst send? #27

Open cassio-maletich opened 2 years ago

cassio-maletich commented 2 years ago

Many endpoints state in the usage plan, a burst option.

e.g. https://github.com/ericcj/amz_sp_api/blob/main/lib/solicitations-api-model/docs/SolicitationsApi.md#create_product_review_and_seller_feedback_solicitation

In this endpoint is 5. How should we use the burst mode?

cassio-maletich commented 2 years ago

Hey @mendywoly @ericcj can you help?

pasandrei commented 1 year ago

I've added new endpoints that support burst mode in #30. Can you check the lastest version of the gem to see if it has this endpoint?

cassio-maletich commented 1 year ago

I've added new endpoints that support burst mode in #30. Can you check the lastest version of the gem to see if it has this endpoint?

Hey @pasandrei, thanks for your answer. I don't see any modification on the file https://github.com/ericcj/amz_sp_api/blob/main/lib/solicitations-api-model.rb Does that mean that burst mode isn't possible at the moment for the solicitations-api?