Partnership

Represents a B2B Data Interchange partnership — a connection between a customer profile and a trading partner with associated EDI capabilities.

EDIB2BData InterchangeSupply ChainHealthcareFinancial-ServicesAmazon Web Services

Properties

Name Type Description
partnershipId string Unique identifier for the partnership
partnershipArn string Amazon Resource Name (ARN) for the partnership
profileId string Identifier of the profile associated with this partnership
name string Name of the partnership
email string Email address of the trading partner contact
phone string Phone number of the trading partner contact
capabilities array List of capability IDs associated with this partnership
tradingPartnerId string Identifier assigned to the trading partner
createdAt string Timestamp when the partnership was created
modifiedAt string Timestamp when the partnership was last modified
View JSON Schema on GitHub

JSON Schema

partnership.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-b2b-data-interchange/main/json-schema/partnership.json",
  "title": "Partnership",
  "description": "Represents a B2B Data Interchange partnership — a connection between a customer profile and a trading partner with associated EDI capabilities.",
  "type": "object",
  "properties": {
    "partnershipId": {
      "type": "string",
      "description": "Unique identifier for the partnership",
      "pattern": "^ps-[a-zA-Z0-9]+$"
    },
    "partnershipArn": {
      "type": "string",
      "description": "Amazon Resource Name (ARN) for the partnership"
    },
    "profileId": {
      "type": "string",
      "description": "Identifier of the profile associated with this partnership"
    },
    "name": {
      "type": "string",
      "description": "Name of the partnership",
      "minLength": 1,
      "maxLength": 254
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Email address of the trading partner contact"
    },
    "phone": {
      "type": "string",
      "description": "Phone number of the trading partner contact"
    },
    "capabilities": {
      "type": "array",
      "description": "List of capability IDs associated with this partnership",
      "items": {
        "type": "string"
      },
      "minItems": 1
    },
    "tradingPartnerId": {
      "type": "string",
      "description": "Identifier assigned to the trading partner"
    },
    "createdAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the partnership was created"
    },
    "modifiedAt": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the partnership was last modified"
    }
  },
  "required": ["partnershipId", "partnershipArn", "profileId", "name", "email", "capabilities", "createdAt"]
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/partnership"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.