Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updating customer entities without setting increment ID? #417

Open
mobweb opened this issue Feb 5, 2018 · 0 comments
Open

Updating customer entities without setting increment ID? #417

mobweb opened this issue Feb 5, 2018 · 0 comments

Comments

@mobweb
Copy link

mobweb commented Feb 5, 2018

Currently I am using the following update data to update existing customer entities:

$importData[] = array(
    '_website' => $websiteId,
    'email' => $emailAddress,
    'group_id' => $customerGroupId,
);

As you can see, we are only updating the customer group ID.

However, when using this data to update the customer entities, the "increment_id" field is set to NULL upon import.

Is there a way to update a single field (e.g. "group_id") without having to set the "increment_id" field?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant