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

@ericcj Numerous individuals frequently inquire about this particular stage in the process, perhaps having it in the readme can be helpful.

Hello I am getting the `Could not match input arguments` error when trying to fetch orders. You can see in the URL that the params I set are MarketplaceIds and...

shipmentConfirmation doesn't appear as an available model / method. Was it not added to the API spec until later? Link: https://developer-docs.amazon.com/sp-api/docs/orders-api-v0-reference#post-ordersv0ordersorderidshipmentconfirmation

Are attributes supposed to be accessible for get_order? I see that get_order returns a AmzSpApi::OrdersApiModel::GetOrderResponse object, but then you've got to access the payload member which appears to be a...

Hello, first of all thanks for this gem! It's great so far and I'm looking forward to exploring more features. I am running into an issue where ever so often...

I see it in the read me for Notifications API, but, as this call is `grantless`, can it actually be called as it is described? I am trying this: ```...

After successfully submitting a feed, when we call get_feed(FEED_ID), it always throws this error: ` 7: from /var/www/ncube_ecomm/releases/20221019163120/app/proxies/amzn_sp_api/feed_proxy.rb:19:in `get_feed' 6: from /var/www/ncube_ecomm/shared/bundle/ruby/2.5.0/gems/amz_sp_api-1.0.0/lib/feeds-api-model/api/feeds_api.rb:190:in `get_feed' 5: from /var/www/ncube_ecomm/shared/bundle/ruby/2.5.0/gems/amz_sp_api-1.0.0/lib/feeds-api-model/api/feeds_api.rb:226:in `get_feed_with_http_info' 4: from /var/www/ncube_ecomm/shared/bundle/ruby/2.5.0/gems/amz_sp_api-1.0.0/lib/sp_api_client.rb:18:in...

Hello, Due to recent changes in the Amazon Selling Partner API, it appears that the gem may require updates to maintain compatibility and functionality. Could the team look into this...