---
title: "Supply Construction Site"
method: POST
path: "/systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply"
tags: ["Systems"]
---

# Supply Construction Site

`POST /systems/{systemSymbol}/waypoints/{waypointSymbol}/construction/supply`

Supply a construction site with the specified good. Requires a waypoint with a property of `isUnderConstruction` to be true.

The good must be in your ship's cargo. The good will be removed from your ship's cargo and added to the construction site's materials.

## Path parameters

- `systemSymbol` string, required
- `waypointSymbol` string, required

## Request body

- object
  - `shipSymbol` string, required — Symbol of the ship to use.
  - `tradeSymbol` string, required — The symbol of the good to supply.
  - `units` integer, required — Amount of units to supply.

## Response `201`

Successfully supplied construction site.

- object
  - `data` object, required
    - `construction` ConstructionJson, required — unresolved $ref
    - `cargo` ShipCargoJson, required — unresolved $ref

---

[API](https://skmtc.net/spacetradersapi/apis/spacetraders-api.md) · [All operations](https://skmtc.net/spacetradersapi/apis/spacetraders-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/spacetradersapi/spacetraders-api/revisions/197cf9b9a2b6/schema)
