Get the details of a shipping port

Path Parameters
  • shippingPortId
    Type: stringFormat: uuid
    required
Responses
  • application/json
Request Example for get/v1/shipping-ports/{shippingPortId}
curl https://api.consignlyhq.com/v1/shipping-ports/123e4567-e89b-12d3-a456-426614174000
{
  "id": "123e4567-e89b-12d3-a456-426614174000",
  "code": null,
  "name": null,
  "country": null
}