Inputs
The input types accepted by mutations.
UpdateCustomerInput
Section titled “UpdateCustomerInput”Input for updateCustomer. Only the fields you supply are changed.
input UpdateCustomerInput { birthdayMonth: Int birthdayDay: Int excluded: Boolean}| Field | Type | Required | Description |
|---|---|---|---|
birthdayMonth | Int | No | Birthday month (1–12). |
birthdayDay | Int | No | Birthday day (1–31). |
excluded | Boolean | No | true removes the customer from the loyalty program (state becomes removed); false re-includes them, reading their state back from Shopify. |