{ "opencollection": "1.0.0", "info": { "name": "Twice Admin API Keys Products API", "version": "2023-02-01" }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "Get product", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/products/:id", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path", "description": "The id of the product to retrieve" } ] }, "docs": "Get a single product by id." }, { "info": { "name": "Delete product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.twicecommerce.com/admin/products/:id", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Deletes a single product by id." }, { "info": { "name": "Get all products", "type": "http" }, "http": { "method": "GET", "url": "https://api.twicecommerce.com/admin/products", "headers": [ { "name": "x-rentle-version", "value": "" } ], "params": [ { "name": "limit", "value": "", "type": "query", "description": "How many objects to retrieve." }, { "name": "pageToken", "value": "", "type": "query", "description": "Token to retrieve the next page of results. This is returned in the paged response." }, { "name": "storeId", "value": "", "type": "query", "description": "Comma-separated id of stores to filter by." }, { "name": "categories", "value": "", "type": "query", "description": "Comma-separated id of categories to filter by. If multiple values are provided, then the result includes products that belong to any of the provided categories." } ] }, "docs": "Get all products that belong to a merchant. Filtering by store is supported." } ] } ], "bundled": true }