{ "opencollection": "1.0.0", "info": { "name": "EposNow HQ REST Categories Products API", "version": "V2" }, "request": { "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "items": [ { "info": { "name": "Products", "type": "folder" }, "items": [ { "info": { "name": "List products", "type": "http" }, "http": { "method": "GET", "url": "https://api.eposnowhq.com/api/V2/Product", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of results to return (up to 200 records per page)." } ] }, "docs": "Returns a paginated list of products, up to 200 per page." }, { "info": { "name": "Create a product", "type": "http" }, "http": { "method": "POST", "url": "https://api.eposnowhq.com/api/V2/Product", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a new product in the catalog." }, { "info": { "name": "Get a product", "type": "http" }, "http": { "method": "GET", "url": "https://api.eposnowhq.com/api/V2/Product/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Returns a single product by its ID." }, { "info": { "name": "Update a product", "type": "http" }, "http": { "method": "PUT", "url": "https://api.eposnowhq.com/api/V2/Product/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates an existing product." }, { "info": { "name": "Delete a product", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.eposnowhq.com/api/V2/Product/:Id", "params": [ { "name": "Id", "value": "", "type": "path", "description": "The unique identifier of the resource." } ] }, "docs": "Deletes a product from the catalog." }, { "info": { "name": "List tax rates", "type": "http" }, "http": { "method": "GET", "url": "https://api.eposnowhq.com/api/V2/TaxRate", "params": [ { "name": "page", "value": "", "type": "query", "description": "The page number of results to return (up to 200 records per page)." } ] }, "docs": "Returns a paginated list of tax rates, up to 200 per page." } ] } ], "bundled": true }