Class ShipmentsClient


  • public class ShipmentsClient
    extends java.lang.Object
    • Constructor Detail

      • ShipmentsClient

        public ShipmentsClient​(ClientOptions clientOptions)
    • Method Detail

      • withRawResponse

        public RawShipmentsClient withRawResponse()
        Get responses with HTTP metadata like headers
      • listV1

        public TiveShipmentListRes listV1()
        Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
      • listV1

        public TiveShipmentListRes listV1​(ShipmentsListV1Request request)
        Lists Tive shipments with filtering, sorting, and pagination. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipmentListRes)
      • getV1

        public TiveShipment1 getV1​(ShipmentsGetV1Request request)
        Retrieves a single Tive shipment by its ID. Scoped to the caller's organization. | authz: min_org_role=operator | () -> (TiveShipment1)