Interface FulfillmentInboundApiModelASINInboundGuidance

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

ASINInboundGuidance

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

Properties

ASIN: string

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

ASINInboundGuidance

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

A list of inbound guidance reason information.

ASINInboundGuidance

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

ASINInboundGuidance

MMNEPVFCICPMFPCPTTAAATR