Batch Delete Procuremnt Items

🔒

Requires write_product access scope. More access scope

The Batch Delete Procurement Items API removes multiple items from a specific procurement order. This enables users to manage procurement orders efficiently by allowing bulk deletion of items.This API is especially useful for:

  1. Cleaning up procurement orders by removing irrelevant or incorrect items.
  2. Simplifying procurement order management by enabling bulk deletion.
  3. Reducing manual efforts required to delete items one by one.

Request Parameters

Public Request Parameters

📘

Public Request Parameters

Path Parameters

ParameterTypeRequiredExampleDescription
idstringYes"382451985837728044"The unique identifier of the procurement record.

Body Parameters

ParameterTypeRequiredExampleDescription
procurement_item_idsarrayYes["987654321"]An array of IDs of procurement items to delete.

Response Explanation

Public Response Parameters

📘

Public Response Parameters

Success Response

Error Response

Error responses in the API can be represented using two different fields: errors and error. Both fields provide details about issues encountered during request processing. Below is an explanation of the fields with their respective examples and descriptions.

FieldTypeExampleDescription
errorsArray["invalid procurement_id"]A list of errors encountered during the request processing.
FieldTypeExampleDescription
errorArray"error": "store is not active"Indicates an error encountered during the process.

Error Details

Status CodeMessagePossible ReasonExample Response
400Bad RequestInvalid input format or request structure (e.g., missing required fields or incorrect data types).Bad Request
UnauthorizedThe request is missing valid authentication credentials or the credentials provided are invalid.Unauthorized
Invalid or empty procurement_idmissing required procurement_id or procurement_id with incorrect UUID types{ "errors": [ "invalid procurement_id"]}
422Duplicated procurement_item_idAPI request contains multiple entries with the same procurement item id
Invalid or empty procurement_item_idmissing required procurement_item_id or procurement_item_id with incorrect UUID types{ "errors": ["The procurement cannot be operated" ] }

API Structure Overview

Language
Credentials
Header
URL
Click Try It! to start a request and see the response here!