Selling Partner API SDK for JavaScript
    Preparing search index...

    Request parameters for listReturnReasonCodes operation in FulfillmentOutboundApi.

    interface FulfillmentOutboundApiListReturnReasonCodesRequest {
        language?: string;
        marketplaceId?: string;
        sellerFulfillmentOrderId?: string;
        sellerSku: string;
    }
    Index

    Properties

    language?: string

    The language that the `TranslatedDescription` property of the `ReasonCodeDetails` response object should be translated into.

    marketplaceId?: string

    The marketplace for which the seller wants return reason codes.

    sellerFulfillmentOrderId?: string

    The identifier assigned to the item by the seller when the fulfillment order was created. The service uses this value to determine the marketplace for which the seller wants return reason codes.

    sellerSku: string

    The seller SKU for which return reason codes are required.