updateReturnRequest

put

/ccadmin/v1/returnRequests/{id}

Updates return request. NOTE: In case of any updates to any amount related fields, corresponding amount at refund method level in return request and amount at payment group level in original order should also be updated.

Request

Supported Media Types
Path Parameters
Body ()
Root Schema : updateReturnRequest_request
Type: object
Show Source
Example:
{
    "shippingTaxRefund":3,
    "agentId":"service",
    "secondaryCurrencyShippingTaxRefund":0,
    "actualShippingRefund":25,
    "actualTaxRefund":6,
    "otherRefund":0,
    "secondaryCurrencyActualTaxRefund":0,
    "refundMethodList":[
        {
            "refundType":"manualRefund",
            "amount":86,
            "state":"INCOMPLETE"
        }
    ],
    "returnLabel":null,
    "authorizationNumber":"100001",
    "returnFee":0,
    "requestId":"100001",
    "secondaryCurrencyActualShippingRefund":0,
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/returnRequests/100001"
        }
    ],
    "appeasementRefundAdjustment":0,
    "state":"FULL_RETURN",
    "additionalProperties":{
        "abc":"123"
    },
    "originOfReturn":"contactCenter",
    "trackingNumber":null,
    "returnItemList":[
        {
            "secondaryCurrencyActualTaxRefundShare":0,
            "comments":"this is comment 112222",
            "shippingGroupId":"sg40412",
            "secondaryCurrencyActualShippingSurchargeRefundShare":0,
            "quantityWithFractionReceived":0,
            "commerceItemId":"ci3000414",
            "secondaryCurrencyActualShippingRefundShare":0,
            "disposition":"acceptedWithRefund",
            "actualShippingSurchargeRefundShare":0,
            "returnReason":"defective",
            "childReturnItems":[
                {
                    "secondaryCurrencyActualTaxRefundShare":0,
                    "comments":"this is comment 334444",
                    "shippingGroupId":"sg40413",
                    "secondaryCurrencyActualShippingSurchargeRefundShare":0,
                    "quantityWithFractionReceived":0,
                    "commerceItemId":"ci3000415",
                    "secondaryCurrencyActualShippingRefundShare":0,
                    "disposition":"rejectedWithRefund",
                    "actualShippingSurchargeRefundShare":0,
                    "returnReason":"defective",
                    "actualShippingRefundShare":0,
                    "state":"RETURNED",
                    "additionalProperties":{
                    },
                    "actualTaxRefundShare":0,
                    "quantityReceived":1,
                    "refundAmount":0
                }
            ],
            "actualShippingRefundShare":25,
            "state":"RETURNED",
            "additionalProperties":{
            },
            "actualTaxRefundShare":6,
            "quantityReceived":1,
            "refundAmount":49.99
        }
    ],
    "actualShippingSurchargeRefund":11,
    "secondaryCurrencyActualShippingSurchargeRefund":0,
    "secondaryCurrencyAppeasementRefundAdjustment":0
}
Nested Schema : additionalProperties
Type: object
Map of Additional properties for return request
Nested Schema : refundMethodList
Type: array
List of refund methods
Show Source
Nested Schema : returnItemList
Type: array
List of returnable Items
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : returnItems_request
Type: object
Show Source
Nested Schema : additionalProperties
Type: object
Map of Additional properties for each return item
Nested Schema : childReturnItems
Type: array
List of child return items of this return item
Show Source
Back to Top

Response

Supported Media Types

200 Response

Following model is returned when operation succeeds.
Body ()
Root Schema : updateReturnRequest_response
Type: object
Show Source
Example:
{
    "shippingTaxRefund":3,
    "agentId":"service",
    "secondaryCurrencyShippingTaxRefund":0,
    "actualShippingRefund":25,
    "actualTaxRefund":6,
    "otherRefund":0,
    "secondaryCurrencyActualTaxRefund":0,
    "refundMethodList":[
        {
            "refundType":"manualRefund",
            "amount":86,
            "state":"INCOMPLETE"
        }
    ],
    "returnLabel":null,
    "authorizationNumber":"100001",
    "returnFee":0,
    "requestId":"100001",
    "secondaryCurrencyActualShippingRefund":0,
    "links":[
        {
            "rel":"self",
            "href":"http://localhost:9080/ccadminui/v1/returnRequests/100001"
        }
    ],
    "appeasementRefundAdjustment":0,
    "state":"FULL_RETURN",
    "additionalProperties":{
        "abc":"123"
    },
    "originOfReturn":"contactCenter",
    "trackingNumber":null,
    "returnItemList":[
        {
            "secondaryCurrencyActualTaxRefundShare":0,
            "comments":"this is comment 112222",
            "shippingGroupId":"sg40412",
            "secondaryCurrencyActualShippingSurchargeRefundShare":0,
            "quantityWithFractionReceived":0,
            "commerceItemId":"ci3000414",
            "secondaryCurrencyActualShippingRefundShare":0,
            "disposition":"acceptedWithRefund",
            "actualShippingSurchargeRefundShare":0,
            "returnReason":"defective",
            "childReturnItems":[
                {
                    "secondaryCurrencyActualTaxRefundShare":0,
                    "comments":"this is comment 334444",
                    "shippingGroupId":"sg40413",
                    "secondaryCurrencyActualShippingSurchargeRefundShare":0,
                    "quantityWithFractionReceived":0,
                    "commerceItemId":"ci3000415",
                    "secondaryCurrencyActualShippingRefundShare":0,
                    "disposition":"rejectedWithRefund",
                    "actualShippingSurchargeRefundShare":0,
                    "returnReason":"defective",
                    "actualShippingRefundShare":0,
                    "state":"RETURNED",
                    "additionalProperties":{
                    },
                    "actualTaxRefundShare":0,
                    "quantityReceived":1,
                    "refundAmount":0
                }
            ],
            "actualShippingRefundShare":25,
            "state":"RETURNED",
            "additionalProperties":{
            },
            "actualTaxRefundShare":6,
            "quantityReceived":1,
            "refundAmount":49.99
        }
    ],
    "actualShippingSurchargeRefund":11,
    "secondaryCurrencyActualShippingSurchargeRefund":0,
    "secondaryCurrencyAppeasementRefundAdjustment":0
}
Nested Schema : additionalProperties
Type: object
Map of Additional properties for return request
Nested Schema : refundMethodList
Type: array
List of refund methods
Show Source
Nested Schema : returnItemList
Type: array
List of returnable Items
Show Source
Nested Schema : items
Type: object
Show Source
Nested Schema : returnItems_response
Type: object
Show Source
Nested Schema : additionalProperties
Type: object
Map of Additional properties for each return item
Nested Schema : childReturnItems
Type: array
List of child return items of this return item.
Show Source

Default Response

The error response. The following are the internal error codes thrown by this API when the request processing fails in Oracle Commerce Cloud: |Error Code|Description| |------------------|------------------| |200125|Input passed is null.| |200126|Invalid Input Parameter.| |200194|The given Request Id is an exchange request id. Update action not supported.| |200195|Request site id doesn't match current site id.| |00000000|It will be a list of errors where each error will have 200192 as error code
Body ()
Root Schema : errorModel
Type: object
Show Source
Nested Schema : errors
Type: array
An optional list of errors if multiple errors were encountered
Show Source
Nested Schema : items
Type: object
Show Source
Back to Top