---
title: "Create a Fulfillment"
method: POST
path: "/v3/order/{orderId}/fulfillment"
---

# Create a Fulfillment

`POST /v3/order/{orderId}/fulfillment`

## Path parameters

- `orderId` string, required
- `echo` boolean, required

## Request body

- object
  - `merchantId` string, required — The identification number of the merchant's account in the MX Merchant system.
  - `orderId` string, required — Order Id
  - `lineItemCount` integer, required
  - `quantity` integer, required
  - `deliveryMethod` string, required — Values: Courier and Pickup
  - `status` string, required — Values: Shipped and Pickedup
  - `sourceType` string, required — Values: POS

## Response `200`

200

- object

## Other responses

- `400` — 400

---

[API](https://skmtc.net/mxmerchant/apis/checkout-api.md) · [All operations](https://skmtc.net/mxmerchant/apis/checkout-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mxmerchant/checkout-api/revisions/6807b698abcb/schema)
