Returns
Get return
Fetch a Return by id. Tenancy is scoped to the authenticated developer.
get/api/v1/returns/{returnId}
Path parameters
returnIdstring required
Response
OK
Example response
{
"refunds": [
{
"shopperRefundTotal": {
"currencyCode": "USD",
"amountSubunits": 1500
}
}
]
}