Skip to main content

updateProductMetadata

This mutation adds or updates metadata. Max key length is 40, Max value length is 500, Maximum of 50 total keys

updateProductMetadata(
productId: ID!
key: ID!
value: String!
): ProductResponsePayload

Arguments

updateProductMetadata.productId ● ID! non-null scalar

updateProductMetadata.key ● ID! non-null scalar

updateProductMetadata.value ● String! non-null scalar

Type

ProductResponsePayload object

The requested product or a related error.