Returns Tutorial
How to configure the Returns Service
Update the expiration date settings
curl -i -X PUT
'https://api.emporix.io/configuration/{tenant}/configurations/{propertyKey}'
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>'
-H 'Content-Type: application/json'
-d '{
"key": "return.defaultExpiryDate",
"secured": false,
"value": "14",
"version": 1
}'
How to manage return requests
Create a return by a customer
Create a return on behalf of a customer
Update the return request by a customer
Update the return status
Last updated
Was this helpful?

