Interface FulfillmentInboundApiModelSKUInboundGuidance

Reasons why a given seller SKU is not recommended for shipment to Amazon's fulfillment network.

SKUInboundGuidance

interface FulfillmentInboundApiModelSKUInboundGuidance {
    ASIN: string;
    GuidanceReasonList?: (
        | FulfillmentInboundApiModelGuidanceReason
        | "SlowMovingASIN"
        | "NoApplicableGuidance"
    )[];
    InboundGuidance: | FulfillmentInboundApiModelInboundGuidance
    | "InboundNotRecommended"
    | "InboundOK";
    SellerSKU: string;
}

Properties

ASIN: string

The Amazon Standard Identification Number (ASIN) of the item.

SKUInboundGuidance

GuidanceReasonList?: (
    | FulfillmentInboundApiModelGuidanceReason
    | "SlowMovingASIN"
    | "NoApplicableGuidance"
)[]

A list of inbound guidance reason information.

SKUInboundGuidance

InboundGuidance:
    | FulfillmentInboundApiModelInboundGuidance
    | "InboundNotRecommended"
    | "InboundOK"

SKUInboundGuidance

SellerSKU: string

The seller SKU of the item.

SKUInboundGuidance

MMNEPVFCICPMFPCPTTAAATR