{ "opencollection": "1.0.0", "info": { "name": "TikTok API for Business Ad Groups Products API", "version": "v1.3" }, "request": { "auth": { "type": "apikey", "key": "Access-Token", "value": "{{Access-Token}}", "placement": "header" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List Products", "type": "http" }, "http": { "method": "GET", "url": "https://business-api.tiktok.com/product/202309/products", "params": [ { "name": "page_size", "value": "", "type": "query", "description": "Number of products per page" }, { "name": "page_token", "value": "", "type": "query", "description": "Pagination token for next page" }, { "name": "status", "value": "", "type": "query", "description": "Filter by product status" } ] }, "docs": "Retrieves a list of products from the seller's TikTok Shop catalog with pagination support." }, { "info": { "name": "Get Product", "type": "http" }, "http": { "method": "GET", "url": "https://business-api.tiktok.com/product/202309/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path", "description": "Product unique identifier" } ] }, "docs": "Retrieves detailed information about a specific product by its ID." }, { "info": { "name": "Update Product", "type": "http" }, "http": { "method": "PUT", "url": "https://business-api.tiktok.com/product/202309/products/:product_id", "params": [ { "name": "product_id", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the details of an existing product in the TikTok Shop catalog." }, { "info": { "name": "Upload Product File", "type": "http" }, "http": { "method": "POST", "url": "https://business-api.tiktok.com/product/202309/products/upload_files", "body": { "type": "multipart-form", "data": [ { "name": "data", "type": "text", "value": "" }, { "name": "use_case", "type": "text", "value": "" } ] } }, "docs": "Uploads images or video files to be used in product listings." } ] } ], "bundled": true }