Fleet

Purchase Cargo

Purchase cargo from a market.

The ship must be docked in a waypoint that has Marketplace trait, and the market must be selling a good to be able to purchase it.

The maximum amount of units of a good that can be purchased in each transaction are denoted by the tradeVolume value of the good, which can be viewed by using the Get Market action.

Purchased goods are added to the ship's cargo hold.

post/my/ships/{shipSymbol}/purchase

Path parameters

shipSymbolstring required

The ship's symbol.

Request body

symbolTradeSymbolJson required— unresolved $ref
unitsinteger required

Amounts of units to purchase.

Response

Purchased goods successfully.

Changes

Changed in 5 of the 50 revisions of this API.315

    • added the new path request parameter shipSymbol

      new-request-path-parameter

    • the request property type changed from string to no type

      request-property-type-changed

    • api tag Fleet added

      api-tag-added

    • api tag fleet removed

      api-tag-removed

    • endpoint added

      endpoint-added

  • 86f8c56c4690112See the full diff
    • the request property type changed from no type to string

      request-property-type-changed

    • deleted the path request parameter shipSymbol

      request-parameter-removed

    • api tag fleet added

      api-tag-added

    • api tag Fleet removed

      api-tag-removed

    This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog

Of the 50 revisions, 2 have no diff computed.