Test Helpers
Create simulated return
Create a simulated return for an order, then drive it through its lifecycle with the approve/deny/refund/fail helpers below.
post/api/v1/test-helpers/returns
Request body
Response
Created
Example response
{
"refunds": [
{
"shopperRefundTotal": {
"currencyCode": "USD",
"amountSubunits": 1500
}
}
]
}