InboundPackingGroupBoxes
Retrieves a page of boxes from a given packing group.
Columns
| Name | Type | References | Description |
| PackageId [KEY] | String | Primary key to uniquely identify a Package (Box or Pallet). | |
| InboundPlanId [KEY] | String | Identifier of an inbound plan. | |
| ContentInformationSource | String | Indication of how box content is meant to be provided. | |
| Item | String | Information associated with a single SKU in the seller's catalog. | |
| BoxId | String | 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. | |
| CountryCode | String | ISO 3166 standard alpha-2 country code. | |
| State | String | State. | |
| WarehouseId | String | An identifier for a warehouse, such as a FC, IXD, upstream storage. | |
| Value | Decimal | Value of a weight. | |
| UnitOfWeight | String | Unit of the weight being measured. | |
| TemplateName | String | Template name of the box. | |
| Width | Decimal | The width of a package. | |
| Height | Decimal | The height of a package. | |
| UnitOfMeasurement | String | Unit of linear measure. | |
| Length | Decimal | The length of a package. | |
| Quantity | Int | The number of containers where all other properties like weight or dimensions are identical. | |
| PackingGroupId [KEY] | String | Identifier of a packing group. |