I am creating returns on shopify using CreateReturn Mutation but couldn’t find any way of adding shipping info for return. As we can add shipping info while creating return on admin, there should be same option via createReturn mutation as well. Or any other way of doing it.
I found out the reverseDeliveryCreateWithShipping mutation but that requires reverseFulfillmentOrderId and I couldn’t find way of getting reverseFulfillmentOrder after the return is created. Please help