ShipmentRequests
shipmentRequests
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
carrierPartyIdstringOptional
requestTypestringOptional
shipmentMethodTypeIdstringOptional
serviceNamestringOptional
lastUpdatedStampstring · date-timeOptional
Responses
200
Success
application/json
401
Authentication required
403
Access Forbidden (no authz)
404
Value Not Found
429
Too Many Requests (tarpit)
500
General Error
get
GET /rest/s1/poorti/shipmentRequests HTTP/1.1
Host: dev-maarg.hotwax.io
Authorization: Basic username:password
Accept: */*
[
{
"_entity": "co.hotwax.warehouse.packing.ShipmentRequest",
"carrierPartyId": "text",
"requestType": "text",
"shipmentMethodTypeId": "text",
"serviceName": "text",
"lastUpdatedStamp": "2025-07-12T01:07:02.463Z"
}
]
Was this helpful?