v1

latestOpenAPI 3.0.02026-07-1398671635.1 KB
Attempted Delivery API
publicly-accessible

Delivery Attempt Failed

If the customer hasn't answered the door to collect the order, then an attempted delivery event can be created using this endpoint.

post/{tenant}/orders/{orderId}/queries/attempteddelivery

Path parameters

tenantstring required

Request tenant e.g. uk.

orderIdstring required

Id for the order.

Headers

Authorizationstring required

Containing a partner issued API key e.g. JE-API-KEY ABCDE123456789

Request body

ReasonCode'problem_with_address' | 'no_answer'

The reason the attempted delivery event was created

Example request

{
  "ReasonCode": "problem_with_address"
}

Response

OK

All 98 operations