Skip to content
Juan Manuel García edited this page Dec 30, 2013 · 3 revisions

This service is a wrapper for the Shop model.

It also makes the installation process of the customer shop.

from shopify_app.services import ShopService

ShopService().install(self.request)

If the enable_billing attribute it's True it also assigns a plan for the customer shop by calling:

from shopify_app.services import ShopService

ShopService().create_plan(shop):