# Fulfillment Services

Our Fulfillment Services API allows you to submit orders to Shipwire, receive acknowledgment of submitted orders, and determine whether any problems were encountered during order submission.

Many applications are already integrated with Shipwire for order fulfillment.  [See all compatible applications](/content/how-it-works/enable-your-sales/index.html).

## API Endpoints

#### Sandbox

https://api.beta.shipwire.com/exec/FulfillmentServices.php

#### Production

https://api.shipwire.com/exec/FulfillmentServices.php

## Example Request

\[gist id=3373899 file=shipwire-fulfillment-request-example.xml bump=1\]

## Example Response

\[gist id=3373899 file=shipwire-fulfillment-response-example.xml bump=1\]

|     |     |
| --- | --- |
| #### Additional Resources<br>- [Frequently Asked Questions](/content/developers/xml-order-submitter-faq/index.html)<br>- [Example: Order Submission Request XML](https://gist.github.com/3373899#file_shipwire_fulfillment_request_example.xml)<br>- [Example: Order Submission Response XML](https://gist.github.com/3373899#file_shipwire_fulfillment_response.xml)<br>- [Sample Code: Submit an order (PHP)](/content/exec/XML_Order_PHP_sample_code.htm)<br>- [Sample Code: Submit an order (ASP)](/content/exec/XML_Order_ASP_sample_code.htm) | #### Test Form<br>- Submit a fulfillment request [on production](https://api.shipwire.com/exec/FulfillmentServices_post.php), [on sandbox](https://api.beta.shipwire.com/exec/FulfillmentServices_post.php)<br>#### XML Documentation<br>- [DTD: OrderList](https://gist.github.com/3373968)<br>- [DTD: SubmitOrderResponse](https://gist.github.com/3373973) |
