productImport
Graphql fields and variables for the productImport mutation
Last updated
Was this helpful?
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
}
}{
"attributes": "JSON"
}attributes
JSON
errors
String
response
JSON
Last updated
Was this helpful?
Was this helpful?
