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:
write_assigned_fulfillment_orders
Fulfillment services:
write_fulfillments
Inventory:
write_inventory
Locations:
read_locations
Merchant-managed fulfillment orders:
write_merchant_managed_fulfillment_orders
Orders:
write_orders
Product listings:
write_product_listings
Products:
write_products
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.
Setup Shopify Variants#
To create variants of a product in Shopify, you need to set an Attribute Set on the Product Template. This Attribute Set must have at least one of the three Shopify Options selected with an Attribute.
Note
For each variant of a product, the value of the Shopify Options attributes must be unique.