Skip to content

Inputs

The input types accepted by mutations.

Input for updateCustomer. Only the fields you supply are changed.

input UpdateCustomerInput {
birthdayMonth: Int
birthdayDay: Int
excluded: Boolean
}
FieldTypeRequiredDescription
birthdayMonthIntNoBirthday month (1–12).
birthdayDayIntNoBirthday day (1–31).
excludedBooleanNotrue removes the customer from the loyalty program (state becomes removed); false re-includes them, reading their state back from Shopify.