EVENT: shipment.status

ENDPOINT: POST /v1/patients/{patientId}/event

The shipment.status event updates the patient’s record with their order’s shipment status.

Possible values in the text field:

Text Field ValueDescription
consultationReqConsultation With Patient Required
shippedOrder Has Shipped
holdOrder Is On Hold

Example code to notate that a patient’s order has shipped using the shipped value in the text field:

				
					{
  "status": {
    "name": "shipment.status",
    "text": "shipped"
  },
  "phoneNumber": "{{test-user-phone-number}}",
  "externalId": "{{test-user-external-user-id}}",
  "supportProgramId": "{{partners-support-program-id}}"
}
				
			
EVENT: shipment.status
Skip to content