Fulfillment Inbound v2024-03-20
scheduleSelfShipAppointment
Confirms or reschedules a self-ship appointment slot against a shipment. Only available in the following marketplaces: MX, BR, EG, SA, AE, IN.
post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots/{slotId}/schedule
Path parameters
inboundPlanIdstring required
Identifier of an inbound plan.
shipmentIdstring required
Identifier of a shipment. A shipment contains the boxes and units being inbounded.
slotIdstring required
An identifier to a self-ship appointment slot.
Request body
Example request
{
"reasonComment": "OTHER"
}Response
ScheduleSelfShipAppointment 200 response
Example response
{
"selfShipAppointmentDetails": {
"appointmentId": 1000,
"appointmentSlotTime": {
"endTime": "2023-03-09T13:15:30Z",
"startTime": "2023-03-08T13:15:30Z"
},
"appointmentStatus": "ARRIVAL_SCHEDULED"
}
}