{ "opencollection": "1.0.0", "info": { "name": "Rekki.com Supplier catalog API", "version": "1.0" }, "items": [ { "info": { "name": "catalog", "type": "folder" }, "items": [ { "info": { "name": "Get catalog items for authenticated supplier", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/integration/v1/catalog/items", "headers": [ { "name": "X-REKKI-Authorization-Type", "value": "" } ] }, "docs": "Lists all your catalog items. Sorted by creation date, with the oldest appearing first.\nNo input parameters. Options for pagination and sorting direction may be introduced later.\nResponse is a JSON object with a data property that contains catalog items of the authenticated supplier." }, { "info": { "name": "Creates or Updates an item on your catalog. If item with this product_code already exists, you can update this item. Item is looked up by product code", "type": "http" }, "http": { "method": "POST", "url": "{{baseUrl}}/integration/v1/catalog/items", "headers": [ { "name": "X-REKKI-Authorization-Type", "value": "" } ] }, "docs": "### Parameters\n\n- **`id`**\nREKKI's ID to uniquely identify the catalog item (for REKKI internal reference).\nIf `id` is specified the item will be update, if not it will attempt to insert it.\n- **`product_code`** required\nProduct code for the item that maps to the supplier's catalog.\nSuppliers can modify the product code for future orders at https://supplier.rekki.com\n- **`name`** requiredrequired\nProduct code for the item that maps to the supplier's catalog.\nSuppliers can modify the product code for future orders at https://supplier.rekki.com\n- **`name`** requiredrequired\nProduct code for the item that maps to the supplier's catalog.\nSuppliers can modify the product code for future orders at https://supplier.rekki.com\n- **`name`** requiredrequired\nProduct code for the item that maps to the supplier's catalog.\nSuppliers can modify the product code for future orders at https://supplier.rekki.com\n- **`name`** required