v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
purchase_order

Purchase Order - Get Processing With Item Id

Retrieve processing purchase orders that contain a specific item.

get/purchase_order/get_processing_with_item_id

Query parameters

item_idstring required

Item ID to filter by

Response

Processing POs containing the item

Example response

{
  "purchase_orders": [
    {
      "_id": "507f1f77bcf86cd799439011",
      "log": [
        {
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ],
      "due_date": "2025-01-15",
      "arrival_date": "2025-01-15",
      "closed_date": "2025-01-15",
      "tags": [
        "507f1f77bcf86cd799439011",
        "507f1f77bcf86cd799439012"
      ],
      "store_id": "507f1f77bcf86cd799439011"
    }
  ]
}