Seller Assistant API
HomeSeller AssistantHelp CenterAccount
HomeSeller AssistantHelp CenterAccount
Get API Keys
  1. Home
  • Introduction
  • Authentication
  • Throttling
  • Error Handling
  • Marketplace IDs and Categories
  • User Info
    • Get current user info
      GET
  • Products
    • Get product info
      GET
    • Get product statistics
      GET
    • Calculate product profit
      POST
  • UPC-EAN-ASIN converters
    • Get product ASINs based on identifiers (UPC or EAN)
      GET
    • Get product identifiers (UPC, EAN, etc.) based on ASIN
      GET
  • Restrictions
    • Check ASIN restrictions
      GET
  • Sales Estimation
    • Estimate sales by ASIN
      GET
    • Estimate sales by BSR and category
      POST
  • Keepa
    • Get Keepa product
      GET
  1. Home

Error Handling

A JSON error object is returned by all errors produced by the API. This error contains an error code and a unique trace ID that can be used in trouble shooting the problem.
The Error object
{
  "trace_id" : "1b8dbb92-1f09-4498-8359-c64720abdb80",
  "code" : "unknown_error",
  "message" : "Failed to estimate sales"
}
All API errors contain a JSON response message with the following properties:
KeyTypeDescription
trace_idstringA unique code for tracing an error.
codestringError code
messagestringError description
Integrators should include the trace_id value in any relevant support request.
Modified at 2024-09-12 18:15:57
Previous
Throttling
Next
Marketplace IDs and Categories
Built with