Ordoro · Schema

cart_shopify_vendor_config

Shopify configuration information

Order ManagementInventory ManagementShippingDropshippingE-CommerceMulti-ChannelFulfillmentLogistics

Properties

Name Type Description
shop_url string
access_token string
plan_name string
multi_location_enabled boolean
locations array
primary_location object
syncs_shipped_orders boolean allow fulfilled order updates from shopify to mark order as Shipped in Ordoro
use_shopify_notify_customer boolean
View JSON Schema on GitHub

JSON Schema

ordoro-cart_shopify_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_shopify_vendor_config-schema.json",
  "title": "cart_shopify_vendor_config",
  "type": "object",
  "definitions": {
    "required_to_create": {
      "required": [
        "shop_url",
        "access_token",
        "plan_name"
      ]
    },
    "required_in_response": {
      "required": [
        "shop_url",
        "access_token",
        "plan_name",
        "multi_location_enabled",
        "locations",
        "primary_location",
        "use_shopify_notify_customer"
      ]
    }
  },
  "description": "Shopify configuration information",
  "properties": {
    "shop_url": {
      "type": "string",
      "format": "uri"
    },
    "access_token": {
      "type": "string"
    },
    "plan_name": {
      "type": "string"
    },
    "multi_location_enabled": {
      "type": "boolean",
      "default": false
    },
    "locations": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          }
        },
        "required": [
          "id",
          "name"
        ]
      }
    },
    "primary_location": {
      "anyOf": [
        {
          "type": "integer"
        },
        {
          "type": "null"
        }
      ]
    },
    "syncs_shipped_orders": {
      "description": "allow fulfilled order updates from shopify to mark order as Shipped in Ordoro",
      "type": "boolean"
    },
    "use_shopify_notify_customer": {
      "type": "boolean",
      "default": 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-cart_shopify_vendor_config"
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.