ProductBulkPublish
Publish products.
type ProductBulkPublish {
count: Int!
productErrors: [ProductError!]!
}
Fields
ProductBulkPublish.count ● Int! non-null scalar
Returns how many objects were affected.
ProductBulkPublish.productErrors ● [ProductError!]! non-null object
Returned By
productBulkPublish mutation