Returns Configuration (Operations)
Endpoints to create, update, and read returns configuration.
Returns the current return configuration for the tenant.
Return Configuration
LocalizedReturnConfiguration
Enable or disable legacy returns. Use returnTypeConfiguration instead
trueExample: trueIf true, a refund can be triggered. If false, the endpoints to trigger a refund are disabled.
falseThe date this entity was created at the platform. This value is generated by the service.
2026-06-17T12:00:00.000ZThe date this entity was modified last. This value is generated by the service.
2026-06-17T12:00:00.000ZThe version of the document to be used in optimistic locking mechanisms.
1Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
The requested entity was not found
GET /api/configurations/return HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Accept: */*
{
"allowTriggerRefund": false,
"availableDecisionReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"context": [
{
"type": "ITEM_RETURN_LINE_ITEM_STATUS",
"values": [
"ACCEPTED"
]
}
],
"reason": "Item damaged"
}
],
"availableItemConditions": [
{
"conditionLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"condition": "Damaged"
}
],
"availableReturnReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"identifier": "A",
"reason": "Damaged"
}
],
"created": "2026-06-17T12:00:00.000Z",
"lastModified": "2026-06-17T12:00:00.000Z",
"returnTypeConfiguration": {
"type": "RETURN"
},
"version": 1
}Updates the return configuration for the tenant. If no configuration exists, it will be created.
ReturnConfiguration
Enable or disable legacy returns. Use returnTypeConfiguration instead
trueExample: trueIf true, a refund can be triggered. If false, the endpoints to trigger a refund are disabled.
falseThe date this entity was created at the platform. This value is generated by the service.
2026-06-17T12:00:00.000ZThe date this entity was modified last. This value is generated by the service.
2026-06-17T12:00:00.000ZThe version of the document to be used in optimistic locking mechanisms.
1ItemReturnJob containing the newly created item return
LocalizedReturnConfiguration
Enable or disable legacy returns. Use returnTypeConfiguration instead
trueExample: trueIf true, a refund can be triggered. If false, the endpoints to trigger a refund are disabled.
falseThe date this entity was created at the platform. This value is generated by the service.
2026-06-17T12:00:00.000ZThe date this entity was modified last. This value is generated by the service.
2026-06-17T12:00:00.000ZThe version of the document to be used in optimistic locking mechanisms.
1ItemReturnJob containing the newly created item return
Invalid input. See response for details.
Your user is not allowed to operate against this API instance
Your user, although recognized, is not authorized to use this endpoint
A version conflict occurred.
PUT /api/configurations/return HTTP/1.1
Host: your-tenant-name.api.fulfillmenttools.com
Authorization: Bearer YOUR_SECRET_TOKEN
Content-Type: application/json
Accept: */*
Content-Length: 605
{
"allowTriggerRefund": false,
"availableDecisionReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"context": [
{
"type": "ITEM_RETURN_LINE_ITEM_STATUS",
"values": [
"ACCEPTED"
]
}
],
"reason": "Item damaged"
}
],
"availableItemConditions": [
{
"conditionLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
}
}
],
"availableReturnReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"identifier": "A"
}
],
"created": "2026-06-17T12:00:00.000Z",
"lastModified": "2026-06-17T12:00:00.000Z",
"returnTypeConfiguration": {
"type": "RETURN"
},
"version": 1
}{
"allowTriggerRefund": false,
"availableDecisionReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"context": [
{
"type": "ITEM_RETURN_LINE_ITEM_STATUS",
"values": [
"ACCEPTED"
]
}
],
"reason": "Item damaged"
}
],
"availableItemConditions": [
{
"conditionLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"condition": "Damaged"
}
],
"availableReturnReasons": [
{
"reasonLocalized": {
"de_DE": "Wert",
"en_US": "Value",
"ru_RU": "значение"
},
"identifier": "A",
"reason": "Damaged"
}
],
"created": "2026-06-17T12:00:00.000Z",
"lastModified": "2026-06-17T12:00:00.000Z",
"returnTypeConfiguration": {
"type": "RETURN"
},
"version": 1
}Last updated
Was this helpful?

