# Delivered

Informs  Keeta that the order has been delivered.

> It is expected to receive a DELIVERED event after this action.

Important: This endpoint is not mandatory and should be sent only if the Ordering Application is able to receive this request and only in cases where the order logistics service is provided by the Merchant and not the Marketplace.

HOST: Keeta

DIRECTION:

Endpoint: POST /v1/orders/{orderId}/delivered
Version: v.1.0.7
Security: OAuth2, Sig

## Path parameters:

  - `orderId` (string, required)
    The unique identifier of the order. The order ID is generated by  Keeta.

## Response 400 fields (application/problem+json):

  - `title` (string, required)
    Short description of the problem.
    Example: "Unexpected error"

  - `status` (integer, required)
    HTTP code of the returned status.
    Example: 500


## Response 202 fields
