CheckoutItem Object
Description
Item information for a checkout line item.
Declaration
type CheckoutItem {
id: Float
description: String!
thumbnail: String
weight: String
path: String
}
Fields
| Name | Type | Description |
|---|---|---|
id | Float | Numeric identifier for the item. |
description | String! | Description of the item. |
thumbnail | String | URL to the item thumbnail image. |
weight | String | Weight of the item. |
path | String | URL path to the item page. |