---
title: "Create a Shopify order for a merchant"
method: POST
path: "/api/v1/shopify-orders"
tags: ["Shopify Orders"]
---

# Create a Shopify order for a merchant

`POST /api/v1/shopify-orders`

Create a Shopify order for a merchant

## Request body

- ShopifyOrderInput
  - `merchant_id` string, uuid — Merchant ID. Defaults to the logged-in merchant if not provided. Required for admin tokens.
  - `orderData` object, required — Shopify order data object

## Response `201`

Created

- ShopifyOrderResponse — Response for creating a Shopify order
  - `success` boolean — Indicates if the request was successful
  - `data` object — Shopify order data

## Other responses

- `400` — Bad Request
- `401` — Unauthorized

---

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