UpdateShipmentTrackingDetails
Updates a shipment's tracking details.
Input
| Name | Type | Required | Description |
| ShipmentId | String | False | Identifier of a shipment. A shipment contains the boxes and units being inbounded. |
| BoxId | String | False | The ID provided by Amazon that identifies a given box. This ID is comprised of the external shipment ID (which is generated after transportation has been confirmed) and the index of the box. |
| TrackingId | String | False | The tracking Id associated with each box in a non-Amazon partnered Small Parcel Delivery (SPD) shipment. The seller must provide this information. |
| BillOfLadingNumber | String | False | The number of the carrier shipment acknowledgement document. |
| FreightBillNumber | String | False | Number associated with the freight bill. |
| InboundPlanId | String | False | Identifier of an inbound plan. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Boolean indicating whether the stored procedure was successfully executed. |
| OperationId | String | UUID for the given operation. |