Batch Update Procurement Items

allows bulk updating of procurement item quantities in a specified procurement.

🔒

Requires read_inventory access scope. More access scope

The Batch Update Procurement Items API allows users to performs bulk updates of item quantities in a specified procurement order.

This API is especially useful for:

  1. Updating multiple procurement items in a single operation
  2. Synchronizing inventory transfers across multiple products
  3. Streamlining warehouse fulfillment processes

Request Parameters

Public Request Parameters

📘

Path Parameters

ParameterTypeRequiredDescriptionExample
procurement_idstringYesUnique identifier of the procurement record"proc_123456789"

Body Parameters

ParameterTypeRequiredDescriptionExample
itemsarray of objectsYesCollection of items to update-
items.procurement_item_idstringYesUnique identifier of the procurement item"item_987654"
items.transfer_quantityint32YesQuantity being transferred (must be ≥0)25

Response Explanation

Public Response Parameters

📘

Successful Response

ParameterTypeExampleDescription
codestring"200"HTTP status code
messagestring"Success"Operation result message
data-

Error Response

FieldTypeExampleDescription
codestringInvalidParameterError http message
messagestring``Error message
Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!