Skip to main content

Update delivery date for self-ship shipments

POST /sellers/v3/shipments/selfShip/delivery

This operation is used to update the delivery date for self-ship shipments. Maximum 100 shipments allowed per request.

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...