v1

latestOpenAPI 3.0.32026-07-13149852.3 MB
order

Order - Get Single Bulk

Retrieve multiple orders by their order number and store ID pairs in a single request.

post/order/get_single_bulk

Request body

Example request

{
  "order": [
    {
      "store_id": "507f1f77bcf86cd799439011"
    }
  ]
}

Response

Array of order detail objects

metricsobject

Performance metrics

Example response

[
  {
    "order": {
      "_id": "507f1f77bcf86cd799439011",
      "store_id": "507f1f77bcf86cd799439011",
      "stash": {
        "store_id": "507f1f77bcf86cd799439011",
        "date": "2025-01-15"
      },
      "backup_stash": {
        "store_id": "507f1f77bcf86cd799439011",
        "date": "2025-01-15"
      },
      "log": [
        {
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ],
      "scans": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ],
      "notes": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ],
      "shipments": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ],
      "fulfillments": [
        {
          "_id": "507f1f77bcf86cd799439011"
        }
      ],
      "transactions": [
        {
          "_id": "507f1f77bcf86cd799439011"
        }
      ],
      "returns": [
        {
          "_id": "507f1f77bcf86cd799439011"
        }
      ],
      "tags": [
        "507f1f77bcf86cd799439011",
        "507f1f77bcf86cd799439012"
      ],
      "purchase_orders": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "due_date": "2025-01-15",
          "log": [
            {
              "user_id": "507f1f77bcf86cd799439011",
              "time": "2025-01-15T12:00:00.000Z"
            }
          ]
        }
      ],
      "shipped_date": "2025-01-15T12:00:00.000Z",
      "opened_date": "2025-01-15T12:00:00.000Z",
      "delivery_instructions": [
        {
          "_id": "507f1f77bcf86cd799439011",
          "user_id": "507f1f77bcf86cd799439011",
          "time": "2025-01-15T12:00:00.000Z"
        }
      ]
    }
  }
]