GetInboundShipmentLabel
Returns package/pallet labels for faster and more accurate shipment processing at the Amazon fulfillment center.
Input
| Name | Type | Required | Description |
| ShipmentId | String | False | Required. A shipment identifier originally returned by the createInboundShipmentPlan operation. |
| PageType | String | True | Required. The page type to use to print the labels. Submitting a PageType value that is not supported in your marketplace returns an error. |
| LabelType | String | True | Required. The type of labels requested. |
| NumberOfPackages | Integer | False | The number of packages in the shipment. |
| PackageLabelsToPrint | String | False | A list of identifiers that specify packages for which you want package labels printed. |
| NumberOfPallets | Integer | False | The number of pallets in the shipment. This returns four identical labels for each pallet. |
| PageSize | Integer | False | The page size for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. Max value:1000. |
| PageStartIndex | Integer | False | The page start index for paginating through the total packages' labels. This is a required parameter for Non-Partnered LTL Shipments. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Whether the operation was successful or not. |
| TransportStatus | String | URL to download the label for the package. Note: The URL will only be valid for 15 seconds. |