Skip to main content
Version: 3.x

productTypeUpdate

Updates an existing product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.
productTypeUpdate(
id: ID!
input: ProductTypeInput!
): ProductTypeUpdate

Arguments

productTypeUpdate.id ● ID! non-null scalar

ID of a product type to update.

productTypeUpdate.input ● ProductTypeInput! non-null input

Fields required to update a product type.

Type

ProductTypeUpdate object

Updates an existing product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.

Was this page helpful?