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

## Changes

- **2026-06-16** `b372e7d5563d` — 1 breaking, 1 warning, 3 info
  - the `error/code` response's property type/format changed from `string`/`` to ``/`` for status `400`
  - removed the optional property `error/errors` from the response with the `400` status
  - added the new optional request property `merchant_id`
  - added the optional property `error/metadata` to the response with the `400` status
  - …1 more
- **2025-11-03** `6637b341d86d` — 1 info
  - endpoint added
- **2025-11-02** `919eb7a392aa` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/banqzinc/apis/quidkey-api/changes/api/v1/shopify-orders/bulk/post.md)

---

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