Skip to main content

sp_lib: please see README

Project description

# Description You can use this module to retrieve price information, product details, and more from Amazon without needing to understand the SP-API provided by Amazon.

# Usage Please create a “data” folder directly under the Project folder and create a “config.yaml” file within it. Next, describe authentication information in the config.yaml file as follows.

amazon_config:

 SPAPI_LWA_Client_ID: ‘’  SPAPI_LWA_Client_PW: ‘’  SPAPI_Refresh_Token: ‘’  SPAPI_Access_Token_Endpoint: ‘https://api.amazon.com/auth/o2/token’  SPAPI_IAM_User_Access_Key: ‘’  SPAPI_IAM_User_Secret_Key: ‘’  SPAPI_Service: ‘execute-api’  SPAPI_Domain: ‘sellingpartnerapi-fe.amazon.com’  SPAPI_MarketplaceId: ‘A1VC38T7YXB528’  SPAPI_Region: ‘us-west-2’  SPAPI_Endpoint: ‘https://sellingpartnerapi-fe.amazon.com’  SPAPI_SignatureMethod: ‘AWS4-HMAC-SHA256’  SPAPI_UserAgent: ‘’  SPAPI_Method: ‘GET’

# Install pip install sp_lib

Contact

If you have any questions or comments about sp_lib, please feel free to contact me via eMail: greenroom1973@gmail.com

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

sp_lib-1.1.3.tar.gz (11.1 kB view hashes)

Uploaded Source

Built Distribution

sp_lib-1.1.3-py3-none-any.whl (10.5 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page