Requests the preparation of a completed order item delivery base with an completed order item delivery preparation status OnHold status

This endpoint can only be used for completed order item delivery base entities with an order item delivery schedule type OnRequest schedule.

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

itemDeliveryId
required
string

The unique identifier of the completed order item delivery base that is to be prepared

header Parameters
Connect-Region-Code
string

Region Code

Responses
200

Success

400

Order item delivery preparation cannot be started.

404

Order or item delivery does not exist.

post/ocapi/v1/orders/completed/{orderId}/item-deliveries/{itemDeliveryId}/preparation
Request samples
Response samples
application/json
{
  • "id": "string",
  • "method": "CounterPickup"
}