deleteProductMetadata
This mutation removes a metadata entry by key. If the key does not exist, no error is returned and the product is returned unchanged.
deleteProductMetadata(
productId: ID!
key: ID!
): ProductResponsePayload
Arguments
deleteProductMetadata.productId ● ID! non-null scalar
deleteProductMetadata.key ● ID! non-null scalar
Type
ProductResponsePayload object
The requested product or a related error.