Usage#

Configure Shopify Web Shop#

First you must create a new custom app for your Shopify store with, as a minimum, the Admin API access scopes:

  • Assigned fulfillment: Read and write

  • Fulfillment services: Read and write

  • Inventory: Read and write

  • Locations: Read

  • Merchant-managed fulfillment orders: Read and write

  • Orders: Read and write

  • Product listings: Read and write

  • Products: Read and write

You also need to copy the Admin API access token that is generated when installing the app.

When setting the Web Shop’s type to “Shopify”, you must fill in the Shop URL (e.g. https://<store-name>.myshopify.com), the Access Token with the copied one and select the Version.

Note

At least one Payment Journal is needed to book the transactions.

Different scheduled tasks are responsible for uploading products and inventories and fetching and updating orders as Sales.

You can also register a JSON webhook from the Notifications settings for each order event to get updates when they happen.