API DocumentationManufacturer shipping controller

Get shipping by ID

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

Retrieves a specific shipping by its ID

Authorization

Phasio API Bearer Token
AuthorizationBearer <token>

In: header

Path Parameters

shippingId*integer

ID of the shipping to retrieve

Response Body

application/json

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,  "expectedDispatchDate": "2019-08-24",  "incoterm": "EXW",  "dispatchDate": "2019-08-24"}
{  "error": "ORDER_NOT_FOUND",  "message": "Order not found"}