SoftRemovedItem
A soft-removed bundle item (removed but still visible for display)
This page contains
Fields
| itemId: ID! | Unique identifier of the removed item |
| productId: String! | Product ID of the removed item |
| pricingPlanId: String | Pricing plan ID of the removed item |
| productName: String! | Product name of the removed item |
| iconUrl: String! | Icon URL of the removed item |
| companyName: String | Company or vendor name of the removed item |
| bundleUuid: String! | Bundle UUID associated with the removed item |
| removedAt: DateTime! | Timestamp when the item was soft-removed |
| removedDiscountId: String | Discount ID applied to the item at removal (if any) |
| removedDiscountCode: String | Discount code applied to the item at removal (if any) |
Parent objects of SoftRemovedItem
| Cart | A user's cart containing items to be purchased |
Queries for SoftRemovedItem
| activeCart | Retrieves the active cart for the current user |
| activeCartOfUser | Retrieves the active cart for a specific user |