Skip to main content

Update delivery attempt for self-ship shipments

POST /sellers/v3/shipments/selfShip/deliveryAttempt

This operation is used to update the delivery attempt with failure reason and new delivery date for the self-ship shipments. Maximum 100 shipments allowed per request.

Request Body
  • shipments object[] required
  • Array [
  • shipmentId string
  • locationId string
  • deliveryDate date-time required
  • failureAttributes object
  • reason string
  • subReason string
  • newDeliveryDate date-time required
  • ]
Responses

successful operation

Schema
  • shipments object[]
  • Array [
  • shipmentId string
  • processingStatus string
  • errorCode string
  • errorMessage string
  • ]
Loading...