Requests the preparation of all completed order item delivery base entities in a completed standard order with an completed order item delivery preparation status OnHold status

Calling this endpoint will also set the order line CollectionStatus of all items in the completed standard order to order line collection status Collected

Licenses Required

  • Vista.Ocapi
Request
path Parameters
orderId
required
string

The unique identifier of the completed standard order

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

Order item delivery preparation cannot be started.

404

Order does not exist.

post/ocapi/v1/orders/completed/{orderId}/item-deliveries/preparation
Request samples
Response samples
application/json
{
  • "id": "string",
  • "type": "Standard",
  • "status": "InProgress",
  • "totalPrice": {
    },
  • "originalPrice": {
    },
  • "booking": {
    },
  • "transaction": {
    },
  • "vouchers": [
    ],
  • "deals": [
    ],
  • "payments": [
    ],
  • "showtimes": [
    ],
  • "items": [
    ],
  • "itemDeliveries": [
    ],
  • "ticketRedemptionCards": [
    ],
  • "siteId": "string",
  • "preparation": {
    },
  • "amountSaved": {
    },
  • "journeyReference": "string",
  • "tip": {
    },
  • "refundAvailability": {
    },
  • "totalRefunded": {
    },
  • "expiresAt": "2019-08-24T14:15:22Z"
}