get_products
List products from your Trendyol store with filters for approval status, barcode, and pagination. View key details like price, stock, and approval state.
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 | |||