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

Properties

id: number
name: string
total_price: string
line_items: Array<{ id: number; admin_graphql_api_id: string; fulfillable_quantity: number; fulfillment_service: string; fulfillment_status: any; gift_card: boolean; grams: number; name: string; price: string; price_set: { shop_money: { amount: string; currency_code: string; }; presentment_money: { amount: string; currency_code: string; }; }; product_exists: boolean; product_id: number; properties: Array<{ name: string; value: string; }>; quantity: number; requires_shipping: boolean; sku: string; taxable: boolean; title: string; total_discount: string; total_discount_set: { shop_money: { amount: string; currency_code: string; }; presentment_money: { amount: string; currency_code: string; }; }; variant_id: number; variant_inventory_management: string; variant_title: string; vendor: any; tax_lines: Array<{ channel_liable: any; price: string; price_set: { shop_money: { amount: string; currency_code: string; }; presentment_money: { amount: string; currency_code: string; }; }; rate: number; title: string; }>; duties: Array<any>; discount_allocations: Array<{ amount: string; amount_set: { shop_money: { amount: string; currency_code: string; }; presentment_money: { amount: string; currency_code: string; }; }; discount_application_index: number; }>; }>