## MedicationCartManageResponse interface [​](/content/docs/sdk/core.medicationcartmanageresponse#medicationcartmanageresponse-interface "Direct link to MedicationCartManageResponse interface"/index.html)

Vendor-neutral output from a cart remove/clear: the vendor patient id, the number of cart items actually removed, and the per-line outcomes (one for a remove, N for a clear).

**Signature:**

```typescript
export interface MedicationCartManageResponse
```

## Properties [​](/content/docs/sdk/core.medicationcartmanageresponse#properties "Direct link to Properties"/index.html)

| Property | Modifiers | Type | Description |
| --- | --- | --- | --- |
| [items](/content/docs/sdk/core.medicationcartmanageresponse.items) | `readonly` | [MedicationCartItemResult](/content/docs/sdk/core.medicationcartitemresult) |  |
| [removedCount](/content/docs/sdk/core.medicationcartmanageresponse.removedcount) | `readonly` | number |  |
| [vendorPatientId](/content/docs/sdk/core.medicationcartmanageresponse.vendorpatientid) | `readonly` | number | Vendor-side patient id (numeric in ScriptSure today). |

- [MedicationCartManageResponse interface](/content/docs/sdk/core.medicationcartmanageresponse#medicationcartmanageresponse-interface/index.html)
- [Properties](/content/docs/sdk/core.medicationcartmanageresponse#properties/index.html)
