Fulfillment Inbound v2024-03-20
updateShipmentName
Updates the name of an existing shipment.
put/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/name
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
Example request
{
"name": "name"
}Response
UpdateShipmentName 204 response