Shopify Admin API · JSON Structure

Shopify Admin Product Structure

Hierarchical structure of the Shopify Admin API Product resource

Type: Properties: 0
CommerceE-CommerceAdminProductOrderCustomers

Shopify Admin Product Structure is a JSON Structure definition published by Shopify Admin API.

Meta-schema:

JSON Structure

Raw ↑
{
  "title": "Shopify Admin Product Structure",
  "description": "Hierarchical structure of the Shopify Admin API Product resource",
  "resource": "Product",
  "endpoint": "/products/{product_id}.json",
  "structure": {
    "id": { "type": "integer", "description": "Unique product identifier" },
    "title": { "type": "string", "required": true, "description": "Product name" },
    "body_html": { "type": "string", "description": "Product description in HTML" },
    "vendor": { "type": "string", "description": "Product vendor/manufacturer name" },
    "product_type": { "type": "string", "description": "Product category label" },
    "handle": { "type": "string", "description": "URL-friendly slug for the product" },
    "status": { "type": "string", "enum": ["active", "archived", "draft"], "description": "Product publication status" },
    "tags": { "type": "string", "description": "Comma-separated product tags" },
    "created_at": { "type": "datetime", "description": "Creation timestamp" },
    "updated_at": { "type": "datetime", "description": "Last modification timestamp" },
    "published_at": { "type": "datetime", "nullable": true, "description": "Publication timestamp" },
    "variants": {
      "type": "array",
      "description": "Product variants (size, color, etc.)",
      "items": {
        "id": { "type": "integer" },
        "title": { "type": "string" },
        "price": { "type": "string" },
        "sku": { "type": "string" },
        "inventory_quantity": { "type": "integer" },
        "weight": { "type": "number" },
        "weight_unit": { "type": "string" }
      }
    },
    "images": {
      "type": "array",
      "description": "Product images",
      "items": {
        "id": { "type": "integer" },
        "src": { "type": "uri" },
        "alt": { "type": "string" },
        "position": { "type": "integer" }
      }
    },
    "options": {
      "type": "array",
      "description": "Product option definitions (e.g., Size, Color)",
      "items": {
        "id": { "type": "integer" },
        "name": { "type": "string" },
        "values": { "type": "array", "items": { "type": "string" } }
      }
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/shopify-admin-product-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.