productDelete
Graphql fields and variables for the productDelete mutation
Delete a product
Scope required: product:write
mutation productDelete ($id: ID!) {
productDelete (id: $id) {
errors
product {
code
description
everythingInPlus
id
internalNotes
name
plansToDisplay
platformId
productCategoryId
showProductNameOnLineItem
}
}
}
Arguments
{
"id": "456123"
}
Name
Type
Description
id
ID
Response
Name
Type
Description
errors
List (String)
Last updated
Was this helpful?