Manhattan Associates · JSON Structure

Manhattan Associates Structure

Structural overview of the Manhattan-Associates API surface; extracted from openapi/.

Type: Properties: 0

Manhattan Associates Structure is a JSON Structure definition published by Manhattan Associates.

Meta-schema:

JSON Structure

Raw ↑
{
  "provider": "Manhattan-Associates",
  "providerId": "manhattan-associates",
  "kind": "json-structure",
  "description": "Structural overview of the Manhattan-Associates API surface; extracted from openapi/.",
  "schemaCount": 18,
  "operationCount": 9,
  "schemas": [
    {
      "name": "Order",
      "type": "object",
      "propertyCount": 13,
      "required": []
    },
    {
      "name": "OrderCreateRequest",
      "type": "object",
      "propertyCount": 8,
      "required": [
        "channelId",
        "customerId",
        "shippingAddress",
        "lines"
      ]
    },
    {
      "name": "OrderUpdateRequest",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "OrderListResponse",
      "type": "object",
      "propertyCount": 4,
      "required": []
    },
    {
      "name": "OrderLine",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "OrderLineRequest",
      "type": "object",
      "propertyCount": 5,
      "required": [
        "itemId",
        "quantity"
      ]
    },
    {
      "name": "OrderTotals",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "Fulfillment",
      "type": "object",
      "propertyCount": 9,
      "required": []
    },
    {
      "name": "Address",
      "type": "object",
      "propertyCount": 9,
      "required": [
        "street1",
        "city",
        "state",
        "postalCode",
        "country"
      ]
    },
    {
      "name": "AvailabilityRequest",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "items"
      ]
    },
    {
      "name": "AvailabilityResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "InventoryPosition",
      "type": "object",
      "propertyCount": 8,
      "required": []
    },
    {
      "name": "InventoryPositionListResponse",
      "type": "object",
      "propertyCount": 2,
      "required": []
    },
    {
      "name": "PromiseRequest",
      "type": "object",
      "propertyCount": 4,
      "required": [
        "lines",
        "deliveryAddress"
      ]
    },
    {
      "name": "PromiseResponse",
      "type": "object",
      "propertyCount": 1,
      "required": []
    },
    {
      "name": "Return",
      "type": "object",
      "propertyCount": 6,
      "required": []
    },
    {
      "name": "ReturnRequest",
      "type": "object",
      "propertyCount": 3,
      "required": [
        "orderId",
        "reason",
        "lines"
      ]
    },
    {
      "name": "ErrorResponse",
      "type": "object",
      "propertyCount": 3,
      "required": []
    }
  ],
  "operations": [
    {
      "method": "GET",
      "path": "/orders",
      "operationId": "listOrders",
      "summary": "List orders",
      "tags": [
        "Orders"
      ]
    },
    {
      "method": "POST",
      "path": "/orders",
      "operationId": "createOrder",
      "summary": "Create an order",
      "tags": [
        "Orders"
      ]
    },
    {
      "method": "GET",
      "path": "/orders/{orderId}",
      "operationId": "getOrder",
      "summary": "Get an order",
      "tags": [
        "Orders"
      ]
    },
    {
      "method": "PATCH",
      "path": "/orders/{orderId}",
      "operationId": "updateOrder",
      "summary": "Update an order",
      "tags": [
        "Orders"
      ]
    },
    {
      "method": "POST",
      "path": "/orders/{orderId}/cancel",
      "operationId": "cancelOrder",
      "summary": "Cancel an order",
      "tags": [
        "Orders"
      ]
    },
    {
      "method": "POST",
      "path": "/inventory/availability",
      "operationId": "checkInventoryAvailability",
      "summary": "Check inventory availability",
      "tags": [
        "Inventory"
      ]
    },
    {
      "method": "GET",
      "path": "/inventory/positions",
      "operationId": "getInventoryPositions",
      "summary": "Get inventory positions",
      "tags": [
        "Inventory"
      ]
    },
    {
      "method": "POST",
      "path": "/promise/check",
      "operationId": "checkOrderPromise",
      "summary": "Check order promise (ATP)",
      "tags": [
        "Promising"
      ]
    },
    {
      "method": "POST",
      "path": "/returns",
      "operationId": "createReturn",
      "summary": "Create a return",
      "tags": [
        "Returns"
      ]
    }
  ]
}

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/manhattan-associates-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.