{ "opencollection": "1.0.0", "info": { "name": "Swell Backend Account Addresses Orders API", "version": "2025-01" }, "request": { "auth": { "type": "apikey", "key": "X-Store-Id", "value": "{{X-Store-Id}}", "placement": "header" } }, "items": [ { "info": { "name": "Orders", "type": "folder" }, "items": [ { "info": { "name": "List Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/orders", "params": [ { "name": "limit", "value": "", "type": "query", "description": "Records per page (1-1000). Default 15." }, { "name": "page", "value": "", "type": "query", "description": "Result page number, 1-indexed." }, { "name": "where", "value": "", "type": "query", "description": "MongoDB-style filter object. Supports operators $eq, $ne, $gt, $gte, $lt, $lte, $in, $nin, $regex, $type, $exists, $and, $or, $nor, $all, $elemMatch, $size." }, { "name": "sort", "value": "", "type": "query", "description": "Sort expression, e.g. \"name asc\" or \"date_created desc\"." }, { "name": "expand", "value": "", "type": "query", "description": "Include related objects, e.g. expand=account or expand=variants:10." } ] }, "docs": "List Orders" }, { "info": { "name": "Create Order", "type": "http" }, "http": { "method": "POST", "url": "https://api.swell.store/orders", "body": { "type": "json", "data": "{}" } }, "docs": "Create Order" }, { "info": { "name": "Retrieve Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Retrieve Order" }, { "info": { "name": "Update Order", "type": "http" }, "http": { "method": "PATCH", "url": "https://api.swell.store/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Update Order" }, { "info": { "name": "Delete Order", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.swell.store/orders/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The object ID of the resource." } ] }, "docs": "Delete Order" }, { "info": { "name": "List Account Orders", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/account/orders" }, "docs": "List Account Orders" }, { "info": { "name": "Retrieve Account Order", "type": "http" }, "http": { "method": "GET", "url": "https://api.swell.store/api/account/orders/:id", "params": [ { "name": "id", "value": "", "type": "path" } ] }, "docs": "Retrieve Account Order" } ] } ], "bundled": true }