Ordoro · Schema

Address Schema

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
company_name string
contact string
address string
website string
phone string
fax string
email string
billing_email string
footer string
mail_sender string
shipper_currency string
currency_symbol string
View JSON Schema on GitHub

JSON Schema

ordoro-put_company-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_company-schema.json",
  "title": "Address Schema",
  "type": "object",
  "additionalProperties": false,
  "properties": {
    "company_name": {
      "type": "string"
    },
    "contact": {
      "type": "string"
    },
    "address": {
      "type": "string"
    },
    "website": {
      "type": "string"
    },
    "phone": {
      "type": "string"
    },
    "fax": {
      "type": "string"
    },
    "email": {
      "type": "string"
    },
    "billing_email": {
      "type": "string"
    },
    "footer": {
      "type": "string"
    },
    "mail_sender": {
      "type": "string"
    },
    "shipper_currency": {
      "type": "string"
    },
    "currency_symbol": {
      "type": "string"
    }
  }
}