# OutboundLogistic Operations related to outbound logistic, including create, get, etc ## List OutboundLogistic - [GET /api/v3/OutboundLogistic](https://developer.dealpos.com/openapi/openapi/outboundlogistic/listoutboundlogistic.md): Get a list of customer deliveries within a date range. Requires the "VIEW" role in the "Logistic" module. ## Delete OutboundLogistic - [DELETE /api/v3/OutboundLogistic](https://developer.dealpos.com/openapi/openapi/outboundlogistic/deleteoutboundlogistic.md): Delete a customer delivery by number and outlet or outlet ID. Requires the "DELETE" role in the "Logistic" module. ## Create OutboundLogistic New - [POST /api/v3/OutboundLogistic/New](https://developer.dealpos.com/openapi/openapi/outboundlogistic/createoutboundlogisticnew.md): Use this API to send an Outbound Logistic from an Invoice and set tracking number ## Get OutboundLogistic By Number - [GET /api/v3/OutboundLogistic/Number](https://developer.dealpos.com/openapi/openapi/outboundlogistic/getoutboundlogisticbynumber.md): Get customer delivery (outbound logistic) details by delivery number. Requires the "VIEW" role in the "Logistic" group. ## Get OutboundLogistic By Order Number - [GET /api/v3/OutboundLogistic/byOrderNumber](https://developer.dealpos.com/openapi/openapi/outboundlogistic/oubound-logistic-bynumber.md): >Also available as HTTP POST with the same endpoint Get Customer Delivery By Order / Invoice Number Required Group Role: "Logistic" - "VIEW" ## List OutboundLogistic With Total Count - [GET /api/v3/OutboundLogistic/WithTotalCount](https://developer.dealpos.com/openapi/openapi/outboundlogistic/getoutboundlogisticwithtotalcount.md): Get a list of customer deliveries (outbound logistics) with total count. Requires the "VIEW" role in the "Logistic" group.