ItemListingInputOption Input
Description
Input fields for listing option values, used to specify variant options for a listing (e.g., size, color).
Declaration
input ItemListingInputOption {
name: String
value: String
}
Fields
| Name | Type | Description |
|---|---|---|
name | String | Name of the option (e.g., "Size", "Color", "Format"). |
value | String | Value of the option (e.g., "Large", "Red", "Vinyl"). |