ShippingDocuments
Returns the shipping documents associated with a package in a shipment.
Columns
| Name | Type | References | Description |
| ShipmentId [KEY] | String | Required. The unique shipment identifier provided by a shipping service. | |
| PackageClientReferenceId | String | Required. A client provided unique identifier for a package being shipped. This value should be saved by the client to pass as a parameter to the getShipmentDocuments operation. | |
| PackageDocumentType | String | The type of shipping document. | |
| PackageDocumentFormat | String | The file format of the document. | |
| PackageDocumentContents | String | A Base64 encoded string of the file contents. | |
| PackageDocumentDPI | Long | The resolution of the document (for example, 300 means 300 dots per inch). | |
| TrackingId | String | The carrier generated identifier for a package in a purchased shipment. | |
| ShippingBusinessId | String | Amazon shipping business to assume for this request. The default is AmazonShipping_UK. Refer X-amzn-shipping-business-id for other marketplaces. |