Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Go to Latest
interface Product
import { type Product } from "https://deno.land/x/netzo@v0.2.19/apis/shopifyadmin/types.ts";

Properties

id: number
title: string
body_html: string
vendor: string
product_type: string
created_at: string
handle: string
updated_at: string
published_at: string
template_suffix: any
published_scope: string
tags: string
admin_graphql_api_id: string
variants: Array<{ id: number; product_id: number; title: string; price: string; sku: string; position: number; inventory_policy: string; compare_at_price: any; fulfillment_service: string; inventory_management: string; option1: string; option2: any; option3: any; created_at: string; updated_at: string; taxable: boolean; barcode: string; grams: number; image_id?: number; weight: number; weight_unit: string; inventory_item_id: number; inventory_quantity: number; old_inventory_quantity: number; presentment_prices: Array<{ price: { amount: string; currency_code: string; }; compare_at_price: any; }>; requires_shipping: boolean; admin_graphql_api_id: string; }>
options: Array<{ id: number; product_id: number; name: string; position: number; values: Array<string>; }>
images: Array<{ id: number; product_id: number; position: number; created_at: string; updated_at: string; alt: any; width: number; height: number; src: string; variant_ids: Array<number>; admin_graphql_api_id: string; }>
optional
image: { id: number; product_id: number; position: number; created_at: string; updated_at: string; alt: any; width: number; height: number; src: string; variant_ids: Array<any>; admin_graphql_api_id: string; }