Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
def get_amazon_product_api(self):
"""
Create an instance of product api
:return: Product API instance
"""
return mws.Products(
access_key=self.amazon_access_key,
secret_key=self.amazon_secret_key,
account_id=self.amazon_merchant_id,
)