When magento2 store has 3rd parties system integration then we might be need to store 3rd parties data in magento to make relationships.

We might be need additional attribute to save 3rd parties data in magento 2. Here is post for create new customer attribute in magento2.
https://www.magedad.com/magento-2-create-a-customer-attribute-programmatically-using-setup-data-patch/

1. Get Custom Customer Attribute Value Programatically

PHP
/* Magento\Customer\Api\CustomerRepositoryInterface */
$customer = $this->customerRepository->getById($customerId);
$externalIdAttribute = $customer->getCustomAttribute('external_id');
if ($externalIdAttribute) {
    $externalId =  $externalIdAttribute->getValue();
}


2. Save Custom Customer Attribute Value Programatically

PHP
/* Magento\Customer\Api\CustomerRepositoryInterface */
$customer = $this->customerRepository->getById($customerId);
$customer->setCustomAttribute('external_id', 'ABC123');
$this->customerRepository->save($customer);


That’s it. We also have other customer related post might be it’s help to you.

You can follow this link for more help.

I hope this blog is useful to set/get customer attribute value in magento2 and save. In case, I missed anything or need to add some more information, Don’t heisted to leave a comment in this blog, I’ll get back with some positive approach.

Keep liking 👍 Keep sharing 📣 Keep loving ❤️ Keep inspiring 🤩

21 Comments

  1. **breathe**

    breathe is a plant-powered tincture crafted to promote lung performance and enhance your breathing quality.

  2. Thank you for your sharing. I am worried that I lack creative ideas. It is your article that makes me full of hope. Thank you. But, I have a question, can you help me?

  3. I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.

  4. Alright folks, mcgamesbet.info…seems like a combo of gaming and betting? What’s the deal? Are the odds any good on this site or is it just another trap? Would love to hear if anyone’s actually won something here. mcgamesbet

  5. Hey Beeph! Beeph is the name, and legit gaming is the game. Solid platform, easy to navigate. Worth a look if you’re hunting for some fun. beeph

  6. Okay, tk88vina is legit! Been playing for a while now and haven’t had any issues. Reliable and fun, which is all I ask for. What are you waiting for tk88vina

  7. **balmorex pro**

    balmorex is an exceptional solution for individuals who suffer from chronic joint pain and muscle aches.

  8. Alright, slot fanatics, listen up! 33wwslots is a solid option if you’re looking to go on a spin. The user experience is decent with a fairly large collection. Hit them up here: 33wwslots

  9. Yo, 51gameapp is legit! I had some decent luck there last week. Worth checking out if you’re looking for a new spot to play. Get your game on at 51gameapp!

  10. **finessa**

    Finessa is a natural supplement made to support healthy digestion, improve metabolism, and help you achieve a flatter belly.

  11. I don’t think the title of your article matches the content lol. Just kidding, mainly because I had some doubts after reading the article.

Write A Comment