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

Hi, We have 1 unshipped order inside our seller account, i can get that order if i pass "order_id" but when i try to fetch all orders API returns an...

@mreinsch @ericcj >AmzSpApi.configure do |config| config.refresh_token = "Token generated from generate token button in my app for united states region" config.client_id = "Cleint id of app" config.client_secret = "Client secret...

Looks like there is an issue with the fees API `# ETHON: Libcurl initialized ETHON: performed EASY effective_url=https://api.amazon.com/auth/o2/token response_code=200 return_code=ok total_time=0.331 ETHON: performed EASY effective_url=https://sellingpartnerapi-na.amazon.com/products/fees/v0/items/B07953MKHW/feesEstimate response_code=400 return_code=ok total_time=0.434946 /Users/***/.rbenv/versions/3.0.1/lib/ruby/gems/3.0.0/gems/amz_sp_api-0.2.2/lib/api_client.rb:64:in `call_api':...

![image](https://user-images.githubusercontent.com/33457670/122319293-0222c380-cf53-11eb-8b89-7504de749594.png) the feeds api has update to a new version, our project is still the old, could u plz update it

they just include the codegen'd ones but i didn't write anything to recurse calling each of them

I'm making a request to `get_catalog_item` [here](https://github.com/ericcj/amz_sp_api/blob/main/lib/catalog-items-api-model/docs/CatalogApi.md#get_catalog_item) I have the debugging logger enabled and I can see that my request is returning a 200 with the appropriate data. However, the...

The validation on the `shipment_status_list` parameter for `get_shipments` is missing `READY_TO_SHIP`: https://github.com/ericcj/amz_sp_api/blob/0c2c49edc3b32a9e7b466fe5f460821898042918/lib/fulfillment-inbound-api-model/api/fba_inbound_api.rb#L818-L820 https://developer-docs.amazon.com/sp-api/docs/fulfillment-inbound-api-v0-model - the definition is under "/fba/inbound/v0/shipments" I'm not sure if this has happened because of the two...

according to https://developer-docs.amazon.com/sp-api/changelog/sp-api-will-no-longer-require-aws-iam-or-aws-signature-version-4 this is no longer required

This pr checks whether request is being made to an endpoint which requires grantless access token. Endpoints gathered from- https://developer-docs.amazon.com/sp-api/docs/grantless-operations Relevant issues: https://github.com/ericcj/amz_sp_api/issues/38 https://github.com/ericcj/amz_sp_api/issues/3 Tested with notification endpoints. Code is...