Process.coProcess.co
Shopify (OAuth)

SHOPIFY (OAUTH) · ACTION

Bulk Import

Execute bulk mutations by uploading a JSONL file containing mutation variables. See the documentation

Use in a workflow

shopify-bulk-import

Write

Inputs

  • 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 /tmp directory 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

Browse all integrations →

Bulk Import — Shopify (OAuth) Action | Process.co