Browse DSers My Products
dsers_my_productsBrowse products already imported to your dropshipping store to monitor inventory, pricing, and supplier details for active listings.
Instructions
Browse products already pushed to a store. Requires store_id (from dsers_store_discover). Returns compact items with: dsers_product_id, title, image, sell_price (min/max in $), cost (min/max in $), status (Draft/Active), supplier, supplier_url. Prices are in dollars (converted from cents). Shows products already pushed to a specific store. To see products waiting to be pushed, use dsers_import_list. Note: DSers API returns a minimum of 20 items per page. If page_size < 20, results are truncated client-side.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| store_id | Yes | Store ID from dsers_store_discover. Required. | |
| page | No | Page number (1-based). Default: 1. | |
| page_size | No | Items per page. Default: 20. Max: 100. |