v1

latestOpenAPI 3.0.0Apache License 2.02026-07-263171,5614.1 MB
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

namestring required

A human-readable name to update the shipment name to.

Example request

{
  "name": "name"
}

Response

UpdateShipmentName 204 response