-
Notifications
You must be signed in to change notification settings - Fork 43
Description
You're using so many deprecated fields. Please verify with the shopify documentation 'https://shopify.dev/docs/api/storefront/2024-07/input-objects/productfilter' fix it ASAP.
And one more issue we facing which is Update Password, if user change the password it should be enter the current password if user has remember the previous password otherwise we give option to the user Reset Password, But on your customerUpdate function we don't have any option to verify with current password, if we don't verify with the current password it might be lost the user account whenever any other person is change the password into the same account.
Future<void> customerUpdate({String email, String firstName, String lastName, String password, String phoneNumber, String customerAccessToken, bool acceptsMarketing})