deleteProductMetadata
This mutation removes a metadata entry by key.
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.