amz_sp_api icon indicating copy to clipboard operation
amz_sp_api copied to clipboard

AmzSpApi - Unofficial Ruby gem for the Selling Partner APIs (SP-API)

Results 29 amz_sp_api issues
Sort by recently updated
recently updated
newest added

Log: ``` ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.amazon.com/auth/o2/token response_code=200 return_code=ok total_time=1.40582 ETHON: performed EASY effective_url=https://sellingpartnerapi-na.amazon.com/authorization/v1/authorizationCode?sellingPartnerId=***&developerId=***&mwsAuthToken=amzn.mws.*** response_code=403 return_code=ok total_time=1.632658 AmzSpApi::ApiError: Error message: the server returns an error HTTP status code:...

Hello, I am getting the below error when calling the `get_authorization_code` method in the `AuthorizationApi` ``` AmzSpApi::ApiError (Error message: the server returns an error HTTP status code: 400 Response headers:...

I appreciate that it is early days for this gem, but, I'm excited by the potential of it! I need to figure out the first steps - i.e. either direct...

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?

Certain operations require a Restricted Data Token (RDT): [https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/tokens-api-use-case-guide/tokens-API-use-case-guide-2021-03-01.md#restricted-operations](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/use-case-guides/tokens-api-use-case-guide/tokens-API-use-case-guide-2021-03-01.md#restricted-operations) Is there a way to include a RDT instead of a LWA access token in the `x-amz-access-token` header ?

i guest the params seller_skus include char ',' in the method get_inventory_summaries, but how can i solve this problem, anybody help me?

Hi there, thanks for your work on bringing this to Ruby. 👍🏻 I'm currently stuck on [Step 4. Your application exchanges the LWA authorization code for a LWA refresh token](https://github.com/amzn/selling-partner-api-docs/blob/main/guides/en-US/developer-guide/SellingPartnerApiDeveloperGuide.md#step-4-your-application-exchanges-the-lwa-authorization-code-for-a-lwa-refresh-token)...

While using `AmzSpApi.decrypt_and_inflate_document(response, resp)` for the report type `GET_LEDGER_SUMMARY_VIEW_DATA` I am getting `Zlib::DataError: incorrect header check` this error. However when i copy the code from the gem into my local...

I used the codegen.sh script to add some new endpoints that were added after you started the project. Here is the list of endpoints: - listings-items - listings-restrictions - product-type-definitions...

Hi @ericcj , i'm always getting following error while trying to upload product data, your example in the READ ME fails at the following line # Authorization code works correctly...