API DocumentationManufacturer shipment controller

Get shipment by ID

GET
/api/manufacturer/v1/shipment/{shipmentId}

Retrieves a specific shipment by its ID

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

shipmentId*integer

ID of the shipment to retrieve

Response Body

application/json

curl -X GET "https://example.com/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