Skip to main content
Version: 202607

Batch update procurement items

PUT 

/openapi/2026-07/procurements/:procurement_id/items

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

Request

Path Parameters

    procurement_id stringrequired

    The unique identifier of the procurement record

Bodyrequired

    items object[]required

    The array of items to be added to the procurement record

  • Array [
  • procurement_item_idstringrequired

    The unique identifier of the product

    transfer_quantityint32required

    The quantity of the item to be transferred

  • ]

Responses

OK

Schema
    codestring

    error code

    messagestring

    error message

    data object
    object