Ordoro · Schema

Parent Order Schema

Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
order_number string
order_placed_date string
created_date string
updated_date string
status string
shippability string
shipping_address object
billing_address object
alternate_ship_from_address object
lines array
notes_from_customer object
internal_notes object
requested_shipping_method object
sales_channel object
comments array
tags array
financial object
link string
child_order_numbers array
ready boolean
View JSON Schema on GitHub

JSON Schema

ordoro-parent_order-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/ordoro/refs/heads/main/json-schema/ordoro-parent_order-schema.json",
  "title": "Parent Order Schema",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "order_number": {
      "type": "string"
    },
    "order_placed_date": {
      "type": "string"
    },
    "created_date": {
      "type": "string"
    },
    "updated_date": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "shippability": {
      "type": "string"
    },
    "shipping_address": {
      "$ref": "#/components/schemas/address"
    },
    "billing_address": {
      "$ref": "#/components/schemas/address"
    },
    "alternate_ship_from_address": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/address"
        },
        {
          "type": "null"
        }
      ]
    },
    "lines": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "quantity": {
            "type": "integer"
          },
          "item_price": {
            "type": "number"
          },
          "supplier_price": {
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "sku": {
            "type": "string"
          },
          "product_name": {
            "type": "string"
          },
          "order_line_product_name": {
            "type": "string"
          },
          "product_link": {
            "type": "string"
          },
          "shippability": {
            "type": "object",
            "properties": {
              "shippability": {
                "type": "string"
              },
              "supplier_id": {
                "anyOf": [
                  {
                    "type": "number"
                  },
                  {
                    "type": "null"
                  }
                ]
              },
              "is_dropship": {
                "type": "boolean"
              }
            }
          },
          "details": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          }
        },
        "required": [
          "quantity",
          "item_price",
          "supplier_price",
          "product_name",
          "product_link",
          "sku",
          "shippability",
          "details"
        ]
      }
    },
    "notes_from_customer": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "internal_notes": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "requested_shipping_method": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "sales_channel": {
      "type": "object",
      "properties": {
        "id": {
          "type": "integer"
        },
        "link": {
          "type": "string"
        }
      }
    },
    "comments": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string"
          },
          "text": {
            "type": "string"
          },
          "user": {
            "type": "string"
          }
        }
      }
    },
    "tags": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/tag"
      }
    },
    "financial": {
      "$ref": "#/components/schemas/order_financial"
    },
    "link": {
      "type": "string"
    },
    "child_order_numbers": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "ready": {
      "type": "boolean"
    }
  },
  "required": [
    "billing_address",
    "shipping_address",
    "ready"
  ]
}

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/ordoro-parent_order"
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 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.