Public API Reference
Public API details and usage examples for the Members Portal
Marks a delivery as collected by the customer.
200 OK
PUT /api/public/deliveries/77/markAsCollected Authorization: Bearer {token}
import endpoints from '@/api/endpoints' await httpClient.put(endpoints.deliveries.markAsCollected(77))