Pharmacy
Orders
Orders Create

Create Order Ingestion

Submit order for processing

Overview

  • Method: POST
  • Path: /pharmacy/orders/orders/create
  • Tags: pharmacy

Parameters

No parameters required.

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{
  "success": true,
  "ingestId": "string",
  "message": "string",
  "status": "string",
  "skipped": true,
  "existingIngestId": "string",
  "existingOrderId": "string",
  "updated": true,
  "itemsCount": 123
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X POST \
  https://api.pillexa.com/pharmacy/orders/orders/create \
  -H "Content-Type: application/json" \