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

# Shiphero

Shiphero is a fulfillment integration that can be enabled from the CRM by going to CRM → Admin → Plugins → Fulfillment House Listing.

{% hint style="info" %}
Note: As of 7/31/2020, the Shiphero REST API option has been shut down. Our V2 integration has been upgraded to use their newer GraphQL API implementation instead.
{% endhint %}

Be sure to enable the V2 tile to use the updated integration:

<figure><img src="/files/7OGSX7fv4BLK8evjHdjH" alt=""><figcaption></figcaption></figure>

Select the tile and ‘Activate’ the configuration window will open

<figure><img src="/files/NSG8C0flpeACY5xONKGC" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/KRAtb5MT4A9wYOE7FAeN" alt=""><figcaption></figcaption></figure>

You can obtain your access\_token and refresh\_token from Shiphero

You will have to add third party developer to get access token and refresh token.

<figure><img src="/files/sXWU4FvK3PGTHWa64mvK" alt=""><figcaption></figcaption></figure>

&#x20;

Please see the Shiphero reference documentation here: <https://developer.shiphero.com/getting-started/#authentication>

#### Migration Process <a href="#migration-process" id="migration-process"></a>

* If you are migrating from V1 to V2, please ensure you enable the plugin correctly and assign all products tied to the old V1 plugin to the new V2 plugin.
* Once you have enabled the plugin, entered your credentials, and switched the products to run through ShipHero V2 everything will flow smoothly from there.


---

# 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.konnektive.com/konnektive-crm/admin-setup/plugins/fulfillment-houses/shiphero.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.
