Skip to main content

Update delivery attempt for self-ship order items

POST /v2/shipments/deliveryAttempt

This operation is used to update the delivery attempt with failure reason and new delivery date for the self-ship order items.

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

successful operation

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