Graphql fields and variables for the productImport mutation
Last updated 9 months ago
Was this helpful?
Create products in bulk from a JSON recipe
Scope required: product:write
For a complete list of input attributes see the type
mutation productImport ($attributes: JSON!) { productImport (attributes: $attributes) { errors response } }
{ "attributes": "JSON" }
attributes
JSON
errors
String
response