explore-sp-api-catalog
Browse Amazon SP-API categories and endpoints, or retrieve specific endpoint parameters. Use it to find the API details needed for your selling partner integration.
Instructions
Get information about SP-API endpoints and parameters
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ref | No | Extract specific nested object using dot notation (e.g., 'Order.ShippingAddress') | |
| depth | No | Control nested object expansion depth. When NOT specified, defaults to 'full' (complete expansion). REQUIRED: Must be either a number (0, 1, 2, 3, etc.) for specific depth levels, or the string 'full' for complete expansion. Invalid values like null, undefined, or empty strings will cause errors. IMPORTANT: Omit this parameter entirely for full expansion - do NOT pass null or undefined. | full |
| category | No | Category to explore | |
| endpoint | No | Specific endpoint to get details for | |
| listEndpoints | No | List all available endpoints | |
| listCategories | No | List all available categories |