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
| Name | Type | Description |
|---|---|---|
id | Float | Numeric identifier for the item. |
description | String | Description of the item. |
thumbnail | String | Thumbnail image URL for the item. |
weight | Float | Weight of the item in grams or specified unit. |
type | String | Type of item (e.g., "ReleaseItem", "ProductItem", "BookItem"). |
ref | String | Internal database reference to the item. |
path | String | URL path to the item page. |