API DocumentationManufacturer shipment controller

Get shipment by ID

Retrieves a specific shipment by its ID

GET
/api/manufacturer/v1/shipment/{shipmentId}
AuthorizationBearer <token>

In: header

Path Parameters

shipmentIdinteger

ID of the shipment to retrieve

Formatint64

Response Body

curl -X GET "http://m-api-dev.phas.io/api/manufacturer/v1/shipment/0"
{
  "id": 0,
  "operatorId": 0,
  "shippingMode": "SELF_COLLECTION",
  "shippingMethodId": 0,
  "customerOrganisationId": 0,
  "rateId": "string",
  "toAddressId": 0,
  "status": "string",
  "dispatchDate": "2019-08-24"
}
Empty

Last updated on