{ "opencollection": "1.0.0", "info": { "name": "Commerce Layer Core Addresses API", "version": "4.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Addresses", "type": "folder" }, "items": [ { "info": { "name": "List all addresses", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.commercelayer.io/api/addresses" }, "docs": "List all addresses" }, { "info": { "name": "Create an address", "type": "http" }, "http": { "method": "POST", "url": "https://{organization}.commercelayer.io/api/addresses" }, "docs": "Create an address" }, { "info": { "name": "Retrieve an address", "type": "http" }, "http": { "method": "GET", "url": "https://{organization}.commercelayer.io/api/addresses/:addressId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Retrieve an address" }, { "info": { "name": "Update an address", "type": "http" }, "http": { "method": "PATCH", "url": "https://{organization}.commercelayer.io/api/addresses/:addressId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Update an address" }, { "info": { "name": "Delete an address", "type": "http" }, "http": { "method": "DELETE", "url": "https://{organization}.commercelayer.io/api/addresses/:addressId", "params": [ { "name": "id", "value": "", "type": "path", "description": "The resource unique identifier." } ] }, "docs": "Delete an address" } ] } ], "bundled": true }