List a seller's products
oskelly_seller_productsList products offered by a specific oskelly.ru seller using its numeric seller ID. Supports pagination and sorting to browse a seller's catalog.
Instructions
List the products currently offered by a specific oskelly.ru seller (boutique, brand or private seller), with pagination and sorting. Seller ids come from the seller block of any product card or from oskelly_get_product.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | 1-based page number. | |
| sorting | No | Optional sort order, same codes as product search. | |
| verbose | No | Return the raw upstream payload instead of the compact projection. Much larger. | |
| sellerId | Yes | Numeric seller account id. | |
| pageLength | No | Items per page (1-60). |