productImport
Graphql fields and variables for the productImport mutation
mutation productImport ($attributes: JSON!) {
productImport (attributes: $attributes) {
errors
response
}
}Arguments
{
"attributes": "JSON"
}Name
Type
Description
Response
Name
Type
Description
Last updated
Was this helpful?
