> ## 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 export to customs

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

Trigger submission of a `ready` export declaration to NL Customs DMS.

### Path Parameters

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

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