Items / Show

NameItems Show
DescriptionDisplay information about a single item on an order.
TypeGET
URL/v9/orders/:order_id/items/:id

Long Description

Display information about a single item on an order.

Examples

RequestResponse
/v9/orders/ 

 

 

{
  "ticket_group": {
    "event": {
      "venue": {
        "address": {
          "region": "NJ",
          "locality": "Newark"
        },
        "name": "Prudential Center"
      },
      "occurs_at": "2013-08-06T11:00:00Z",
      "name": "Washington Mystics at New York Liberty",
      "url": "/events/432985",
      "id": "432985"
    },
    "office_name": "Main Office",
    "tickets": [
      {
        "purchase_order_id": null,
        "seat": "13"
      },
      {
        "purchase_order_id": null,
        "seat": "12"
      },
      {
        "purchase_order_id": null,
        "seat": "11"
      },
      {
        "purchase_order_id": null,
        "seat": "10"
      },
      {
        "purchase_order_id": null,
        "seat": "7"
      },
      {
        "purchase_order_id": null,
        "seat": "9"
      },
      {
        "purchase_order_id": null,
        "seat": "8"
      }
    ],
    "remote_id": "109946",
    "brokerage_name": "TicketeStore",
    "wholesale_price": "27.0",
    "format": null,
    "row": "7",
    "external_notes": null,
    "seats": [
      "7",
      "8",
      "9",
      "10",
      "11",
      "12",
      "13"
    ],
    "office_id": "1454",
    "section": "7",
    "retail_price": "27.0",
    "quantity": 7,
    "brokerage_id": "1491",
    "url": "/ticket_groups/1454"
  },
  "eticket_finalized_at": null,
  "updated_at": "2013-08-23T13:54:52Z",
  "created_at": "2013-08-01T18:06:28Z",
  "delivery_id": 28731,
  "eticket_pdf_pages": null,
  "eticket_file_size": null,
  "eticket_downloaded_at": null,
  "order_item_id": 62792,
  "eticket_updated_at": null,
  "cost": "",
  "quantity": 7,
  "has_spec_tickets": false,
  "price": "27.0",
  "eticket_downloaded_by": null,
  "url": "/orders/75214/items/62792",
  "id": 26319,
  "eticket_thumbnails": [
    
  ],
  "eticket_finalized": null,
  "eticket_delivery": true
}