Ordoro · Schema

cart_volusion_v1_vendor_config

Volusion V1 configuration information

Order ManagementInventory ManagementShippingDropshippingEcommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
username string
encrypted_password string
store_url string
View JSON Schema on GitHub

JSON Schema

ordoro-cart_volusion_v1_vendor_config-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-cart_volusion_v1_vendor_config-schema.json",
  "title": "cart_volusion_v1_vendor_config",
  "type": "object",
  "definitions": {
    "required_to_create": {
      "required": [
        "username",
        "encrypted_password"
      ]
    },
    "required_in_response": {
      "required": [
        "username",
        "encrypted_password",
        "store_url"
      ]
    }
  },
  "description": "Volusion V1 configuration information",
  "properties": {
    "username": {
      "type": "string"
    },
    "encrypted_password": {
      "type": "string"
    },
    "store_url": {
      "type": "string",
      "format": "uri"
    }
  }
}