{ "opencollection": "1.0.0", "info": { "name": "Addresses Introduction Account Addresses Entry Relationships API", "version": "25.1126.6886238" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Entry Relationships", "type": "folder" }, "items": [ { "info": { "name": "Create an Entry Relationship", "type": "http" }, "http": { "method": "POST", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID/relationships/:flowFieldSlug", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug of the flow/template that the entry belongs to." }, { "name": "flowFieldSlug", "value": "", "type": "path", "description": "The slug of the field/attribute that the relationship belongs to." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry you are requesting." } ], "body": { "type": "json", "data": "{}" } }, "docs": "- In Commerce, create an entry relationship to one or more resources. If any relationships already exist, the ones made in the request are added to them.\n- In Product Experience Manager, create an entry relationship with the product to which you want to associate the template.\n" }, { "info": { "name": "Update an Entry Relationship", "type": "http" }, "http": { "method": "PUT", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID/relationships/:flowFieldSlug", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug of the flow/template that the entry belongs to." }, { "name": "flowFieldSlug", "value": "", "type": "path", "description": "The slug of the field/attribute that the relationship belongs to." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry you are requesting." } ], "body": { "type": "json", "data": "{}" } }, "docs": "- In Commerce, updates an entry relationship to one or more resources. If any relationships already exist, the ones made in the request are added to them.\n- In Product Experience Manager, updates an entry relationship with the product to which you want to associate the template.\n" }, { "info": { "name": "Delete an Entry Relationship", "type": "http" }, "http": { "method": "DELETE", "url": "https://useast.api.elasticpath.com/v2/flows/:flowSlug/entries/:flowEntryID/relationships/:flowFieldSlug", "params": [ { "name": "flowSlug", "value": "", "type": "path", "description": "The slug of the flow/template that the entry belongs to." }, { "name": "flowFieldSlug", "value": "", "type": "path", "description": "The slug of the field/attribute that the relationship belongs to." }, { "name": "flowEntryID", "value": "", "type": "path", "description": "The ID of the entry you are requesting." } ] }, "docs": "- In Commerce, deletes an entry relationship to one or more resources. \n- In Product Experience Manager, deletes an entry relationship with the product to which you want to associate the template.\n" } ] } ], "bundled": true }