curl --request POST \
--url https://api.returnshelper.com/uat/user/api/Resend/createResend \
--header 'Content-Type: application/json' \
--header 'x-rr-apikey: <api-key>' \
--header 'x-rr-apitoken: <api-key>' \
--data '
{
"returnInventoryIdList": [
123
],
"resendShipment": {
"shipmentCountryCode": "<string>",
"shipmentName": "<string>",
"shipmentPhone": "<string>",
"shipmentStreet1": "<string>",
"shipmentStreet2": "<string>",
"shipmentState": "<string>",
"shipmentCity": "<string>",
"shipmentPostalCode": "<string>",
"shipmentServiceType": "<string>",
"shipmentFax": "<string>",
"shipmentEmail": "<string>",
"shipmentStreet3": "<string>"
}
}
'curl --request POST \
--url https://api.returnshelper.com/uat/user/api/Resend/createResend \
--header 'Content-Type: application/json' \
--header 'x-rr-apikey: <api-key>' \
--header 'x-rr-apitoken: <api-key>' \
--data '
{
"returnInventoryIdList": [
123
],
"resendShipment": {
"shipmentCountryCode": "<string>",
"shipmentName": "<string>",
"shipmentPhone": "<string>",
"shipmentStreet1": "<string>",
"shipmentStreet2": "<string>",
"shipmentState": "<string>",
"shipmentCity": "<string>",
"shipmentPostalCode": "<string>",
"shipmentServiceType": "<string>",
"shipmentFax": "<string>",
"shipmentEmail": "<string>",
"shipmentStreet3": "<string>"
}
}
'Your API key
Your API token — keep this private
Success