Update customer birthday
Update a customer’s date of birth
POST
/rest-api/v1/customers/updateBirthday
Body
Field
Type
Description
customerIdentifier
string
Shopify customer ID or email
day
int
Day of birth
month
int
Month of birth
year
int
Year of birth
Response
{
success: boolean,
message: string,
}
Last updated