{ "opencollection": "1.0.0", "info": { "name": "AWS B2B Data Interchange Capabilities Partnerships API", "version": "2022-06-23" }, "request": { "auth": { "type": "apikey", "key": "Authorization", "value": "{{Authorization}}", "placement": "header" } }, "items": [ { "info": { "name": "Partnerships", "type": "folder" }, "items": [ { "info": { "name": "List Partnerships", "type": "http" }, "http": { "method": "GET", "url": "https://b2bi.us-east-1.amazonaws.com/partnerships", "params": [ { "name": "profileId", "value": "", "type": "query" }, { "name": "maxResults", "value": "", "type": "query" }, { "name": "nextToken", "value": "", "type": "query" } ] }, "docs": "Lists the partnerships associated with your AWS account." }, { "info": { "name": "Create Partnership", "type": "http" }, "http": { "method": "POST", "url": "https://b2bi.us-east-1.amazonaws.com/partnerships", "body": { "type": "json", "data": "{}" } }, "docs": "Creates a partnership between a customer and a trading partner, based on the supplied parameters. A partnership represents the connection between you and your trading partner. It ties together a profile and one or more trading capabilities." }, { "info": { "name": "Get Partnership", "type": "http" }, "http": { "method": "GET", "url": "https://b2bi.us-east-1.amazonaws.com/partnerships/:partnershipId", "params": [ { "name": "partnershipId", "value": "", "type": "path" } ] }, "docs": "Retrieves the details for a partnership, based on the partner and profile IDs specified." }, { "info": { "name": "Update Partnership", "type": "http" }, "http": { "method": "PATCH", "url": "https://b2bi.us-east-1.amazonaws.com/partnerships/:partnershipId", "params": [ { "name": "partnershipId", "value": "", "type": "path" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates some of the parameters for a partnership between a customer and trading partner." }, { "info": { "name": "Delete Partnership", "type": "http" }, "http": { "method": "DELETE", "url": "https://b2bi.us-east-1.amazonaws.com/partnerships/:partnershipId", "params": [ { "name": "partnershipId", "value": "", "type": "path" } ] }, "docs": "Deletes the specified partnership." } ] } ], "bundled": true }