Interface FulfillmentInboundApiModelV20240320ItemInput

Defines an item's input parameters.

ItemInput

interface FulfillmentInboundApiModelV20240320ItemInput {
    expiration?: string;
    labelOwner:
        | "AMAZON"
        | "NONE"
        | "SELLER"
        | FulfillmentInboundApiModelV20240320LabelOwner;
    manufacturingLotCode?: string;
    msku: string;
    prepOwner: | "AMAZON"
    | "NONE"
    | "SELLER"
    | FulfillmentInboundApiModelV20240320PrepOwner;
    quantity: number;
}

Properties

expiration?: string

The expiration date of the MSKU. In ISO 8601 datetime format with pattern YYYY-MM-DD. Items with the same MSKU but different expiration dates cannot go into the same box.

ItemInput

labelOwner:
    | "AMAZON"
    | "NONE"
    | "SELLER"
    | FulfillmentInboundApiModelV20240320LabelOwner

ItemInput

manufacturingLotCode?: string

The manufacturing lot code.

ItemInput

msku: string

The merchant SKU, a merchant-supplied identifier of a specific SKU.

ItemInput

prepOwner:
    | "AMAZON"
    | "NONE"
    | "SELLER"
    | FulfillmentInboundApiModelV20240320PrepOwner

ItemInput

quantity: number

The number of units of the specified MSKU that will be shipped.

ItemInput

MMNEPVFCICPMFPCPTTAAATR