Skip to main content
GET
/
inventory
/
changes
/
{id}
Get inventory change by ID
curl --request GET \
  --url https://api.maxcare.ai/v2/inventory/changes/{id} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "change": {
      "id": "f2a3b4c5-d6e7-4f8a-9b0c-1d2e3f4a5b6c",
      "facilityId": "b2c3d4e5-f6a7-4b8c-9d0e-1f2a3b4c5d6e",
      "name": "Weekly Receiving - Jan 20",
      "type": "receiving",
      "status": "closed",
      "notes": "Regular weekly shipment from Cardinal Health",
      "closedAt": "2025-01-20T17:00:00.000Z",
      "createdAt": "2025-01-20T09:00:00.000Z",
      "updatedAt": "2025-01-20T17:00:00.000Z",
      "itemCount": 15
    }
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.maxcare.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Marketplace API key

Headers

X-Organization-Id
string
required

Target clinic organization ID

Path Parameters

id
string
required

Change ID

Query Parameters

facilityId
string
required

Facility ID

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required