A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"maxQty": 123,
"maxDays": 123,
"productRules": [
"<string>"
],
"customerRules": [
"<string>"
],
"rank": 123,
"enabled": true,
"isReturnable": true,
"validForAllSites": true,
"validSites": [
123
],
"metaData": "<unknown>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}Gets return rule details by code.
A valid request URL is required to generate request examples{
"code": "<string>",
"name": "<string>",
"description": "<string>",
"maxQty": 123,
"maxDays": 123,
"productRules": [
"<string>"
],
"customerRules": [
"<string>"
],
"rank": 123,
"enabled": true,
"isReturnable": true,
"validForAllSites": true,
"validSites": [
123
],
"metaData": "<unknown>",
"auditInfo": {
"updateDate": "2023-11-07T05:31:56Z",
"createDate": "2023-11-07T05:31:56Z",
"updateBy": "<string>",
"createBy": "<string>"
}
}JWT Authorization header using the Bearer scheme.
The code of the Return rule.
limits which fields are returned in the response body
Success
Return Rule contract
Unique identifier of the Return.
Return name
Return description
Maximum quantity of the Return
Maximum Days of the Return
List of product rule codes that apply to the Return
List of customer rule codes that apply to the Return
Rank of the Return
Indicates if the Return is enabled
Indicates if the Return is IsReturnable
Indicates if the ReturnRule is valid for all sites
List of site IDs that the ReturnRule is valid for
Metadata for the ReturnRule which is a json format, used to store additional information
Show child attributes