ItemInputDescriptions Input
Description
Input fields for item descriptions, including short and long text descriptions.
Declaration
input ItemInputDescriptions {
short: String
long: String
}
Fields
| Name | Type | Description |
|---|---|---|
short | String | Short description or summary of the item, typically used in listings and previews. |
long | String | Long description of the item, typically used for detailed product pages. |