Interface FulfillmentInboundApiModelInboundShipmentInfo

Information about the seller's inbound shipments. Returned by the listInboundShipments operation.

InboundShipmentInfo

interface FulfillmentInboundApiModelInboundShipmentInfo {
    AreCasesRequired: boolean;
    BoxContentsSource?:
        | "NONE"
        | "FEED"
        | "2D_BARCODE"
        | "INTERACTIVE"
        | FulfillmentInboundApiModelBoxContentsSource;
    ConfirmedNeedByDate?: string;
    DestinationFulfillmentCenterId?: string;
    EstimatedBoxContentsFee?: FulfillmentInboundApiModelBoxContentsFeeDetails;
    LabelPrepType?: | "SELLER_LABEL"
    | FulfillmentInboundApiModelLabelPrepType
    | "NO_LABEL"
    | "AMAZON_LABEL";
    ShipFromAddress: FulfillmentInboundApiModelAddress;
    ShipmentId?: string;
    ShipmentName?: string;
    ShipmentStatus?: | "CLOSED"
    | "CANCELLED"
    | "SHIPPED"
    | "IN_TRANSIT"
    | "RECEIVING"
    | "DELIVERED"
    | FulfillmentInboundApiModelShipmentStatus
    | "WORKING"
    | "DELETED"
    | "ERROR"
    | "CHECKED_IN";
}

Properties

AreCasesRequired: boolean

Indicates whether or not an inbound shipment contains case-packed boxes. When AreCasesRequired = true for an inbound shipment, all items in the inbound shipment must be case packed.

InboundShipmentInfo

BoxContentsSource?:
    | "NONE"
    | "FEED"
    | "2D_BARCODE"
    | "INTERACTIVE"
    | FulfillmentInboundApiModelBoxContentsSource

InboundShipmentInfo

ConfirmedNeedByDate?: string

Type containing date in string format

InboundShipmentInfo

DestinationFulfillmentCenterId?: string

An Amazon fulfillment center identifier created by Amazon.

InboundShipmentInfo

InboundShipmentInfo

LabelPrepType?:
    | "SELLER_LABEL"
    | FulfillmentInboundApiModelLabelPrepType
    | "NO_LABEL"
    | "AMAZON_LABEL"

InboundShipmentInfo

InboundShipmentInfo

ShipmentId?: string

The shipment identifier submitted in the request.

InboundShipmentInfo

ShipmentName?: string

The name for the inbound shipment.

InboundShipmentInfo

ShipmentStatus?:
    | "CLOSED"
    | "CANCELLED"
    | "SHIPPED"
    | "IN_TRANSIT"
    | "RECEIVING"
    | "DELIVERED"
    | FulfillmentInboundApiModelShipmentStatus
    | "WORKING"
    | "DELETED"
    | "ERROR"
    | "CHECKED_IN"

InboundShipmentInfo

MMNEPVFCICPMFPCPTTAAATR