Ordoro · Schema

Supplier Schema

Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
_link string
address object
archive_date object
automatically_show_ship_to_email boolean
automatically_show_supplier_price boolean
company_id integer
created string
default_shipping_account string
default_shipping_carrier string
default_shipping_method string
dropship_prefer_cart_order_line_names integer
dropshipment_routing_address string
dropshipment_routing_channel string
id integer
po_routing_address string
po_routing_channel string
shipping_method_maps array
updated string
vendor_config object
warehouse_id object
View JSON Schema on GitHub

JSON Schema

ordoro-supplier-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-supplier-schema.json",
  "title": "Supplier Schema",
  "additionalProperties": false,
  "properties": {
    "_link": {
      "type": "string"
    },
    "address": {
      "$ref": "#/components/schemas/address"
    },
    "archive_date": {
      "format": "date-time",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "automatically_show_ship_to_email": {
      "type": "boolean"
    },
    "automatically_show_supplier_price": {
      "type": "boolean"
    },
    "company_id": {
      "type": "integer"
    },
    "created": {
      "format": "date-time",
      "type": "string"
    },
    "default_shipping_account": {
      "type": "string"
    },
    "default_shipping_carrier": {
      "type": "string"
    },
    "default_shipping_method": {
      "type": "string"
    },
    "dropship_prefer_cart_order_line_names": {
      "type": "integer"
    },
    "dropshipment_routing_address": {
      "type": "string"
    },
    "dropshipment_routing_channel": {
      "type": "string"
    },
    "id": {
      "type": "integer"
    },
    "po_routing_address": {
      "type": "string"
    },
    "po_routing_channel": {
      "type": "string"
    },
    "shipping_method_maps": {
      "items": {
        "$ref": "#/components/schemas/supplier_shipping_method_map"
      },
      "type": "array"
    },
    "updated": {
      "format": "date-time",
      "type": "string"
    },
    "vendor_config": {
      "type": "object"
    },
    "warehouse_id": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ]
    }
  },
  "required": [
    "id",
    "company_id",
    "warehouse_id",
    "created",
    "updated",
    "archive_date",
    "automatically_show_supplier_price",
    "dropship_prefer_cart_order_line_names",
    "address",
    "vendor_config"
  ],
  "type": "object"
}

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-supplier"
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.