SHOPIFY (OAUTH) · ACTION
Bulk Import
Execute bulk mutations by uploading a JSONL file containing mutation variables. See the documentation
shopify-bulk-import
WriteInputs
- alert
alert
- Mutationstring
The mutation to be executed in bulk. See the documentation for a list of supported mutations. Example:
mutation call($input: ProductInput!) { productCreate(input: $input) { product { id title } } }mutation
- File Pathstring
File path in the
/tmpdirectory of a JSONL file including the variables for the mutation. Each line in the JSONL file represents one input unit. The mutation runs once on each line of the input file. See the documentation for more information.filePath
- Client Identifierstring
An optional identifier which may be used for querying
clientIdentifier
- dir
syncDir
CONTINUE
Use this in a workflow
Add Bulk Import to a Process.co workflow and connect it with Shopify (OAuth) and your other tools.
Get started