# OutboundLogistic Operations related to outbound logistic, including create, get, etc ## List OutboundLogistic - [GET /OutboundLogistic](https://developer.dealpos.com/openapi/openapi/outboundlogistic/listoutboundlogistic.md): >Previous Endpoint: https://brand.dealpos.net/api/v3/CustomerDelivery. As for now, both the new & the old ones can be use. >Also available as HTTP POST (endpoint: /api/v3/CustomerDelivery/p) Get list of Customer Delivery Required Group Role: "Logistic" - "VIEW" ## Delete OutboundLogistic - [DELETE /OutboundLogistic](https://developer.dealpos.com/openapi/openapi/outboundlogistic/deleteoutboundlogistic.md): >Previous Endpoint: https://brand.dealpos.net/api/v3/CustomerDelivery. As for now, both the new & the old ones can be use. You must have "DELETE" role in "Logistic" Module ## Create OutboundLogistic New - [POST /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 /OutboundLogistic/Number](https://developer.dealpos.com/openapi/openapi/outboundlogistic/getoutboundlogisticbynumber.md): >Previous Endpoint: https://brand.dealpos.net/api/v3/CustomerDelivery/Number. As for now, both the new & the old ones can be use. >Also available as HTTP POST with the same endpoint Get Customer Delivery By Number Required Group Role: "Logistic" - "VIEW" ## Get OutboundLogistic By Order Number - [GET /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 /OutboundLogistic/WithTotalCount](https://developer.dealpos.com/openapi/openapi/outboundlogistic/getoutboundlogisticwithtotalcount.md): >Previous Endpoint: https://brand.dealpos.net/api/v3/CustomerDelivery/WithTotalCount. As for now, both the new & the old ones can be use. >Also available as HTTP POST with the same endpoint Get list of Customer Delivery with Total Count Required Group Role: "Logistic" - "VIEW"