Pharmacy
Orders
Orders Update Items

Update Order Items

Update items on an existing order

Overview

  • Method: PUT
  • Path: /pharmacy/orders/orders/update-items
  • Tags: pharmacy

Parameters

No parameters required.

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{
  "success": true,
  "message": "string",
  "orderId": "string",
  "collection": "string",
  "itemsCount": 123
}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X PUT \
  https://api.pillexa.com/pharmacy/orders/orders/update-items \
  -H "Content-Type: application/json" \