Skip to main content

Retrieves the detail of a cart (temporary order), event lines only.

GET 

/api/v1/cart/:cartId

SOAP Equivalent: ACP_TempOrderGetDetail

SOAP to REST Field Mapping

REST FieldSOAP FieldNotes
cartIdid_TemporaryOrderInterfaceflag.ID_FlagGroup
eventLineslistTempOrderRowEventEvent lines of the cart
eventLines[].temporaryOrderRowIdID_TemporaryOrderRowInterfaceflag.ID_Interfaceflag
eventLines[].catalogId / catalogDateIdID_Catalog / ID_CatalogDateEvent / session ids
eventLines[].dateStart / dateEndDateStart / DateEndLegacy quirk: swapped vs CatalogContents
eventLines[].statusStatus-1 canceled / 0 in progress / 1 confirmed
eventLines[].seatsListAllocSeatAllocated seats with amounts and physical seat detail

Scoped by the x-tenant header; the session context (institution) is validated first. An empty cart is returned as HTTP 200 with an empty array (SOAP parity). The legacy products / subscriptions / free subscriptions / customers / sending fees / insurance outputs are not part of this port.

Request

Responses

OK