Request parameters for listReturnReasonCodes operation in FbaOutboundApi.

FbaOutboundApiListReturnReasonCodesRequest

interface FbaOutboundApiListReturnReasonCodesRequest {
    language?: string;
    marketplaceId?: string;
    sellerFulfillmentOrderId?: string;
    sellerSku: string;
}

Properties

language?: string

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

FbaOutboundApiListReturnReasonCodes

marketplaceId?: string

The marketplace for which the seller wants return reason codes.

FbaOutboundApiListReturnReasonCodes

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.

FbaOutboundApiListReturnReasonCodes

sellerSku: string

The seller SKU for which return reason codes are required.

FbaOutboundApiListReturnReasonCodes