> For the complete documentation index, see [llms.txt](https://orbit-b2b.gitbook.io/orbit-b2b-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://orbit-b2b.gitbook.io/orbit-b2b-docs/companies/status.md).

# Active vs Inactive status

Every Company has a status toggle in the **General** tab.

| Status       | What it means                                                                        |
| ------------ | ------------------------------------------------------------------------------------ |
| **Active**   | Contacts inherit the company's tier tag and get wholesale pricing at checkout        |
| **Inactive** | Contacts kept on file but tier tag is NOT applied — they don't get wholesale pricing |

The status is a soft on/off switch for the company's wholesale benefit. Contacts and address data are preserved; only the tag-sync behavior changes.

***

## Use Inactive when:

* You're temporarily pausing a B2B account (late payment, suspended account, off-season)
* You want to keep the company on file for record-keeping but don't want them buying at wholesale rates
* You're testing a new company setup before going live

***

## What happens when you flip Active → Inactive

* Existing contacts' tier tag is removed from Shopify customers
* They lose access to wholesale pricing immediately at next checkout
* The Customer Group's member list no longer includes these contacts (until reactivated)
* Contacts can still log in to their Shopify customer account — they just see regular retail prices

***

## What happens when you flip Inactive → Active

* Tier tag is re-applied to all contacts
* They regain wholesale pricing automatically
* They reappear in the Customer Group's member list

***

## Inactive companies and the reconcile job

The daily reconcile job (which syncs Company contacts → Customer Group members) explicitly skips inactive companies. That's intentional — inactive means "tier should NOT apply".

If you reactivate a company that's been inactive for a while, the reconcile job picks them up the next day. To re-sync immediately, save the company once after flipping status (the in-app code path re-applies the tag).


---

# 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://orbit-b2b.gitbook.io/orbit-b2b-docs/companies/status.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.
