update_customer_promise_date

Updated May 21, 20261 min read

Revise the shipment customer promise date via POST /shipments/{shipmentId}/update-delivery-promise. This updates the shipment promised delivery date and usually corresponds to a revised customer promise. The revised date must be in the future, and final shipments cannot be updated.

Parameters

NameTypeRequiredDescription
revised_promised_delivery_datestringYesISO 8601 date-time for the revised customer promise date. Must be in the future.
shipment_idstringYesCarriyo shipment ID or partner_shipment_reference.
tenantIdstringYes

Example agent prompt

"Update the customer promise date."

update_customer_promise_date(
  tenantId="…",
  shipment_id="SHP-12345",
  revised_promised_delivery_date=…
)