Fulfillment Inbound v2024-03-20
updateShipmentSourceAddress
Updates the source address of an existing shipment. The shipment source address can only be updated prior to the confirmation of the shipment carriers. As a result of the updated source address, existing transportation options will be invalidated and will need to be regenerated to capture the potential difference in transportation options and quotes due to the new source address.
put/inbound/fba/2024-03-20/inboundPlans/{inboundPlanId}/shipments/{shipmentId}/sourceAddress
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
{
"address": {
"addressLine1": "123 example street",
"addressLine2": "Floor 19",
"city": "Toronto",
"companyName": "Acme",
"countryCode": "CA",
"email": "email@email.com",
"name": "name",
"phoneNumber": "1234567890",
"postalCode": "M1M1M1",
"stateOrProvinceCode": "ON"
}
}Response
UpdateShipmentSourceAddress 202 response