Ordoro · Schema

Shipping Info Schema

Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
delivery_confirmation object delivery or signature confirmation requested to the carrier at the time of label creation. Should be of type string.
tracking_number object
package_tracking object
tracking_url object
cost number
transaction_fee number
link string
shipping_method object
display_shipping_method object
ship_date object
has_label boolean
has_additional_docs boolean
created_date string
carrier_name object
carrier object
estimated_delivery_date object
box_shape object
length object deprecated: Length in inches, see packages
width object deprecated: Width in inches, see packages
height object deprecated: Height in inches, see packages
insurance object Insurance data if Ordoro discounted Shipsurance is used
insured_value object value of the package if it was insured using Ordoro discounted Shipsurance
customs_info object
ship_from object optionally exists if a ship_from address was used to create a label or tracking
reference_number object reference number sent to the carrier for the shipment
return_to object
ship_to object optionally exists if a ship_to address was used to create a label or tracking
status object tracking status if available from USPS carrier
carrier_updated_date object the last date that the carrier updated the tracking status, currently only used for USPS shipments
presets array
packages object
packing_list_id object id of packing list profile template used to create this label
print_date object
label_image_link object
void boolean
zone object
View JSON Schema on GitHub

JSON Schema

ordoro-shipping_info-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-shipping_info-schema.json",
  "title": "Shipping Info Schema",
  "type": "object",
  "properties": {
    "delivery_confirmation": {
      "description": "delivery or signature confirmation requested to the carrier at the time of label creation. Should be of type string."
    },
    "tracking_number": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "package_tracking": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "tracking_url": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "cost": {
      "type": "number"
    },
    "transaction_fee": {
      "type": "number"
    },
    "link": {
      "type": "string"
    },
    "shipping_method": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "display_shipping_method": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "ship_date": {
      "format": "date-time",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "has_label": {
      "type": "boolean"
    },
    "has_additional_docs": {
      "type": "boolean"
    },
    "created_date": {
      "type": "string"
    },
    "carrier_name": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "carrier": {
      "properties": {
        "id": {
          "type": "integer"
        },
        "link": {
          "type": "string"
        }
      },
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    },
    "estimated_delivery_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "box_shape": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "length": {
      "description": "deprecated: Length in inches, see packages",
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ]
    },
    "width": {
      "description": "deprecated: Width in inches, see packages",
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ]
    },
    "height": {
      "description": "deprecated: Height in inches, see packages",
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ]
    },
    "insurance": {
      "description": "Insurance data if Ordoro discounted Shipsurance is used",
      "anyOf": [
        {
          "type": "object"
        },
        {
          "type": "null"
        }
      ]
    },
    "insured_value": {
      "description": "value of the package if it was insured using Ordoro discounted Shipsurance",
      "anyOf": [
        {
          "type": "number"
        },
        {
          "type": "null"
        }
      ]
    },
    "customs_info": {
      "items": {
        "type": "object",
        "additionalProperties": false,
        "properties": {
          "country": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "description": {
            "anyOf": [
              {
                "type": "string"
              },
              {
                "type": "null"
              }
            ]
          },
          "quantity": {
            "anyOf": [
              {
                "type": "integer"
              },
              {
                "type": "null"
              }
            ]
          },
          "value": {
            "description": "Dollar value of customs line",
            "format": "double",
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          },
          "weight": {
            "description": "Weight of customs line in ounces",
            "anyOf": [
              {
                "type": "number"
              },
              {
                "type": "null"
              }
            ]
          }
        }
      },
      "anyOf": [
        {
          "type": "array"
        },
        {
          "type": "null"
        }
      ]
    },
    "ship_from": {
      "description": "optionally exists if a ship_from address was used to create a label or tracking",
      "$ref": "#/components/schemas/address"
    },
    "reference_number": {
      "description": "reference number sent to the carrier for the shipment",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "return_to": {
      "$ref": "#/components/schemas/address"
    },
    "ship_to": {
      "description": "optionally exists if a ship_to address was used to create a label or tracking",
      "$ref": "#/components/schemas/address"
    },
    "status": {
      "description": "tracking status if available from USPS carrier",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "carrier_updated_date": {
      "description": "the last date that the carrier updated the tracking status, currently only used for USPS shipments",
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "presets": {
      "type": "array",
      "items": {
        "type": "integer"
      }
    },
    "packages": {
      "items": {
        "type": "object"
      },
      "anyOf": [
        {
          "type": "array"
        },
        {
          "type": "null"
        }
      ]
    },
    "packing_list_id": {
      "description": "id of packing list profile template used to create this label",
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ]
    },
    "print_date": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "label_image_link": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    },
    "void": {
      "type": "boolean"
    },
    "zone": {
      "anyOf": [
        {
          "type": "string"
        },
        {
          "type": "null"
        }
      ]
    }
  }
}

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