List the authenticated user's own Resollo offers
offers.listReturns the caller's most recent Make-an-Offer / bargaining offers. Pass role: 'buyer' for offers you sent, or role: 'seller' for offers received on your own listings. Optionally filter to a single state (pending / accepted / rejected / countered / buyer_accepted / expired). Each entry has the product, the offered price, the seller's counter price if any, and timestamps. Read-only, no side effects. Requires an 'Authorization: Bearer ' header.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| role | Yes | Whose side to list from: 'buyer' returns offers you sent, 'seller' returns offers received on your listings. | |
| limit | No | Maximum number of most-recent offers to return (1-50, default 20). | |
| state | No | Optional filter to a single offer state. When omitted, offers in every state are returned. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offers | Yes |