Skip to content

Deprecated fields uses #106

@rishabhmishra208

Description

@rishabhmishra208

Screenshot 2024-11-11 121347

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})

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions