Skip to main content

LineItemItem Object

Description

Item information within a line item, including basic metadata.

Declaration

type LineItemItem {
id: Float
description: String
thumbnail: String
weight: Float
type: String
ref: String
path: String
}

Fields

NameTypeDescription
idFloatNumeric identifier for the item.
descriptionStringDescription of the item.
thumbnailStringThumbnail image URL for the item.
weightFloatWeight of the item in grams or specified unit.
typeStringType of item (e.g., "ReleaseItem", "ProductItem", "BookItem").
refStringInternal database reference to the item.
pathStringURL path to the item page.