get_products
Retrieve paginated product listings from your Trendyol store with filters for approval status and exact barcode. Returns barcode, title, quantity, and prices to review inventory.
Instructions
List products in the seller's Trendyol store (read-only).
Args: page: Zero-based page number. size: Items per page (the sibling V2 endpoint caps at 100; no explicit cap is documented for this V1 filter). approved: True for approved products only, False for unapproved only, omit for both. barcode: Filter by an exact product barcode.
Returns a paged summary with barcode, title, quantity, salePrice, listPrice and approved per product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| size | No | ||
| barcode | No | ||
| approved | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||