input_object

DeliveryReattemptRequestInput

Schema for delivery reattempt request.
Fields
delivery_address
JSON
A dynamic object for the updated shipment delivery address, structured as per country-specific formats. To retrieve the address field structure for a specific country, use the getCountry operationID. Example: { address1: '123 Main Street, Downtown', city: 'Panjim', pincode: '403521', state: 'Goa', area: 'Fynd apartments', landmark: 'Near City Center' }.
delivery_reschedule_date
String!
Required
The desired date and time for the shipment delivery reattempt in ISO 8601 UTC format (e.g., 2023-01-22T10:00:00Z). For example, '2023-01-22T10:00:00Z' or '2023-01-22T14:30:00Z'.
remark
String!
Required
A short note from the customer stating the reason for requesting the delivery reattempt. For example, 'Please deliver in the morning' or 'Not available at this time'.