Request parameters for listPrepDetails operation in FulfillmentInboundApi.

FulfillmentInboundApiListPrepDetailsRequest

interface FulfillmentInboundApiListPrepDetailsRequest {
    marketplaceId: string;
    mskus: string[];
}

Properties

Properties

marketplaceId: string

The marketplace ID. For a list of possible values, refer to Marketplace IDs.

FulfillmentInboundApiListPrepDetails

mskus: string[]

A list of merchant SKUs, a merchant-supplied identifier of a specific SKU.

FulfillmentInboundApiListPrepDetails