Skip to main content
GET
/
inventory
/
changes
/
{id}
/
products
List products in an inventory change
curl --request GET \
  --url https://api.maxcare.ai/v4/inventory/changes/{id}/products \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Organization-Id: <x-organization-id>'
{
  "code": "success",
  "data": {
    "items": [
      {
        "id": "cit_a3b4c5d6e7f84a9b0c1d2e3f4a5b6c7d",
        "changeId": "chg_f2a3b4c5d6e74f8a9b0c1d2e3f4a5b6c",
        "scanSourceType": "product_packaging",
        "rawBarcode": "01008142609915171726083110A1B2C3",
        "gtin": "00814260991517",
        "lotNumber": "A1B2C3",
        "expirationDate": "2026-08-31",
        "serialNumber": null,
        "quantity": 2,
        "parsedFields": {
          "10": "A1B2C3",
          "17": "260831",
          "01": "00814260991517"
        },
        "notes": null,
        "createdAt": "2025-01-20T09:15:00.000Z",
        "product": {
          "id": "prd_b4c5d6e7f8a94b0c1d2e3f4a5b6c7d8e",
          "gtin": "00814260991517",
          "additionalGtins": [
            "00814260991524"
          ],
          "customBarcode": null,
          "ndc": "0002-1365-01",
          "name": "Botox 100 Units",
          "manufacturer": "Allergan",
          "type": "drug",
          "description": "OnabotulinumtoxinA for injection, 100 units per vial",
          "unitOfMeasure": "each",
          "quantityPerUnit": 1,
          "metadata": null,
          "archivedAt": null,
          "createdAt": "2025-01-10T12:00:00.000Z",
          "updatedAt": "2025-01-15T08:30:00.000Z"
        }
      }
    ]
  }
}

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

Response

Success

code
string
required

Response code

Example:

"success"

data
object
required