Magidoc

ProductInput
Input Object

The properties of the new Product.

Fields

#

description

Non-null

The description of the Product. Description cannot be blank and must be less than 1000 characters.

externalId

The external ID of the Product. External ID cannot be longer than 150 characters.

hazardousMaterial

The hazardous material information of the Product.

id

Specifies the Product to update in productUpdate or creates a new product if not present.

productCategory

Non-null

The ProductCategoryInput associated with the Product.

title

Non-null

The title of the Product. Title cannot be blank and must be less than 1000 characters.

variants

The ProductVariantInput associated with the Product.

weight

Non-null

The weight of the Product. Weight cannot be less than 0.

weightUnit

Non-null

The weight unit of the Product.

Usages

#

References

#

  • Argument input of field productCreate from type Mutation
  • Argument input of field productUpdate from type Mutation