{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Extending Products with Templates API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Extending Products with Templates", "type": "folder" }, "items": [ { "info": { "name": "Get all product template relationships", "type": "http" }, "http": { "method": "GET", "url": "https://useast.api.elasticpath.com/pcm/products/:productID/relationships/templates", "params": [ { "name": "productID", "value": "", "type": "path", "description": "A unique identifier for the product." } ] }, "docs": "Get all product template relationships" }, { "info": { "name": "Create a product template relationship", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/pcm/products/:productID/relationships/templates", "params": [ { "name": "productID", "value": "", "type": "path", "description": "A unique identifier for the product." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Retrieves all the templates that are associated with the specified product." }, { "info": { "name": "Delete a product template relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/pcm/products/:productID/relationships/templates", "params": [ { "name": "productID", "value": "", "type": "path", "description": "A unique identifier for the product." } ], "body": { "type": "json", "data": "{}" } }, "docs": "Delete a product template relationship" } ] } ], "bundled": true }