Merge · Schema

PatchedItemRequestRequest

# The Item Object ### Description The `Item` object refers to the goods involved in a transaction. ### Usage Example Fetch from the `LIST Items` endpoint and view a company's items.

IntegrationPlatformUnified-APIAgent HandlerLLM Gateway

Properties

Name Type Description
name stringnull The item's name.
status object The item's status.
type object The item's type.
unit_price numbernull The item's unit price.
purchase_price numbernull The price at which the item is purchased from a vendor.
purchase_account stringnull References the default account used to record a purchase of the item.
sales_account stringnull References the default account used to record a sale.
company stringnull The company the item belongs to.
purchase_tax_rate stringnull The default purchase tax rate for this item.
sales_tax_rate stringnull The default sales tax rate for this item.
integration_params objectnull
linked_account_params objectnull
View JSON Schema on GitHub

JSON Schema

merge-patcheditemrequestrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PatchedItemRequestRequest",
  "title": "PatchedItemRequestRequest",
  "type": "object",
  "properties": {
    "name": {
      "type": [
        "string",
        "null"
      ],
      "description": "The item's name."
    },
    "status": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/Status7d1Enum"
        },
        {
          "type": "null"
        }
      ],
      "description": "The item's status."
    },
    "type": {
      "oneOf": [
        {
          "$ref": "#/components/schemas/Type2bbEnum"
        },
        {
          "type": "null"
        }
      ],
      "description": "The item's type."
    },
    "unit_price": {
      "type": [
        "number",
        "null"
      ],
      "format": "double",
      "description": "The item's unit price."
    },
    "purchase_price": {
      "type": [
        "number",
        "null"
      ],
      "format": "double",
      "description": "The price at which the item is purchased from a vendor."
    },
    "purchase_account": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "References the default account used to record a purchase of the item."
    },
    "sales_account": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "References the default account used to record a sale."
    },
    "company": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "The company the item belongs to."
    },
    "purchase_tax_rate": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "The default purchase tax rate for this item."
    },
    "sales_tax_rate": {
      "type": [
        "string",
        "null"
      ],
      "format": "uuid",
      "description": "The default sales tax rate for this item."
    },
    "integration_params": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      }
    },
    "linked_account_params": {
      "type": [
        "object",
        "null"
      ],
      "additionalProperties": {
        "description": "Any type"
      }
    }
  },
  "description": "# The Item Object\n### Description\nThe `Item` object refers to the goods involved in a transaction.\n\n### Usage Example\nFetch from the `LIST Items` endpoint and view a company's items."
}

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/merge-patcheditemrequestrequest"
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 email required.

A second provider on the same verified email joins the account you already have.