Exceptions

class sp_api.base.exceptions.SellingApiException(error, headers)

Bases: Exception

Generic Exception

Parameters:
  • message – str The error message

  • amzn_code – str Amazon Error Code

  • error – list Amazon Error list

code = 999