addProductLabel
This mutation is for adding a digital label to a specific product.
addProductLabel(
productId: ID!
labelReferenceId: ID!
): ProductResponsePayload
Arguments
addProductLabel.productId ● ID! non-null scalar
addProductLabel.labelReferenceId ● ID! non-null scalar
Type
ProductResponsePayload object
The requested product or a related error.