Skip to main content

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 miscellaneous

ID of a product type to update.

productTypeUpdate.input ● ProductTypeInput! non-null input products

Fields required to update a product type.

Type

ProductTypeUpdate object products

Updates an existing product type.

Requires MANAGE_PRODUCT_TYPES_AND_ATTRIBUTESpermission.