> For the complete documentation index, see [llms.txt](https://docs.hotwax.co/nec/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.hotwax.co/nec/flows/fulfillment.md).

# Fulfillment

While the current WMS that New Era Caps uses will be utilized for fulfillment from the warehouse, the OMS’s native fulfillment and store pickup apps will be used for fulfillment from stores.

## Store Fulfillment Carrier

New Era Caps uses Sagawa as its store fulfillment carrier. The OMS integrates with Sagawa through API-based integration, where the OMS sends shipment details via an API call and receives shipping labels in return. This direct integration streamlines the process and makes fulfillment faster and more efficient.

## **Partial and Collateral Rejection Management**

### **Partial Rejection**

Partial rejection in HotWax Commerce allows store teams to reject only specific items from an order — for example, those that are **out of stock** or **damaged** — while continuing to fulfill the remaining items.\
This ensures smooth operations by preventing unnecessary cancellations and allowing customers to still receive part of their order on time.

### **Collateral Rejection**

Collateral rejection helps maintain consistency across multiple pending orders.\
If a particular product is rejected in one order because it’s unavailable, HotWax automatically rejects that same product from all other open orders.

This proactive approach speeds up reallocation to other stores or warehouses, minimizes fulfillment delays, and ensures accurate inventory visibility across all channels. [Learn more](https://docs.hotwax.co/documents/store-operations/orders/fulfillment/rejection#partial-rejection)

### **Partial Cancellations**

A **partial cancellation** occurs when either a customer or the Customer Service Representative (CSR) cancels certain items from an order instead of the entire order.\
Canceled items are immediately removed from the fulfillment process, while the remaining items continue toward shipment — ensuring flexibility for both customers and operations teams without disrupting the entire order.


---

# 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://docs.hotwax.co/nec/flows/fulfillment.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.
