## MedicationCartItemResult interface

Per-item outcome from a cart remove/clear. `removed` = the vendor cart item was deleted; `not-in-cart` = the draft was not staged (nothing to remove); `failed` = the vendor delete failed (see `error`).

**Signature:**
```typescript
export interface MedicationCartItemResult
```

## Properties

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [error?](/content/docs/sdk/core.medicationcartitemresult.error) | `readonly` | string | _(Optional)_ |
| [medicationRequestId?](/content/docs/sdk/core.medicationcartitemresult.medicationrequestid) | `readonly` | string | _(Optional)_ |
| [status](/content/docs/sdk/core.medicationcartitemresult.status) | `readonly` | 'removed' \\| 'not-in-cart' \\| 'failed' |  |
| [vendorLineId?](/content/docs/sdk/core.medicationcartitemresult.vendorlineid) | `readonly` | string | _(Optional)_ Vendor cart-item reference that was removed (ScriptSure MedCart `rxId`), when known.
