We're announcing 🧑‍🚀 inter-galactic shipping ✨ for 3025!
Interplanetary Shipping API

Interplanetary


Endpoint

Create a shipment

POST
https://api.sh.example.com/v1
/interplanetary/shipments

Creates a new interplanetary shipment with the provided details

Create a shipmentRequest Body

  • originPlanet
    string
  • destinationPlanet
    string
  • cargo
    object
  • shippingClass
    string

    Shipping speed class

  • id
    string
    optional
  • radiationShielding
    boolean
    optional

    Whether cargo needs radiation shielding

  • status
    string
    optional
  • estimatedDelivery
    string
    optional
  • trackingNumber
    string
    optional
  • createdAt
    string
    optional

Create a shipmentResponses

    • originPlanet
      string
    • destinationPlanet
      string
    • cargo
      object
    • shippingClass
      string

      Shipping speed class

    • id
      string
      optional
    • radiationShielding
      boolean
      optional

      Whether cargo needs radiation shielding

    • status
      string
      optional
    • estimatedDelivery
      string
      optional
    • trackingNumber
      string
      optional
    • createdAt
      string
      optional

Track shipment

GET
https://api.sh.example.com/v1
/interplanetary/shipments/{trackingNumber}

Get the current status and tracking information for an interplanetary shipment

Track shipmentpath Parameters

  • trackingNumber
    string
    required

Track shipmentResponses

    • originPlanet
      string
    • destinationPlanet
      string
    • cargo
      object
    • shippingClass
      string

      Shipping speed class

    • id
      string
      optional
    • radiationShielding
      boolean
      optional

      Whether cargo needs radiation shielding

    • status
      string
      optional
    • estimatedDelivery
      string
      optional
    • trackingNumber
      string
      optional
    • createdAt
      string
      optional