Skip to content

Commit e9c9504

Browse files
Update components/shopify/actions/bulk-import/bulk-import.mjs
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 4fc3d07 commit e9c9504

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/shopify/actions/bulk-import/bulk-import.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import FormData from "form-data";
66
export default {
77
key: "shopify-bulk-import",
88
name: "Bulk Import",
9-
description: "Add tags. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkoperationrunmutation)",
9+
description: "Execute bulk mutations by uploading a JSONL file containing mutation variables. [See the documentation](https://shopify.dev/docs/api/admin-graphql/latest/mutations/bulkoperationrunmutation)",
1010
version: "0.0.1",
1111
type: "action",
1212
props: {

0 commit comments

Comments
 (0)