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