Request parameters for getPrepInstructions operation in FbaInboundApi.

Export

FbaInboundApiGetPrepInstructionsRequest

interface FbaInboundApiGetPrepInstructionsRequest {
    aSINList?: string[];
    sellerSKUList?: string[];
    shipToCountryCode: string;
}

Properties

aSINList?: string[]

A list of ASIN values. Used to identify items for which you want item preparation instructions to help with item sourcing decisions. Note: ASINs must be included in the product catalog for at least one of the marketplaces that the seller participates in. Any ASIN that is not included in the product catalog for at least one of the marketplaces that the seller participates in is returned in the InvalidASINList property in the response. You can find out which marketplaces a seller participates in by calling the getMarketplaceParticipations operation in the Selling Partner API for Sellers.

Memberof

FbaInboundApiGetPrepInstructions

sellerSKUList?: string[]

A list of SellerSKU values. Used to identify items for which you want labeling requirements and item preparation instructions for shipment to Amazon's fulfillment network. The SellerSKU is qualified by the Seller ID, which is included with every call to the Seller Partner API. Note: Include seller SKUs that you have used to list items on Amazon's retail website. If you include a seller SKU that you have never used to list an item on Amazon's retail website, the seller SKU is returned in the InvalidSKUList property in the response.

Memberof

FbaInboundApiGetPrepInstructions

shipToCountryCode: string

The country code of the country to which the items will be shipped. Note that labeling requirements and item preparation instructions can vary by country.

Memberof

FbaInboundApiGetPrepInstructions