For the complete documentation index, see llms.txt. This page is also available as Markdown.

Folder Structure

The folder and file structure related to the project to be copied is as follows. Companies using the ChannelTemplateApp project are expected to develop the relevant classes under the "channel" directory to create a new sales channel.

channel_app_template

├── akinon
    └── integration.py

├── channel
    └── integration.py
    └── commands.py
        └── setup.py
        └── products.py
        └── product_prices.py
        └── product_stocks.py
        └── product_images.py
        └── orders
            └── orders.py

├── app
    └── tasks.py

├── celery_app
    └── celery.py
    └── celery_schedule_conf.py
    └── celeryconfig.py

Was this helpful?