saleweaver / python-amazon-sp-api

Python wrapper to access the amazon selling partner API
https://python-amazon-sp-api.readthedocs.io/en/latest/
MIT License
518 stars 232 forks source link

AWD endpoints #1464

Closed BroncoMark closed 1 month ago

BroncoMark commented 1 month ago

Which API - Endpoint is your request about.

Amazon's new Amazon Warehousing and Distribution API

Additional context

They have quietly released endpoints for Amazon Warehousing and Distribution API found here in their documentation: https://developer-docs.amazon.com/sp-api/docs/awd_2024-05-09-reference

I would love this package to support these endpoints. I have attached a .py file that is a rough version of what I have been using to connect to these endpoints through this package, and hope it can serve as a good starting point for this feature.

awd_api.zip

saleweaver commented 1 month ago

Hi, thanks for raising this! Can you kindly create a PR with your changes?