## MedicationCheckoutRequest interface

Vendor-neutral input for a cart-checkout bot: submit a set of draft `MedicationRequest`s (the cart) to the vendor's electronic approval queue.

**Signature:**

```typescript
export interface MedicationCheckoutRequest
```

## Properties

| Property                                         | Modifiers | Type                              | Description                                                                                  |
|--------------------------------------------------|-----------|-----------------------------------|----------------------------------------------------------------------------------------------|
| [appId?](/content/docs/sdk/core.medicationcheckoutrequest.appid)              | `readonly` | string                            | _(Optional)_                                                                               |
| [medicationRequestIds](/content/docs/sdk/core.medicationcheckoutrequest.medicationrequestids) | `readonly` | string[]                         |                                                                                              |
| [organization?](/content/docs/sdk/core.medicationcheckoutrequest.organization) | `readonly` | Reference<Organization>          | _(Optional)_ Selected practice location; omit for single-practice prescribers.             |
| [patientId](/content/docs/sdk/core.medicationcheckoutrequest.patientid)       | `readonly` | string                            |                                                                                              |
