Ordoro · Schema

User Update Schema

Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
name string Full Name
email string Email Address
password string Password
warehouse_ids array Assigned Warehouses
otp_seed object The seed with which to create an OTP
otp string Used to verify otp_seed
permissions object Permissions
settings object Settings
View JSON Schema on GitHub

JSON Schema

ordoro-put_user-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-put_user-schema.json",
  "title": "User Update Schema",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "name": {
      "description": "Full Name",
      "type": "string",
      "maxLength": 60
    },
    "email": {
      "description": "Email Address",
      "type": "string",
      "maxLength": 75,
      "format": "email"
    },
    "password": {
      "description": "Password",
      "type": "string",
      "minLength": 8,
      "maxLength": 128
    },
    "warehouse_ids": {
      "description": "Assigned Warehouses",
      "type": "array",
      "items": {
        "type": "number"
      }
    },
    "otp_seed": {
      "description": "The seed with which to create an OTP",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "otp": {
      "description": "Used to verify otp_seed",
      "type": "string",
      "minLength": 6,
      "maxLength": 6
    },
    "permissions": {
      "description": "Permissions",
      "type": "object",
      "additionalProperties": false,
      "properties": {
        "order": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "import_from_cart": {
                  "type": "boolean"
                },
                "force_verify_packing": {
                  "type": "boolean"
                },
                "create_label_without_contents_verified_tag": {
                  "type": "boolean"
                },
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_order": {
                  "type": "boolean"
                },
                "manage_revision": {
                  "type": "boolean"
                },
                "financials": {
                  "type": "boolean"
                },
                "manage_filter_config": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "return_order": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_return_order": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "manufacturing_order": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_manufacturing_order": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "product": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "import_from_cart": {
                  "type": "boolean"
                },
                "writeback_inventory": {
                  "type": "boolean"
                },
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_product": {
                  "type": "boolean"
                },
                "update_inventory": {
                  "type": "boolean"
                },
                "financials": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "purchase_order": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_purchase_order": {
                  "type": "boolean"
                },
                "financials": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "stocktake": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "manage_tag": {
                  "type": "boolean"
                },
                "manage_tag_on_stocktake": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "analytics": {
          "anyOf": [
            {
              "type": "boolean"
            },
            {
              "type": "object",
              "additionalProperties": false,
              "properties": {
                "financial": {
                  "type": "boolean"
                },
                "shipping": {
                  "type": "boolean"
                },
                "inventory": {
                  "type": "boolean"
                },
                "product": {
                  "type": "boolean"
                },
                "customer": {
                  "type": "boolean"
                }
              }
            }
          ]
        },
        "settings": {
          "type": "boolean"
        },
        "reports": {
          "type": "boolean"
        },
        "can_manage_user": {
          "type": "boolean"
        }
      }
    },
    "settings": {
      "description": "Settings",
      "type": "object",
      "additionalProperties": true
    }
  }
}

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