> For the complete documentation index, see [llms.txt](https://help.orderdesk.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.orderdesk.com/integration-setup-guides/fulfillment-services/redrock-fulfillment.md).

# Redrock Fulfillment

Order Desk can import orders from your shopping cart(s), apply custom information and then submit them to [Redrock Fulfillment](http://redrockfulfillment.com/) for fulfillment. When orders are shipped, the tracking details will be sent back to Order Desk and back to your shopping cart(s) if your store is set up for it.

### Details

Order Desk connects to Redrock Fulfillment through a warehouse software called 3PL Central.

To begin using Redrock Fulfillment with Order Desk, you will need to connect to the 3PL Central integration following the steps in the [3PL Central](/integration-setup-guides/fulfillment-services/extensiv-3pl-warehouse-manager-integration.md) guide.

While setting up the integration, select Redrock Fulfillment from the dropdown of available providers. The rest of the integration details can be adjusted based on the details in the 3PL Central guide.

The following checkout data fields can be used:

| Field Name             | Field Description                                                                                                                                |
| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------ |
| 3PL\_BILLING\_CODE     | [USPS](#usps-billing-codes-for-3plbillingcode), FedEx, [UPS](#ups-billing-codes-for-3pl_billing_code)                                            |
| 3PL\_SHIPPING\_ACCOUNT | A specific shipping account.                                                                                                                     |
| 3PL\_CARRIER           | USPS, [FedEx](#fedex-billing-codes-for-3plbillingcode), UPS                                                                                      |
| 3PL\_MODE              | List for [USPS](#united-states-postal-service-shipping-classes-for-3plmode), List for [FedEx](#fedex-shipping-classes-for-3plmode), List for UPS |
| 3PL SKIP\_EMAIL        | Set to 1 if you don’t want to send email address to 3PL Central for this order.                                                                  |
| 3PL\_RETAILER\_ID      | If the Retailer ID needs to be set for the Shipto.                                                                                               |
| PO Number              | Set a custom PO Number. If not entered, the Order ID will be sent.                                                                               |

### Custom Shipping Options:

#### United States Postal Service – Shipping Classes for 3PL\_MODE:

USPS Media Mail\
Priority Mail w/Signature POD\
Priority Mail w/Insurance First-Class Package Priority Mail Flat Rate Envelope\
Priority Mail Small Flat Rate Box\
Priority Mail Medium Flat Rate Box\
Priority Mail Large Flat Rate Box\
Parcel Post\
Express Mail\
Express Mail Flat Rate Envelope\
First-Class Mail Intl Package\
Priority Mail Intl\
Priority Mail Intl Flat Rate Envelope\
Priority Mail Intl Small Flat Rate Box\
Priority Mail Intl Medium Flat Rate Box\
Priority Mail Intl Large Flat Rate Box\
Express Mail Intl\
Express Mail Intl Flat Rate Envelope

#### USPS Billing Codes for 3PL\_BILLING\_CODE:

prepaid

#### FedEx – Shipping Classes for 3PL\_MODE:

First Overnight One Rate\
Priority Overnight One Rate\
Standard Overnight One Rate\
Two Day One Rate\
Express Saver One Rate\
2 Day AM One Rate\
FedEx SmartPost Parcel Select\
FedEx SmartPost Bound Printed Matter\
FedEx SmartPost Presorted Standard\
Fedex International Priority Envelope\
Fedex International Economy Envelope\
FedEx Economy CA\
FedEx SmartPost Parcel Select Lightweight\
Priority Overnight\
2 Day\
Standard Overnight\
First Overnight\
Express Saver\
Ground Home\
Ground\
FedEx SmartPost Media Mail\
SmartPost International\
International Priority\
International Economy\
International Ground

#### FedEx Billing Codes – for 3PL\_BILLING\_CODE:

collect\
recipient\
sender\
third party

#### UPS – Shipping Classes for 3PL\_MODE:

UPS WorldWide Express Plus SM\
UPS WorldWide Saver SM\
UPS Worldwide Express Envelope\
UPS Worldwide Express Plus Envelope\
UPS Worldwide Saver Envelope\
UPS 3Day Select International\
UPS SurePost Media\
Expedited Mail Innovations\
UPS SurePost Media\
Standard International\
Mail Innovations – Priority Mail\
Economy Mail Innovations – International\
Priority Mail Innovations – International\
Mail Innovations – First Class\
Standard\
Ground\
Ground Home\
Next Day Air\
2nd Day Air\
3-Day Select\
Next Day Air Saver\
Worldwide ExpeditedSM\
Worldwide Express\
Worldwide ExpressSM\
Standard

#### UPS Billing Codes – for 3PL\_BILLING\_CODE:

BillThirdPartyConsigneeBilled\
FreightCollect\
Prepaid

### Related Articles

* 3PL Central Integration


---

# 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.orderdesk.com/integration-setup-guides/fulfillment-services/redrock-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.
