{ "opencollection": "1.0.0", "info": { "name": "Fulfil REST API (v2) Authentication Customers API", "version": "2.0" }, "request": { "auth": { "type": "apikey", "key": "X-API-KEY", "value": "{{X-API-KEY}}", "placement": "header" } }, "items": [ { "info": { "name": "Customers", "type": "folder" }, "items": [ { "info": { "name": "Search parties", "type": "http" }, "http": { "method": "GET", "url": "https://{merchant_id}.fulfil.io/api/v2/model/party.party", "params": [ { "name": "filter", "value": "", "type": "query", "description": "A Fulfil domain filter (JSON-encoded list of clauses)." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return." }, { "name": "page", "value": "", "type": "query", "description": "Page number for pagination." }, { "name": "per_page", "value": "", "type": "query", "description": "Number of records per page." } ] }, "docs": "Searches parties (party.party) - customers, suppliers, and contacts." }, { "info": { "name": "Create parties", "type": "http" }, "http": { "method": "POST", "url": "https://{merchant_id}.fulfil.io/api/v2/model/party.party", "body": { "type": "json", "data": "{}" } }, "docs": "Creates one or more parties (party.party)." }, { "info": { "name": "Search and read parties", "type": "http" }, "http": { "method": "PUT", "url": "https://{merchant_id}.fulfil.io/api/v2/model/party.party/search_read", "body": { "type": "json", "data": "{}" } }, "docs": "Search and read parties (party.party) in a single call." } ] } ], "bundled": true }