# B2B Order Split

This document explains how OrderSplit Pro handles order splitting for B2B (Business-to-Business) orders using Shopify's Draft Order workflow.

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

### Overview

B2B orders in Shopify have special requirements that regular order creation cannot handle:

* Company and contact associations
* Payment terms (Net 30, Net 60, etc.)
* B2B pricing from catalogs

OrderSplit Pro uses Shopify's **Draft Order API** for B2B splits to preserve these features.

### Why Draft Orders for B2B?

| Feature             | Regular Order Create | Draft Order |
| ------------------- | -------------------- | ----------- |
| Company association | Not supported        | Supported   |
| Payment terms       | Not supported        | Supported   |
| B2B catalog pricing | Not supported        | Supported   |
| Contact profiles    | Not supported        | Supported   |

### Payment Terms

OrderSplit Pro preserves your B2B payment terms:

* **Net 30, Net 60, etc.**: The same payment schedule is applied to split orders
* **Due on receipt**: Split orders inherit the same terms
* **Fixed date**: The original due date is preserved

This ensures your B2B customers see consistent payment expectations across all their split orders.


---

# Agent Instructions: 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:

```
GET https://ordersplitpro-co.gitbook.io/ordersplitpro/settings-page/b2b-order-split.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
