{ "opencollection": "1.0.0", "info": { "name": "Nuvemshop / Tiendanube Admin Categories Customers API", "version": "2025-03" }, "request": { "auth": { "type": "apikey", "key": "Authentication", "value": "{{Authentication}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "List customers", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiendanube.com/2025-03/{store_id}/customers", "params": [ { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Results per page (max 200)." } ] }, "docs": "Receive a list of all customers." }, { "info": { "name": "Create a customer", "type": "http" }, "http": { "method": "POST", "url": "https://api.tiendanube.com/2025-03/{store_id}/customers", "body": { "type": "json", "data": "{}" } }, "docs": "Create a new customer." }, { "info": { "name": "Get a customer", "type": "http" }, "http": { "method": "GET", "url": "https://api.tiendanube.com/2025-03/{store_id}/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric resource id." } ] }, "docs": "Receive a single customer." }, { "info": { "name": "Update a customer", "type": "http" }, "http": { "method": "PUT", "url": "https://api.tiendanube.com/2025-03/{store_id}/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric resource id." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Modify an existing customer." }, { "info": { "name": "Delete a customer", "type": "http" }, "http": { "method": "DELETE", "url": "https://api.tiendanube.com/2025-03/{store_id}/customers/:id", "params": [ { "name": "id", "value": "", "type": "path", "description": "The numeric resource id." } ] }, "docs": "Delete a customer." } ] } ], "bundled": true }