CheckoutListingOption Object
Description
Product option for a checkout listing.
Declaration
type CheckoutListingOption {
name: String
value: String
id: String
}
Fields
| Name | Type | Description |
|---|---|---|
name | String | Name of the option (e.g., "Size", "Color"). |
value | String | Value of the option (e.g., "Large", "Red"). |
id | String | Option identifier. |