---
title: "Bulk-update SiteFlow shipping methods and PreferredGlobalShippingMethod for lab orders listed in a Google Sheet."
method: POST
path: "/v4.0/micro-ui/siteflow-shipping/bulk-update"
tags: ["ShippingUpdate"]
---

# Bulk-update SiteFlow shipping methods and PreferredGlobalShippingMethod for lab orders listed in a Google Sheet.

`POST /v4.0/micro-ui/siteflow-shipping/bulk-update`

## Request body

- OrderShippingUpdateRequestDto
  - `googleSheetsDocumentId` string, nullable
  - `worksheetName` string, nullable
  - `shippingSpeed` 0 | 1 | 2 | 3 | 4
  - `siteFlowShipToMethod` string, nullable

## Response `200`

Returns the processing result with per-row status.

- OrderShippingUpdateResult
  - `totalRows` integer
  - `successCount` integer
  - `failedCount` integer
  - `skippedCount` integer
  - `rowResults` OrderShippingUpdateRowResult[], nullable
    - `labOrderId` integer
    - `rowIndex` integer
    - `status` string, nullable
    - `message` string, nullable

## Other responses

- `401` — Unauthorized - requires PwintyAdmin role.

---

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