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