🚧 The Rhombus Developer Documentation is currently in beta. For the official documentation, please visit docs.rhombus.com.
English
cURL
curl --request POST \ --url https://api2.rhombussystems.com/api/logistics/getShipments \ --header 'Content-Type: application/json' \ --header 'x-auth-apikey: <api-key>' \ --header 'x-auth-scheme: <x-auth-scheme>' \ --data ' { "endTimeSec": 1641081600, "startTimeSec": 1640995200 } '
{ "customerShipmentList": [ { "ait-aitTrackingNumber": "<string>", "ait-carrierTrackingNumber": "<string>", "ait-depositorOrderNumber": "<string>", "ait-destinationAddress": "<string>", "ait-isIngramDistributorShipment": true, "ait-shipmentDate": "2023-11-07T05:31:56Z", "ait-shippedItems": [ { "partNumber": "<string>", "quantityShipped": 123, "serialNumber": "<string>" } ], "interchangeControlNumber": "<string>", "lastStateUpdateSec": 123, "rhombus-additionalEmails": "<string>", "rhombus-chosenCarrierName": "<string>", "rhombus-claimKeyToLicenseMap": {}, "rhombus-claimKeyToLicenseMapV2": {}, "rhombus-customerEmails": "<string>", "rhombus-customerName": "<string>", "rhombus-orgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "rhombus-partnerOrgUuid": "AAAAAAAAAAAAAAAAAAAAAA", "rhombus-purchaseOrderNumber": "<string>", "rhombus-rmaReturnTrackingNumber": "<string>", "rhombus-rmaUuid": "AAAAAAAAAAAAAAAAAAAAAA", "rhombus-rmaUuids": [ "AAAAAAAAAAAAAAAAAAAAAA" ], "rhombus-salesForceOpportunityId": "<string>", "rhombus-zendeskTicketNumber": "<string>", "shipmentCategory": "RMA", "shipmentEmailState": "SHIPPING_CONFIRMATION_SUCCESS", "shipmentState": "CREATED", "uuid": "AAAAAAAAAAAAAAAAAAAAAA" } ], "error": true, "errorMsg": "<string>", "warningMsg": "<string>" }
Get shipments
Your API key for Rhombus.
Authentication scheme indicator ("api-token").
9
Request object for getting shipments within a time range.
End time in seconds (Unix timestamp)
1641081600
Start time in seconds (Unix timestamp)
1640995200
OK
Response object containing shipments within the specified time range.
List of customer shipments within the specified time range
Show child attributes
Was this page helpful?