ShipmentPackageRouteSegDetails

shipmentPackageRouteSegDetails

list ShipmentPackageRouteSegDetail

get

View to list information about individual packages with route information.

Authorizations
Query parameters
pageIndexnumber · int32Optional

Page number to return, starting with zero

pageSizenumber · int32Optional

Number of records per page (default 100)

orderByFieldstringOptional

Field name to order by (or comma separated names)

pageNoLimitstringOptional

If true don't limit page size (no pagination)

dependentLevelsnumber · int32Optional

Levels of dependent child records to include

shipmentShipmentMethodTypeIdstringOptional
shipmentCarrierPartyIdstringOptional
shipmentTypeIdstringOptional
statusIdstringOptional
shipmentPackageSeqIdstringOptional
shipmentBoxTypeIdstringOptional
weightnumberOptional
weightUomIdstringOptional
packageNamestringOptional
shipmentItemSeqIdstringOptional
quantitynumberOptional
shipmentRouteSegmentIdstringOptional
originFacilityIdstringOptional
carrierPartyIdstringOptional
carrierServiceStatusIdstringOptional
shipmentMethodTypeIdstringOptional
isTrackingRequiredstringOptional
labelImagestringOptional
labelImageUrlstringOptional
trackingCodestringOptional
boxNumberstringOptional
internationalInvoiceUrlstringOptional
gatewayMessagestringOptional
shipmentIdstringOptional
externalIdstringOptional

This field stores product category ID of the external system

primaryOrderIdstringOptional
primaryReturnIdstringOptional
primaryShipGroupSeqIdstringOptional
picklistBinIdstringOptional
estimatedReadyDatestring · date-timeOptional
estimatedShipDatestring · date-timeOptional
estimatedShipWorkEffIdstringOptional
estimatedArrivalDatestring · date-timeOptional
estimatedArrivalWorkEffIdstringOptional
latestCancelDatestring · date-timeOptional
estimatedShipCostnumberOptional
currencyUomIdstringOptional
handlingInstructionsstringOptional
destinationFacilityIdstringOptional
originContactMechIdstringOptional
originTelecomNumberIdstringOptional
destinationContactMechIdstringOptional
destinationTelecomNumberIdstringOptional
partyIdTostringOptional
partyIdFromstringOptional
additionalShippingChargenumberOptional
addtlShippingChargeDescstringOptional
createdDatestring · date-timeOptional
createdByUserLoginstringOptional
lastModifiedDatestring · date-timeOptional
lastModifiedByUserLoginstringOptional
Responses
200
Success
application/json
get
GET /rest/s1/poorti/shipmentPackageRouteSegDetails HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
  {
    "_entity": "org.apache.ofbiz.shipment.shipment.ShipmentPackageRouteSegDetail",
    "shipmentShipmentMethodTypeId": "text",
    "shipmentCarrierPartyId": "text",
    "shipmentTypeId": "text",
    "statusId": "text",
    "shipmentPackageSeqId": "text",
    "shipmentBoxTypeId": "text",
    "weight": 1,
    "weightUomId": "text",
    "packageName": "text",
    "shipmentItemSeqId": "text",
    "quantity": 1,
    "shipmentRouteSegmentId": "text",
    "originFacilityId": "text",
    "carrierPartyId": "text",
    "carrierServiceStatusId": "text",
    "shipmentMethodTypeId": "text",
    "isTrackingRequired": "text",
    "labelImage": "text",
    "labelImageUrl": "text",
    "trackingCode": "text",
    "boxNumber": "text",
    "internationalInvoiceUrl": "text",
    "gatewayMessage": "text",
    "shipmentId": "text",
    "externalId": "text",
    "primaryOrderId": "text",
    "primaryReturnId": "text",
    "primaryShipGroupSeqId": "text",
    "picklistBinId": "text",
    "estimatedReadyDate": "2025-07-12T06:49:02.647Z",
    "estimatedShipDate": "2025-07-12T06:49:02.647Z",
    "estimatedShipWorkEffId": "text",
    "estimatedArrivalDate": "2025-07-12T06:49:02.647Z",
    "estimatedArrivalWorkEffId": "text",
    "latestCancelDate": "2025-07-12T06:49:02.647Z",
    "estimatedShipCost": 1,
    "currencyUomId": "text",
    "handlingInstructions": "text",
    "destinationFacilityId": "text",
    "originContactMechId": "text",
    "originTelecomNumberId": "text",
    "destinationContactMechId": "text",
    "destinationTelecomNumberId": "text",
    "partyIdTo": "text",
    "partyIdFrom": "text",
    "additionalShippingCharge": 1,
    "addtlShippingChargeDesc": "text",
    "createdDate": "2025-07-12T06:49:02.647Z",
    "createdByUserLogin": "text",
    "lastModifiedDate": "2025-07-12T06:49:02.647Z",
    "lastModifiedByUserLogin": "text"
  }
]

Was this helpful?