get_my_products
List products you created on Partle using your API key, showing only your items. Use this to verify your catalog before bulk updates.
Instructions
List products created by the API key's owner. Requires an API key.
Use this when the user asks "what have I listed?" or before bulk
operations like updating prices across multiple of their products.
Distinct from search_products, which searches the public catalog
without owner scoping.
Read-only.
Args:
api_key: Partle API key (prefix pk_).
limit: Maximum results (1–200, default 50).
Returns:
{"result": [Product, …]} — same shape as search_products.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| api_key | Yes | ||
| limit | No |