CartItemBundle
Bundle details for cart item
This page contains
Fields
| uuid: String! | Bundle UUID associated with the item. |
| allowPartialPurchase: Boolean! | Indicates if the bundle allows partial purchase (soft bundle). |
| name: String! | Bundle display name associated with the item. |
| iconUrl: String | URL for the bundle icon image. |
Parent objects of CartItemBundle
| CartItem | A single item in the cart |