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

# Create multiple Shopify orders for a merchant

`POST /api/v1/shopify-orders/bulk`

Create multiple Shopify orders for a merchant

## Request body

- ShopifyOrderBulkInput
  - `merchant_id` string, uuid — Merchant ID. Defaults to the logged-in merchant if not provided. Required for admin tokens.
  - `orders` object[], required — Array of Shopify order data objects

## Response `201`

Created

- ShopifyOrderListResponse — Response for listing Shopify orders
  - `success` boolean — Indicates if the request was successful
  - `data` object[] — Array of Shopify orders

## 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)
