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

Properties

optional
attribution_app_id: string
optional
financial_status:
| "authorized"
| "pending"
| "paid"
| "partially_paid"
| "refunded"
| "voided"
| "partially_refunded"
| "any"
| "unpaid"
optional
fulfillment_status:
| "shipped"
| "partial"
| "unshipped"
| "any"
| "unfulfilled"
optional
status: OrderStatus
optional
processed_at_max: string
optional
processed_at_min: string