Request parameters for listReturnReasonCodes operation in FbaOutboundApi.

Export

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.

Memberof

FbaOutboundApiListReturnReasonCodes

marketplaceId?: string

The marketplace for which the seller wants return reason codes.

Memberof

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.

Memberof

FbaOutboundApiListReturnReasonCodes

sellerSku: string

The seller SKU for which return reason codes are required.

Memberof

FbaOutboundApiListReturnReasonCodes