Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

ConnectApi.ReturnItemsInputRepresentation

Data about products and delivery charges to return, as well as associated return fees.
Property Type Description Required or Optional Available Version
refundInstructionsHint List<ConnectApi.​RefundInstructionsHint​InputRepresentation> The payment credit sequence, credit types, and refund sequence that provide information for optimal refund processing. Optional 65.0
returnOrderItem​DeliveryCharges List<ConnectApi.​ReturnOrderItem​DeliveryCharge​InputRepresentation> List of ReturnOrderLineItems to return that represent delivery charges. Optional 52.0
returnOrderItemFees List<ConnectApi.​ReturnOrderItemFee​InputRepresentation> List of ReturnOrderLineItems to process that represent return fees. Optional 56.0
returnOrderItems List<ConnectApi.​ReturnOrderItem​InputRepresentation> List of ReturnOrderLineItems to process that represent products, along with data about how to process them. Required 52.0