Skip to end of metadata
Go to start of metadata

You are viewing an old version of this content. View the current version.

Compare with Current View Version History

« Previous Version 9 Next »

Exercise:

  • Create cli command line:

    • bin/magento get:product:list --type=simple to get all simple product id

    • bin/magento get:product:list --type=virtual to get all virtual product id

  • Create module and page with controller /showProductList

    • Write api to get 10 first simple product, return json type

    • Call api , use knockout js to display simple product

  • No labels