Interface FulfillmentInboundApiModelCreateInboundShipmentPlanRequest

The request schema for the createInboundShipmentPlan operation.

CreateInboundShipmentPlanRequest

interface FulfillmentInboundApiModelCreateInboundShipmentPlanRequest {
    InboundShipmentPlanRequestItems: FulfillmentInboundApiModelInboundShipmentPlanRequestItem[];
    LabelPrepPreference:
        | FulfillmentInboundApiModelLabelPrepPreference
        | "SELLER_LABEL"
        | "AMAZON_LABEL_ONLY"
        | "AMAZON_LABEL_PREFERRED";
    ShipFromAddress: FulfillmentInboundApiModelAddress;
    ShipToCountryCode?: string;
    ShipToCountrySubdivisionCode?: string;
}

Properties

List of inbound shipment plan requests

CreateInboundShipmentPlanRequest

LabelPrepPreference:
    | FulfillmentInboundApiModelLabelPrepPreference
    | "SELLER_LABEL"
    | "AMAZON_LABEL_ONLY"
    | "AMAZON_LABEL_PREFERRED"

CreateInboundShipmentPlanRequest

CreateInboundShipmentPlanRequest

ShipToCountryCode?: string

The two-character country code for the country where the inbound shipment is to be sent. Note: Not required. Specifying both ShipToCountryCode and ShipToCountrySubdivisionCode returns an error. Values: ShipToCountryCode values for North America: * CA – Canada * MX - Mexico * US - United States ShipToCountryCode values for MCI sellers in Europe: * DE – Germany * ES – Spain * FR – France * GB – United Kingdom * IT – Italy Default: The country code for the seller's home marketplace.

CreateInboundShipmentPlanRequest

ShipToCountrySubdivisionCode?: string

The two-character country code, followed by a dash and then up to three characters that represent the subdivision of the country where the inbound shipment is to be sent. For example, "IN-MH". In full ISO 3166-2 format. Note: Not required. Specifying both ShipToCountryCode and ShipToCountrySubdivisionCode returns an error.

CreateInboundShipmentPlanRequest

MMNEPVFCICPMFPCPTTAAATR