Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Purpose

The objective of this step-by-step guide is to assist you in configuring the integration with your Shopify Store. This walkthrough provides comprehensive instructions to ensure a successful setup process.

...

3 - Now you must click on the Develops settings → apps and sales channels -. Develop Apps option

...

4 - Now you need to press the button Allow custom app development

...

Code Block
Assigned fulfillment orders
    write_assigned_fulfillment_orders
    read_assigned_fulfillment_orders
Customers
    write_customers
    read_customers
Discounts
    write_discounts
    read_discounts
Draft orders
    write_draft_orders
    read_draft_orders
Fulfillment services
    write_fulfillments
    read_fulfillments
Merchant-managed fulfillment orders
    write_merchant_managed_fulfillment_orders
    read_merchant_managed_fulfillment_orders
Order editing
    write_order_edits
    read_order_edits
Orders
    write_orders
    read_orders
Payment terms
    write_payment_terms
    read_payment_terms
Product listings
    write_product_listings
    read_product_listings
Products
    write_products
    read_products
Purchase options
    write_purchase_options
    read_purchase_options
Shipping
    write_shipping
    read_shipping
Third-party fulfillment orders
    write_third_party_fulfillment_orders
    read_third_party_fulfillment_orders

...

3 - In the “Webhook subscriptions” option select 20232024-07 and press the Save button

...

URL: Is the URL we copied Webhooks configuration - Step 1 - Point 3

Webhook API Version: 2023 2024-07 

...

Exchange rate configuration

...

Choose the currency you wish to convert before sending it to Shopify.

Product and Offers sync

To synchronize the products registered in Shopify with our CRM Solution, you'll need to ensure that you have the necessary API Access scope on Shopify for viewing or managing products, variants, and collections, with the "read_products" option enabled.

  1. After granting the required permissions, you can use the "Sync Products" option. Upon completion of the synchronization process, you will receive a notification.

  2. In the Settings panel, there is an option to enable the sync status of products. If this option is active, when you use the "Sync Products" feature again or receive a webhook from Shopify, your Selling Channels configuration will be replaced by the configuration from Shopify.

...

  1. In addition, we can enable/disable Sync offers. We have this filters:

    1. Vendor name

    2. Enable sync products

    3. Enable sync offers

    4. Allow sync status

...

Sync Customers

To synchronize your customers registered in Shopify with our CRM, you'll need to ensure that you have the necessary API Access scope on Shopify to view or manage orders(read_orders) and customers(read_customers).

...

This process is set to run automatically every 10 minutes by default, after running this, in our CRM we must create a new lead entry and attach a corresponding order note containing the information obtained from the abandoned checkout.

...