v1

latestOpenAPI 3.1.02026-07-24920300.7 KB

Retrieve

Returns a single item by its unique identifier.

get/items/{item_id}/

Path parameters

item_idstring required

Unique item ID

Query parameters

omit_price_calculationboolean

If True, Ordergroove will omit the price, total_cost, and extra_cost fields from the Response Body. This can significantly improve performance in some scenarios.

Response

200

OR

Example response

{
  "order": "45c27952cd9211e8855abc764e106cf4",
  "subscription": "6199282ccd8f11e88267bc764e106cf4",
  "product": "0070067698",
  "subscription_component": "85eae83c245111eeb185acde48001122",
  "quantity": 1,
  "public_id": "45c39ceccd9211e8855abc764e106cf4",
  "price": "79.99",
  "extra_cost": "0.00",
  "total_price": "35.99",
  "order_updated": "2025-01-31 00:00:00"
}