Skip to main content

ItemProductInput Input

Description

Input fields for creating or updating a product item, including product information, images, identifiers, and optional gift card configuration.

Declaration

input ItemProductInput {
title: String
images: [ItemImageInput]
identifiers: [ItemIdentifierInput]
manufacturer: String
cat: String
type: String
weight: Int
assetLink: String
giftCard: ItemProductGiftCardInput
}

Fields

NameTypeDescription
titleStringTitle of the product.
images[ItemImageInput]List of images associated with the product.
identifiers[ItemIdentifierInput]List of identifiers such as barcodes, SKUs, or catalog numbers.
manufacturerStringManufacturer name of the product.
catStringCatalog number or product code assigned by the manufacturer.
typeStringProduct type or category.
weightIntWeight of the product in grams.
assetLinkStringLink to an external asset or resource related to the product.
giftCardItemProductGiftCardInputGift card configuration for products that generate gift cards upon purchase.