List the authenticated seller's own listings (any state)
sellers.listingsReturns the caller's own product listings in EVERY state -- active, inactive, pending moderation, rejected, and closed -- not just the publicly visible ones (soft-deleted listings are excluded). Use this to find a draft created earlier with products.create (those sit in state 'inactive' until the seller activates them) when you no longer have its product_id, or to review what the seller currently has listed. Each entry includes the listing's state, price, quantity, and an edit_url (the seller's product page where an inactive draft is reviewed and activated). Optionally filter to a single state. Read-only, no side effects. Requires an 'Authorization: Bearer ' header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of most-recent listings to return (1-100, default 50). | |
| state | No | Optional filter to a single listing state. 'inactive' is where products.create drafts sit until the seller activates them. When omitted, listings in every state are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| count | Yes | ||
| listings | Yes |