Interface FulfillmentInboundApiModelV20240320Box

Contains information about a box that is used in the inbound plan. The box is a container that holds multiple items.

Box

interface FulfillmentInboundApiModelV20240320Box {
    boxId?: string;
    contentInformationSource?:
        | "BARCODE_2D"
        | FulfillmentInboundApiModelV20240320BoxContentInformationSource
        | "BOX_CONTENT_PROVIDED"
        | "MANUAL_PROCESS";
    destinationRegion?: FulfillmentInboundApiModelV20240320Region;
    dimensions?: FulfillmentInboundApiModelV20240320Dimensions;
    items?: FulfillmentInboundApiModelV20240320Item[];
    packageId: string;
    quantity?: number;
    templateName?: string;
    weight?: FulfillmentInboundApiModelV20240320Weight;
}

Properties

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.

Box

contentInformationSource?:
    | "BARCODE_2D"
    | FulfillmentInboundApiModelV20240320BoxContentInformationSource
    | "BOX_CONTENT_PROVIDED"
    | "MANUAL_PROCESS"

Box

Box

Box

Items contained within the box.

Box

packageId: string

Primary key to uniquely identify a Package (Box or Pallet).

Box

quantity?: number

The number of containers where all other properties like weight or dimensions are identical.

Box

templateName?: string

Template name of the box.

Box

Box

MMNEPVFCICPMFPCPTTAAATR