> ## Documentation Index
> Fetch the complete documentation index at: https://docs.eazecustoms.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Submit import to customs

> Trigger submission of a ready import declaration to NL Customs DMS.

Trigger submission of a `ready` declaration to the NL Customs DMS. Only declarations in `ready` status are eligible.

### Path Parameters

<ParamField path="id" type="number" required>
  The unique declaration ID.
</ParamField>

<ResponseExample>
  ```json 201 Created theme={null}
  {
    "declarationId": 42,
    "submitted": true,
    "message": "Declaration submitted to customs"
  }
  ```

  ```json 400 Bad Request theme={null}
  {
    "statusCode": 400,
    "message": "Declaration not ready to submit",
    "error": "Bad Request"
  }
  ```
</ResponseExample>
