Basic Setup Instructions
Prerequisite
- Shopify setup already running
- Integration Base URL required from Client
- Following details as provided from Quivers:
- Webhook URL
Set Up Rest API Credentials
- Log into your Shopify account as Administrator
- On the side menu, click on Apps
- Select Manage private apps → Create a new Private App
- Under App details
- Private App name - Name of your Store
- Emergency Developer email - As per your requirement
- Under Admin API, provide the following permissions:
- Fulfillment Services - Read and Write
- Inventory - Read and Write
- Locations - Read
- Order, Transactions and Fulfilments - Read and Write
- Discounts - Read
- Product Information - Read and Write
- Products, variants and collections - Read and Write
- Shipping rates, countries and provinces - Read and Write
- Under Storefront API permissions, enable 'Allow this app to access your storefront data using the Storefront API' and enable
- Read products, variants, and collections
- Read product tags
- Read and modify customer details
- Read customer tags
- Read and modify checkouts
- Click Save
- Share 'API Key' and 'Password' generated with your project manager at Quivers
- API Key - Will be saved as Consumer Key in Middleware
- Password - Will be saved as Consumer Password in Middleware
Set up Notifications for Webhooks
- On the side menu, go to Settings → Notifications → Webhooks → Create Webhooks
- Create the following Webhook Events
- Order creation
- Format: JSON
- URL: Enter the webhook URL shared by your project manager at Quivers. This will be used to fetch the orders as and when they are created on Shopify
- Fulfillment creation
- Format: JSON
- URL: Enter the webhook URL shared by your project manager at Quivers. This will be used to fetch the shipments as and when they are created on Shopify
- Order cancellation
- Format: JSON
- URL: Enter the webhook URL shared by your project manager at Quivers. This will be used to fetch the cancellations as and when they are created on Shopify
- Refund create
- Format: JSON
- URL: Enter the webhook URL shared by your project manager at Quivers. This will be used to fetch the refunds as and when they are created on Shopify
- Order creation
- Once all the webhooks are set up, share the webhook token displayed at the bottom of the screen (Shown in bold in the screenshot above) with your project manager at Quivers
Configure Tax
- On the side menu, go to Settings → Taxes
- Under Tax regions, if you wish to collect tax for United States
- Click on Edit/Set up Button
- At the top right, click on Add Tax registration
- You should see pop up box as displayed in the screenshot below
- Under this pop up, select the state you wish to collect taxes in
- Sales Tax ID - Enter as per your choice
- Add tax registration
- Similarly configure this for all the regions in United States
Comments
0 comments
Please sign in to leave a comment.