productImport

Graphql fields and variables for the productImport mutation

Create products in bulk from a JSON recipe

Scope required: product:write

For a complete list of input attributes see the JSON type

mutation productImport ($attributes: JSON!) {
  productImport (attributes: $attributes) {
      errors
      response
  }
}

Arguments

{
  "attributes": "JSON"
}
Name
Type
Description

attributes

JSON

Response

Name
Type
Description

errors

String

response

JSON

Last updated

Was this helpful?