Update pickup point

Endpoint to update pickup data, including the address and contact information at the warehouse.

Edit pickup

patch

Endpoint that allows editing the pickup data of a delivery.

Autorizaciones
AuthorizationstringRequerido
Cuerpo
deliveryIdsstringRequerido

Delivery identifiers to be edited separated by comma, up to 10 deliveries can be edited in a single request

Example: t-pruaas-4973
recalculatePricebooleanRequerido

Indicates whether to recalculate the price after modification (recommended)

Example: true
reorderRoutebooleanRequerido

Indicates whether to reorder the route (if the delivery belongs to a route) after modification (recommended)

Example: true
Respuestas
200

Successful operation

application/json
patch
/v1/deliveries/pickup

Use cases

Update sender details
Update pickup address

Última actualización