Estimate how many linear feet of a truck that ShipmentLineItems would fill if packed optimally

SecurityAuthToken
Request
Request Body schema: application/json
required
estimated_linear_feet
integer or null <int32>

Read-only result of linear feet calculation

Array of objects (ShipmentLineItem)
Responses
200

Successfully calculated linear feet

Response Schema: application/json
estimated_linear_feet
integer or null <int32>

Read-only result of linear feet calculation

Array of objects (ShipmentLineItem)
default

Default error response

post/shipments/linear-feet/
Request samples
application/json
{
  • "estimated_linear_feet": 0,
  • "line_items": [
    ]
}
Response samples
application/json
{
  • "estimated_linear_feet": 0,
  • "line_items": [
    ]
}
Copyright © Shipwell 2024. All right reserved.