v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
Fulfillment Inbound v2024-03-20

generateSelfShipAppointmentSlots

Initiates the process of generating the appointment slots list. Only available in the following marketplaces: MX, BR, EG, SA, AE, IN.

post/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/selfShipAppointmentSlots

Path parameters

inboundPlanIdstring required

Identifier of an inbound plan.

shipmentIdstring required

Identifier of a shipment. A shipment contains the boxes and units being inbounded.

Request body

desiredEndDatestring date-time

The desired end date. In ISO 8601 datetime format.

desiredStartDatestring date-time

The desired start date. In ISO 8601 datetime format.

Example request

{
  "desiredEndDate": "2024-01-06T14:48:00.000Z",
  "desiredStartDate": "2024-01-05T14:48:00.000Z"
}

Response

GenerateSelfShipAppointmentSlots 201 response

operationIdstring required

UUID for the given operation.