Rite Aid · JSON Structure

Rite Aid Edi Transaction Structure

Structure of an ANSI X12 EDI transaction for Rite Aid vendor integration

Type: Properties: 0
EDIFortune 500HealthPharmacyPrescriptionsRetail

Rite Aid EDI Transaction is a JSON Structure definition published by Rite Aid.

Meta-schema:

JSON Structure

rite-aid-edi-transaction-structure.json Raw ↑
{
  "name": "Rite Aid EDI Transaction",
  "description": "Structure of an ANSI X12 EDI transaction for Rite Aid vendor integration",
  "fields": [
    {"name": "transactionSetId", "type": "enum", "values": ["810", "820", "832", "846", "850", "855", "856", "860", "865", "997"], "description": "ANSI X12 transaction set number", "required": true},
    {"name": "transactionName", "type": "string", "description": "Human-readable transaction name"},
    {"name": "version", "type": "enum", "values": ["4010", "5010"], "description": "ANSI X12 version", "required": true},
    {
      "name": "sender",
      "type": "object",
      "description": "Sender EDI identification",
      "required": true,
      "fields": [
        {"name": "id", "type": "string", "description": "EDI sender ID", "required": true},
        {"name": "qualifier", "type": "string", "description": "ID qualifier", "required": true},
        {"name": "name", "type": "string", "description": "Sender company name"}
      ]
    },
    {
      "name": "receiver",
      "type": "object",
      "description": "Receiver EDI identification (Rite Aid)",
      "required": true,
      "fields": [
        {"name": "id", "type": "string", "description": "Rite Aid EDI receiver ID", "required": true},
        {"name": "qualifier", "type": "string", "required": true},
        {"name": "name", "type": "string"}
      ]
    },
    {"name": "controlNumber", "type": "string", "description": "Interchange control number", "required": true},
    {"name": "date", "type": "date", "description": "Transaction date", "required": true},
    {"name": "time", "type": "string", "description": "Transaction time (HHMM format)"},
    {"name": "status", "type": "enum", "values": ["Pending", "Sent", "Acknowledged", "Accepted", "Rejected", "Error"], "description": "Processing status"}
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/rite-aid-edi-transaction-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

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

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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