Skip to content

Commit 7027365

Browse files
Clare Zheng (Shanghai Wicresoft Co Ltd)Clare Zheng (Shanghai Wicresoft Co Ltd)
authored andcommitted
Update Shopify doc
1 parent 67e19c2 commit 7027365

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/data-factory/connector-shopify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ To copy data from Shopify, set the source type in the copy activity to **Shopify
182182
| Property | Description | Required |
183183
|:--- |:--- |:--- |
184184
| type | The type property of the copy activity source must be set to: **ShopifySource** | Yes |
185-
| query |For version 2.0, use the GraphQL query to read data. To learn more about this query, see this [article](https://shopify.dev/docs/api/admin-graphql). Note that the pagination query is only supported for outer tables, and each record in the outer table can include up to 250 inner table records. In addition, pagination query is currently not supported for nested tables. <br><br>For version 1.0, use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. | No (if "tableName" in dataset is specified) |
185+
| query |For version 2.0, use the GraphQL query to read data. To learn more about this query, see this [article](https://shopify.dev/docs/api/admin-graphql). Note that the pagination query is only supported for outer tables, and each record in the outer table can include up to 250 inner table records. In addition, the pagination query is not supported for nested tables. <br><br>For version 1.0, use the custom SQL query to read data. For example: `"SELECT * FROM "Products" WHERE Product_Id = '123'"`. | No (if "tableName" in dataset is specified) |
186186

187187
**Example:**
188188

0 commit comments

Comments
 (0)