> For the complete documentation index, see [llms.txt](https://help.checkoutchamp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.checkoutchamp.com/crm/plugins/fulfillment-houses/strive-pharmacy.md).

# Strive Pharmacy

Under Admin → Plugins → Fulfillment House Listing, locate and activate the Strive Pharmacy plugin tile.

<figure><img src="/files/RrDkhpTxkgdFQKIIc7Oe" alt="" width="332"><figcaption></figcaption></figure>

<figure><img src="/files/ZH1fGmxbJov7KJoyk7z1" alt="" width="375"><figcaption></figcaption></figure>

**Title** - An internal name for the plugin

Enter **clientId**, **clientSecret**, and **orgSubdomain** from your Strive Pharmacy account

Enter an optional **Return Address** for returns

Press <mark style="color:green;">**Create**</mark>

The plugin setup is now complete.&#x20;

Apply the fulfillment house to base products using [standard functionality](/crm/crm-setup/product-setup/product-creation.md)

#### Orders

Several [order custom fields](/crm/crm-setup/campaign-setup/custom-fields.md) are passed to Strive Pharmacy if provided on an order.  These values should be passed on Import Order API with the proper format, prefixed by order\_custom\_ and underscores for spaces.  For example, the first row must be custom\_order\_prescriber\_first\_name.

<table><thead><tr><th width="144.5">Type</th><th width="291.5">Custom Field Name</th><th width="134">Mandatory</th><th>Example Value</th></tr></thead><tbody><tr><td>Prescriber</td><td>prescriber first name</td><td>Y</td><td>Jane</td></tr><tr><td></td><td>prescriber last name</td><td>Y</td><td>Smith</td></tr><tr><td></td><td>prescriber npi</td><td>Y</td><td>1234567897</td></tr><tr><td></td><td>prescriber phone</td><td>Y</td><td>5554433441</td></tr><tr><td></td><td>prescriber email</td><td>N</td><td>test@me.com</td></tr><tr><td></td><td>prescriber address line 1</td><td>Y</td><td>225 Lewis Ave</td></tr><tr><td></td><td>prescriber address line 2</td><td>N</td><td>Block A</td></tr><tr><td></td><td>prescriber address city</td><td>Y</td><td>Lancaster</td></tr><tr><td></td><td>prescriber address state</td><td>Y</td><td>OH</td></tr><tr><td></td><td>prescriber address postal code</td><td>Y</td><td>43130</td></tr><tr><td></td><td>prescriber address country</td><td>N</td><td>US</td></tr><tr><td>Medications (Line Items)</td><td>medication &#x3C;campaignProductId> catalog<br><br>Example: custom_order_medication_68031_catalog</td><td>Y</td><td>a6241968-a3b4-415a-bf47-479e726457e0</td></tr><tr><td></td><td><p>medication &#x3C;campaignProductId> duration<br></p><p>Example: custom_order_medication_68031_duration</p></td><td>Y (in days)</td><td>28</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://help.checkoutchamp.com/crm/plugins/fulfillment-houses/strive-pharmacy.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
