python-amazon-sp-api icon indicating copy to clipboard operation
python-amazon-sp-api copied to clipboard

Python wrapper to access the amazon selling partner API

Results 26 python-amazon-sp-api issues
Sort by recently updated
recently updated
newest added

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. Changelog Sourced from boto3's changelog. 1.24.51 api-change:amp: [botocore] This release adds log APIs that allow customers to manage logging for...

dependencies

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v65.0.0 Breaking Changes ^^^^^^^^^^^^^^^^ #3505: Removed 'msvccompiler' and 'msvc9compiler' modules from distutils. #3521: Remove bdist_msi...

dependencies

Hi! **Describe the bug** I never get the next page. It only worked for me with the following solution(picture) (I made a fork, about the modification) https://github.com/AndreiFAD/python-amazon-sp-api/tree/next_token -> https://github.com/AndreiFAD/python-amazon-sp-api/commit/73c89216dbf7e6e1f31c0d7cfb54756f66727312 ```...

bug

I couldn't make a test with live api for Sellers side, I tested only with VENDOR Api-s! for VendorOrders: finally I only changed the ApiResponse, because the next_token_param everybody can...

There currently does not appear to be a changelog in the repo, on GitHub releases, or in the generated sphinx docs. A minimal description of the changes in each release...

help wanted
Stale

Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. Commits b247b50 Remove obsolete Travis config c7cf378 Bump version numbers to 2022b/2022.2 d0d613c Europe/Belfast changes move it to common_timezones be677ab...

dependencies

This call, `POST /products/fees/v0/feesEstimate`, is unique among all other implemented calls in that its request and response bodies are arrays (of objects) at the top level; everything else has an...

The initial idea for addressing Batch operations, on [/batches/products/pricing/v0/itemOffers](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v0-reference#getitemoffersbatch) endpoint. So the main idea is to: 1. Create request definitions, since batch requests (in our case [GetItemOffersBatchRequest](https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v0-reference#getitemoffersbatchrequest)) are not explicitly...

Updates the requirements on [boto3](https://github.com/boto/boto3) to permit the latest version. Changelog Sourced from boto3's changelog. 1.24.90 api-change:amplifyuibuilder: [botocore] We are releasing the ability for fields to be configured as arrays....

dependencies

Amazon returns various encodings on different venues: US windows-1252 UK windows-1252 DE windows-1252 JP windows-31j FR windows-1252 CA windows-1252 IT windows-1252 ES windows-1252 AU UTF-8 SG UTF-8 BR windows-1252 NL...