{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CommerceItem", "title": "CommerceItem", "properties": { "account_id": { "type": "string" }, "collection_ids": { "$ref": "#/components/schemas/property_CommerceItem_collection_ids" }, "collections": { "$ref": "#/components/schemas/property_CommerceItem_collections" }, "created_at": { "format": "date-time", "type": "string" }, "description": { "type": "string" }, "duration": { "type": "number" }, "global_code": { "type": "string" }, "id": { "type": "string" }, "inventory_id": { "type": "string" }, "is_active": { "type": "boolean" }, "is_featured": { "type": "boolean" }, "is_taxable": { "type": "boolean" }, "is_visible": { "type": "boolean" }, "location_id": { "type": "string" }, "media": { "$ref": "#/components/schemas/property_CommerceItem_media" }, "metadata": { "$ref": "#/components/schemas/property_CommerceItem_metadata" }, "name": { "type": "string" }, "prices": { "$ref": "#/components/schemas/property_CommerceItem_prices" }, "public_description": { "type": "string" }, "public_name": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "requires_shipping": { "type": "boolean" }, "slug": { "type": "string" }, "tags": { "$ref": "#/components/schemas/property_CommerceItem_tags" }, "taxrate_id": { "type": "string" }, "total_stock": { "type": "number" }, "type": { "type": "string" }, "updated_at": { "format": "date-time", "type": "string" }, "variants": { "$ref": "#/components/schemas/property_CommerceItem_variants" }, "vendor_name": { "type": "string" }, "weight": { "type": "number" }, "weight_unit": { "enum": [ "g", "kg", "oz", "lb" ], "type": "string", "x-speakeasy-unknown-values": "allow" } }, "type": "object" }