|
2 | 2 |
|
3 | 3 | ## Overview
|
4 | 4 |
|
5 |
| -Shopify is a comprehensive commerce platform designed to help individuals start, manage, and grow their businesses. It provides tools to build an online store, manage sales, market to customers, and accept payments in both digital and physical locations. |
| 5 | +[Shopify][1] is a comprehensive commerce platform designed to help individuals start, manage, and grow their businesses. It provides tools to build an online store, manage sales, market to customers, and accept payments in both digital and physical locations. |
6 | 6 |
|
7 |
| -## Setup |
| 7 | +The Shopify Integration collects Event, Product, Customer, and Order logs, sending them to Datadog for detailed analysis. |
8 | 8 |
|
9 |
| -### Configuration |
| 9 | +It includes dashboards that show and analyze logs, making it easier to monitor and understand patterns. |
10 | 10 |
|
11 |
| -!!! Add list of steps to set up this integration !!! |
| 11 | +## Setup |
12 | 12 |
|
13 |
| -### Validation |
| 13 | +### Configuration |
14 | 14 |
|
15 |
| -!!! Add steps to validate integration is functioning as expected !!! |
| 15 | +#### Get Shopify credentials |
| 16 | +1. Log in to [Shopify][2] admin account. |
| 17 | +2. The Shopify Store name is the `xxxx` part of the Store URL (`https://admin.shopify.com/store/xxxx`). |
| 18 | +3. Navigate to **Settings > Apps and sales channels**. |
| 19 | +4. Select **Develop apps** and click **Allow custom app development**. |
| 20 | +5. Click **Create a custom app**, provide the necessary details and click **Create app**. |
| 21 | +6. Click **Configure Admin API Scopes** under the Overview tab. |
| 22 | +7. In the **Admin API access scopes section**, select the following scopes: |
| 23 | + - **read_orders** |
| 24 | + - **read_products** |
| 25 | + - **read_customers** |
| 26 | + - **read_content** |
| 27 | + - **read_price_rules** |
| 28 | +8. Click **Save** to apply the changes. |
| 29 | +9. Click **Install app**. |
| 30 | +10. Under the **Admin API access token** section, click **Reveal token once**. |
| 31 | + |
| 32 | +#### Add Shopify credentials |
| 33 | +- Shopify Store Name |
| 34 | +- Shopify Access Token |
16 | 35 |
|
17 | 36 | ## Data Collected
|
18 | 37 |
|
19 | 38 | ### Logs
|
20 | 39 |
|
21 |
| -The Shopify integration collects and forward Order, Product, Customer and Event logs to Datadog. |
| 40 | +The Shopify integration collects and forwards Event, Product, Customer, and Order logs to Datadog. |
22 | 41 |
|
23 | 42 | ### Metrics
|
24 | 43 |
|
25 | 44 | The Shopify integration does not include any metrics.
|
26 | 45 |
|
| 46 | +### Service Checks |
| 47 | + |
| 48 | +The Shopify integration does not include any service checks. |
| 49 | + |
27 | 50 | ### Events
|
28 | 51 |
|
29 | 52 | The Shopify integration does not include any events.
|
30 | 53 |
|
31 | 54 | ## Troubleshooting
|
32 | 55 |
|
33 |
| -Need help? Contact [Datadog support][1]. |
| 56 | +Need help? Contact [Datadog support][3]. |
34 | 57 |
|
35 |
| -[1]: https://docs.datadoghq.com/help/ |
| 58 | +[1]: https://www.shopify.com/ |
| 59 | +[2]: https://www.shopify.com/in/store-login |
| 60 | +[3]: https://docs.datadoghq.com/help/ |
0 commit comments