---
title: "[DEPRECATED] Send a batch of operations to set an Order's merchant information  (max 100 items per call)"
method: POST
path: "/v2/user/marketplaces/orders/batches/setMerchantOrderInfos"
tags: ["Marketplaces - Orders - Batches"]
deprecated: true
---

# [DEPRECATED] Send a batch of operations to set an Order's merchant information  (max 100 items per call)

`POST /v2/user/marketplaces/orders/batches/setMerchantOrderInfos`

> **Deprecated.**

The purpose of this operation is to reduce the amount of request to the API.

## Request body

- SetMerchantOrderInfoListRequest
  - `order_MerchantECommerceSoftwareName` string, required — The e-commerce software name of the merchant
  - `order_MerchantECommerceSoftwareVersion` string, required — The e-commece software version of the merchant
  - `orders` SetMerchantOrderInfoListRequestItem[], required
    - `marketplaceTechnicalCode` string, required — The technical code of the marketplace.
    - `accountId` integer, required — The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
    - `beezUPOrderId` string, uuid, required — The BeezUP Order identifier
    - `order_MerchantOrderId` string, required — The order merchant identifier

## Response `202`

Succesfully received and processed batched operations. Please check response to see the status per operation.

- BatchOrderOperationResponse — The response given by the batch operation
  - `operations` OrderOperationResponse[], required
    - `order` OrderIdentifier, required
      - `marketplaceTechnicalCode` string, required — The technical code of the marketplace.
      - `accountId` integer, required — The marketplace account identifier in BeezUP. This account identifier is based on your api settings.
      - `beezUPOrderId` string, uuid, required — The BeezUP Order identifier
    - `success` boolean, required — Indicates if the operation succeed or not
    - `status` integer, required — Indicates the http status corresponding to the individual operation
    - `errors` BeezUPCommonUserErrorMessage[] — The error list
      - `docUrl` string, uri — The documentation related to this operation.
      - `code` string, required — the error code. The error code can be a pattern containing the argument's name
      - `message` string, required — The error message
      - `cultureName` string — If the error is translated, the culture name will be indicated
      - `arguments` object[] — a dictionary string/object
        - `name` string, required — The key of the parameter
        - `value` object, required — The value of the parameter. Depending to the type.

## Other responses

- `400` — Requested too many batch operations
- `default` — Occurs when something goes wrong

---

[API](https://skmtc.net/beezup/apis/beezup-merchant-api.md) · [All operations](https://skmtc.net/beezup/apis/beezup-merchant-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/beezup/beezup-merchant-api/versions/557b7feddf8a/schema)
