Skip to main content
Go to Latest
interface AddOrUpdateCustomer
import { type AddOrUpdateCustomer } from "https://deno.land/x/netzo@v0.2.19/apis/shopifyadmin/types.ts";

Properties

optional
customer: { first_name?: string; last_name?: string; email?: string; phone?: string; verified_email?: boolean; addresses?: Partial<Pick<Address,
| "address1"
| "city"
| "province"
| "phone"
| "zip"
| "last_name"
| "first_name"
| "country"
>>[]; }