Orders Example: Extending the LineItem Class
The topics in this section contain detailed instructions for how to extend a core orders system class. The example that these topics include derives a new class named MyLineItem from the LineItem class and adds a custom property to the new class.
You can find the MyLineItem sample in the %COMMERCE_SERVER_ROOT%/SDK/Samples/OrdersExtensibility folder.