September 2018
Beginner to intermediate
218 pages
4h 27m
English
Creating a new extension attribute for an existing entity is usually a case of doing the following:
Moving forward, we are going to create extension attributes for the order entity, that is, customer_note and merchant_note.
We can imagine customer_note as an attribute that does not persist its value(s) in the sales_order table as order entity does, whereas merchant_note attribute does. This is why we created the sales_order.merchant_note column earlier ...
Read now
Unlock full access