Skip to main content

ProductTypeInput

No description

input ProductTypeInput {
name: String
slug: String
hasVariants: Boolean
productAttributes: [ID!]
variantAttributes: [ID!]
isShippingRequired: Boolean
isDigital: Boolean
weight: WeightScalar
taxCode: String
createdBy: String
description: String
descriptionHtml: String
isLocked: Boolean
isPriceOverrideAllowed: Boolean
}

Fields

ProductTypeInput.name ● String scalar

ProductTypeInput.slug ● String scalar

ProductTypeInput.hasVariants ● Boolean scalar

ProductTypeInput.productAttributes ● [ID!] list scalar

ProductTypeInput.variantAttributes ● [ID!] list scalar

ProductTypeInput.isShippingRequired ● Boolean scalar

ProductTypeInput.isDigital ● Boolean scalar

ProductTypeInput.weight ● WeightScalar scalar

ProductTypeInput.taxCode ● String scalar

ProductTypeInput.createdBy ● String scalar

ID of the seller who created this product type.

ProductTypeInput.description ● String scalar

Description of the product type.

ProductTypeInput.descriptionHtml ● String scalar

Product type description (HTML).

ProductTypeInput.isLocked ● Boolean scalar

Whether this product type is locked from editing.

ProductTypeInput.isPriceOverrideAllowed ● Boolean scalar

Whether price override is allowed for products of this type.

Member Of

productTypeCreate mutation ● productTypeUpdate mutation

Was this page helpful?