We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Currently I am using the following update data to update existing customer entities:
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?
The text was updated successfully, but these errors were encountered: