# Shopify Integration Permission

***

The following set of permissions are granted to LC once the user installs are app on their Shopify Store:

| **Permission**                                    | **Description**                                                      |
| ------------------------------------------------- | -------------------------------------------------------------------- |
| **Read/Write Script Tags**                        | Read and create custom scripts on your store's pages.                |
| **Read Assigned Fulfillment Orders**              | View orders that have been assigned for fulfillment.                 |
| **Read Fulfillments**                             | View details about order fulfillment.                                |
| **Read Inventory**                                | Check the current stock levels of your products.                     |
| **Read Locations**                                | View your store locations.                                           |
| **Read Merchant Managed Fulfillment Orders**      | See orders you manage yourself for fulfillment.                      |
| **Read Customer Events**                          | Access information about customer activities and events.             |
| **Read/Write Customers**                          | Create and view customer details.                                    |
| **Read/Write Products**                           | Add and view products in your store.                                 |
| **Read/Write Orders**                             | Create and view orders placed in your store.                         |
| **Read/Write Draft Orders**                       | Create and view draft orders.                                        |
| **Read/Write Order Edits**                        | Make changes to and view edits made to orders.                       |
| **Read/Write Discounts**                          | Create and view discount codes.                                      |
| **Read/Write Price Rules**                        | Create and view rules that determine pricing.                        |
| **Read/Write Product Listings**                   | Create and view product listings.                                    |
| **Read/Write Shipping**                           | Create and view shipping details and options.                        |
| **Read/Write Pixels**                             | Create and view tracking pixels for analytics and advertising.       |
| **Unauthenticated Read/Write Checkouts**          | Create and view checkout details without requiring customer login.   |
| **Unauthenticated Read Content**                  | Access content without requiring authentication.                     |
| **Unauthenticated Read/Write Customers**          | Create and view customer information without requiring login.        |
| **Unauthenticated Read Customer Tags**            | View tags associated with customers without requiring login.         |
| **Unauthenticated Read Product Listings**         | View product listings without requiring authentication.              |
| **Unauthenticated Read Product Inventory**        | View product inventory levels without requiring authentication.      |
| **Unauthenticated Read Product Pickup Locations** | View pickup locations for products without requiring authentication. |
| **Unauthenticated Read Product Tags**             | View tags associated with products without requiring authentication. |
| **Unauthenticated Read Selling Plans**            | View selling plans for products without requiring authentication.    |
| **Read/Write Checkouts**                          | View and create checkout details.                                    |
| **Read All Orders**                               | View all orders placed in your store.                                |

This structured format ensures clarity and ease of reference for understanding the required permissions.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://limechatai.gitbook.io/limechat-product-guide/helpdesk/integrations/shopify-integration-permission.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
