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

Fixed _create_get_pricing_request method for products. If the SKU contains a space, amazon returns "Client Error".

**Which API - Endpoint is your request about.** https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v0-reference#getlistingoffersbatch A clear and concise description of what you want to happen. Can this new endpoint be implemented? I see getItemOffersBatch (https://developer-docs.amazon.com/sp-api/docs/product-pricing-api-v0-reference#getitemoffersbatch)...

As far as I can tell there are three global caches in use: * `role_cache` at [`client.py#L23`](https://github.com/saleweaver/python-amazon-sp-api/blob/c5931952b7f9538885ddeff3b16998ab5159cda6/sp_api/base/client.py#L23) * `cache` at [`access_token_client.py#L16`](https://github.com/saleweaver/python-amazon-sp-api/blob/c5931952b7f9538885ddeff3b16998ab5159cda6/sp_api/auth/access_token_client.py#L16) * `grantless_cache` at [`access_token_client.py#L17`](https://github.com/saleweaver/python-amazon-sp-api/blob/c5931952b7f9538885ddeff3b16998ab5159cda6/sp_api/auth/access_token_client.py#L17) All three are instances of...

bug

**Describe the bug** This [catalog list items method](https://sp-api-docs.saleweaver.com/endpoints/catalog/#sp_api.api.Catalog.list_items) says it "returns a list of items" but even when I give multiple skus as identifiers, the API can only return an...

bug

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v69.2.0 Features Explicitly use encoding="locale" for .pth files whenever possible, to reduce EncodingWarnings. This avoid...

dependencies

Updates the requirements on [pytz](https://github.com/stub42/pytz) to permit the latest version. Commits fb43f95 Github releases 3680953 Bump version numbers to 2024.1 / 2024a 8cde178 IANA 2024a e22640e Squashed 'tz/' changes from...

dependencies

**Describe the bug** We occasionally catch `KeyError` exceptions raised from `sp_api/auth/access_token_client.py:50` when calling `Reports.create_report`. ``` 0: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 97" 1: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 70" 2: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 418" 3: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 113" 4: "/venv/lib/python3.12/site-packages/cachetools/__init__.py: 366"...

bug

Hi, I had trouble uploading `POST_FLAT_FILE_LISTINGS_DATA` Feeds with the `create_feed_document` method to the Amazon Germany marketplace that contained special German characters (ä,ö,ü,ß). The encoding of the characters that arrived at...

Updates the requirements on [setuptools](https://github.com/pypa/setuptools) to permit the latest version. Changelog Sourced from setuptools's changelog. v69.5.1 No significant changes. v69.4.2 Bugfixes Merged bugfix for pypa/distutils#246 (#27489545) v69.5.0 Features Refresh unpinned...

dependencies

Seeking help... How can I solve these two problems when using FulfillmentInbound V2024-03-20? When I use FulfillmentInbound.get_shipment, I can't get all the return values, such as shipmentConfirmationId. The official documentation...

bug