createExchangeRequest
post
/ccagent/v1/exchanges
Create Exchange Request. Gets list of items from an order for which exchange request can be created with operation set as 'initiateExchange'. Takes X-CCAgentContext header which is a JSON object with 'shopperProfileId' as a property. If 'shopperProfileId' is not provided, it is considered as an anonymous profile.Additonally takes x-ccsite header. If the site information is not provided by default it takes the order site
Request
Supported Media Types
- application/json
Header Parameters
- x-ccsite
-
Type:
string
the site id on which the orders is laced
Body Parameter
Root Schema : createExchangeRequest_request
{
"op":"initiateExchange",
"orderId":"o10400"
}
- op
-
Type:
string
Required:true
Specify the operation to be performed. Related Endpoint Operations - InitiateExchange, SubmitExchangeOrder, CreateExchangeRequest - orderId
-
Type:
string
Required:true
Commerce id of order. Related Endpoint Operations - InitiateExchange, CreateExchangeRequest - returnItems
-
Type:
array
returnItemsAdditional Properties Allowed:List of returnable Items. Related Endpoint Operations - SubmitExchangeOrder - returnRequestId
-
Type:
string
Id of the returnrequest. Related Endpoint Operations - SubmitExchangeOrder
Nested Schema : returnItems
Nested Schema : items
Type:
object
- catRefId
-
Type:
string
Catalog Reference Id - commerceItemId
-
Type:
number
Commerce Id of the returned item - dynamicProperties
-
Type:
string
Map containing dynamic properties as key value pairs - quantityToReturn
-
Type:
string
Quantity to be Returned - replacementSkuId
-
Type:
string
SkuId of the replaced Item - returnReason
-
Type:
string
Return Reason - shippingGroupId
-
Type:
string
Shipping group Id of the returned item
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : createExchangeRequest_response
- orderInfo
-
Type:
object
orderInfoAdditional Properties Allowed:Order Information. - profileInfo
-
Type:
object
profileInfoAdditional Properties Allowed:Profile Information for the order. - quoteInfo
-
Type:
object
quoteInfoAdditional Properties Allowed:the quote information of the order - returnItems
-
Type:
array
returnItemsAdditional Properties Allowed:List of returnable Items
Nested Schema : orderInfo
Type:
object
Order Information.
- creationDate
-
Type:
string
Date on which the Order was created. - orderId
-
Type:
string
Commerce id for this order. - priceInfo
-
Type:
object
priceInfoAdditional Properties Allowed:Price information of the order. - priceListGroup
-
Type:
object
priceListGroupAdditional Properties Allowed:PriceList group of the order. - siteId
-
Type:
string
Site Id on which the Order was placed. - submittedDate
-
Type:
string
Date on which the Order was submitted.
Nested Schema : profileInfo
Type:
object
Profile Information for the order.
-
Type:
string
Email address of the profile - firstName
-
Type:
string
First name of profile. - lastName
-
Type:
string
Last name of profile. - middleName
-
Type:
string
Middle name of profile. - organization
-
Type:
object
organizationAdditional Properties Allowed:The Organization associated with the B2B customer profile.
Nested Schema : quoteInfo
Type:
object
the quote information of the order
- errorInfo
-
Type:
array
errorInfoAdditional Properties Allowed:the array of errors, if any - expirationDate
-
Type:
string
the expiration date of the quoted order, if any - externalId
-
Type:
string
the external id for the quote - notes
-
Type:
array
notesAdditional Properties Allowed:the notes (history) for the order - providerNote
-
Type:
string
the provider note for the quoted order - quoteDate
-
Type:
number
the date the order was quoted in milliseconds - rejectionDate
-
Type:
string
rejection date of the quoted order - rejectionNote
-
Type:
string
the rejection note for an order whose quote has been rejected by user - requestDate
-
Type:
string
the date when the quote was requested in ISO format
Nested Schema : returnItems
Nested Schema : priceInfo
Type:
object
Price information of the order.
- amount
-
Type:
number
The raw number that represents the price. - currencyCode
-
Type:
string
Indicates the currency of the price. For example, USD indicates that the price is in US dollars. - isTaxIncluded
-
Type:
boolean
Indicates if tax is included in item price - orderDiscountAmount
-
Type:
number
Total Order Discount Ampunt - shipping
-
Type:
number
The shipping cost of the order. - subTotal
-
Type:
number
The subtotal of the order before applying order-level promotions. - tax
-
Type:
number
The tax on the order. - total
-
Type:
number
The current working total, including all promotions, tax, and billing costs. - totalWithoutTax
-
Type:
number
The total cost without Tax.
Nested Schema : priceListGroup
Type:
object
PriceList group of the order.
- active
-
Type:
boolean
Active status of pricelist group. - currency
-
Type:
object
currencyAdditional Properties Allowed:Currency of the PriceList group. - deleted
-
Type:
boolean
Pricelist group deleted status. - displayName
-
Type:
string
Display Name. - id
-
Type:
string
Id. - listPriceList
-
Type:
object
listPriceListAdditional Properties Allowed:Price List for list prices - locale
-
Type:
string
Locale. - repositoryId
-
Type:
string
Repository Id. - salePriceList
-
Type:
object
salePriceListAdditional Properties Allowed:Price List for sale prices - shippingSurchargePriceList
-
Type:
object
shippingSurchargePriceListAdditional Properties Allowed:Price List for shipping surcharge prices
Nested Schema : currency
Type:
object
Currency of the PriceList group.
- currencyCode
-
Type:
string
Currency Code. - displayName
-
Type:
string
Display Name. - fractionalDigits
-
Type:
integer
Fractional Digits. - numericCode
-
Type:
string
Numeric Code. - repositoryId
-
Type:
string
Repository Id. - symbol
-
Type:
string
currency Symbol.
Nested Schema : listPriceList
Type:
object
Price List for list prices
- repositoryId
-
Type:
string
Repository ID of the list prices
Nested Schema : salePriceList
Type:
object
Price List for sale prices
- repositoryId
-
Type:
string
Repository ID of the sale prices
Nested Schema : shippingSurchargePriceList
Type:
object
Price List for shipping surcharge prices
- repositoryId
-
Type:
string
Repository ID of the shipping surcharge prices
Nested Schema : organization
Type:
object
The Organization associated with the B2B customer profile.
- id
-
Type:
string
The id of the organization. - name
-
Type:
string
The name of of the organization.
Nested Schema : errorInfo
Nested Schema : notes
Nested Schema : items
Type:
object
- profileId
-
Type:
string
the profile id of the user - profileType
-
Type:
string
the profile type of the user that requested the quote - requestDate/quoteDate/rejectionDate
-
Type:
number
the request/quote/rejection date for the note - requesterNote/providerNote/rejectionNote
-
Type:
string
the requester/provider/rejection note
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the item by the configurator system. - activationDate
-
Type:
string
The activation date in ISO format. - assetId
-
Type:
string
The asset ID corresponding to the current item. - billingAccountId
-
Type:
string
The billing account ID associated to the current item. - catRefId
-
Type:
string
Catalog Reference Id - childItems
-
Type:
array
childItemsAdditional Properties Allowed:Returned Item child items - comments
-
Type:
string
Comments at returnItem level - commerceItemId
-
Type:
string
Commerce Id of the returned item - configuratorId
-
Type:
string
Configurator Id of the returned item - customerAccountId
-
Type:
string
The customer account ID associated to the current item. - deactivationDate
-
Type:
string
The deactivation date in ISO format. - displayName
-
Type:
string
Display Name of the Product - dynamicProperties
-
Type:
array
dynamicPropertiesAdditional Properties Allowed:Array of custom properties at order line item level. - externalData
-
Type:
array
externalDataAdditional Properties Allowed:External data to be associated with a commerce item, provided by a configurator system. - nonreturnable
-
Type:
boolean
Indicates whether the item is returnable or not - price
-
Type:
number
Total price of items - productId
-
Type:
string
Id of the Product - quantityAvailableForReturn
-
Type:
number
Quantity Available - quantityReturned
-
Type:
number
Quantity Returned - quantityShipped
-
Type:
number
Quantity Shipped - serviceAccountId
-
Type:
string
The service account ID associated to the current item. - serviceId
-
Type:
string
The service ID associated to the current item. - shippingGroupId
-
Type:
string
Shipping group Id of the returned item - skuOptionInfo
-
Type:
array
skuOptionInfoAdditional Properties Allowed:Product Variant Information. - skuProperties
-
Type:
array
skuPropertiesAdditional Properties Allowed:Sku properties Information - unitPrice
-
Type:
number
Unit price of the item
Nested Schema : childItems
Nested Schema : dynamicProperties
Nested Schema : externalData
Nested Schema : skuOptionInfo
Nested Schema : skuProperties
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the item by the configurator system. - activationDate
-
Type:
string
The activation date in ISO format. - assetId
-
Type:
string
The asset ID corresponding to the current item. - billingAccountId
-
Type:
string
The billing account ID associated to the current item. - catRefId
-
Type:
string
Catalog Reference Id of the child Item - childItems
-
Type:
array
childItemsAdditional Properties Allowed:Returned Item child items - customerAccountId
-
Type:
string
The customer account ID associated to the current item. - deactivationDate
-
Type:
string
The deactivation date in ISO format. - displayName
-
Type:
string
Product display name of the sub sku commerce item - externalData
-
Type:
array
externalDataAdditional Properties Allowed:External data to be associated with a commerce item, provided by a configurator system. - productId
-
Type:
string
Product Id of teh - quantity
-
Type:
number
quantity of the child Item - route
-
Type:
string
Product path - selectedOptions
-
Type:
array
selectedOptionsAdditional Properties Allowed:Child Product Variant Information. - serviceAccountId
-
Type:
string
The service account ID associated to the current item. - serviceId
-
Type:
string
The service ID associated to the current item.
Nested Schema : childItems
Nested Schema : externalData
Nested Schema : selectedOptions
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the item by the configurator system. - activationDate
-
Type:
string
The activation date in ISO format. - assetId
-
Type:
string
The asset ID corresponding to the current item. - billingAccountId
-
Type:
string
The billing account ID associated to the current item. - catRefId
-
Type:
string
Catalog Reference Id of the child Item - customerAccountId
-
Type:
string
The customer account ID associated to the current item. - deactivationDate
-
Type:
string
The deactivation date in ISO format. - displayName
-
Type:
string
Product display name of the sub sku commerce item - externalData
-
Type:
array
externalDataAdditional Properties Allowed:External data to be associated with a commerce item, provided by a configurator system. - productId
-
Type:
string
Product Id of teh - quantity
-
Type:
number
quantity of the child Item - route
-
Type:
string
Product path - selectedOptions
-
Type:
array
selectedOptionsAdditional Properties Allowed:Child Product Variant Information. - serviceAccountId
-
Type:
string
The service account ID associated to the current item. - serviceId
-
Type:
string
The service ID associated to the current item.
Nested Schema : externalData
Nested Schema : selectedOptions
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the externalData item by the configurator system. - name
-
Type:
string
The name to be associated with the externalData item. - values
-
Type:
object
valuesAdditional Properties Allowed:The array of values associated with an externalData item.
Nested Schema : values
Type:
object
The array of values associated with an externalData item.
- dynamic_property_key
-
Type:
string
This property's name and value will be retrieved from a configurator system, so will be dynamically set.
Nested Schema : items
Type:
object
- optionName
-
Type:
string
Name of the Dynamic attribute. - optionValue
-
Type:
string
Value of the Dynamic attribute.
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the externalData item by the configurator system. - name
-
Type:
string
The name to be associated with the externalData item. - values
-
Type:
object
valuesAdditional Properties Allowed:The array of values associated with an externalData item.
Nested Schema : values
Type:
object
The array of values associated with an externalData item.
- dynamic_property_key
-
Type:
string
This property's name and value will be retrieved from a configurator system, so will be dynamically set.
Nested Schema : items
Type:
object
- optionName
-
Type:
string
Name of the Dynamic attribute. - optionValue
-
Type:
string
Value of the Dynamic attribute.
Nested Schema : items
Type:
object
- id
-
Type:
string
The ID of the dynamic property. - label
-
Type:
string
The label of the dynamic property. - value
-
Type:
string
The value of the dynamic property.
Nested Schema : items
Type:
object
- actionCode
-
Type:
string
The action code that has been set on the externalData item by the configurator system. - name
-
Type:
string
The name to be associated with the externalData item. - values
-
Type:
object
valuesAdditional Properties Allowed:The array of values associated with an externalData item.
Nested Schema : values
Type:
object
The array of values associated with an externalData item.
- dynamic_property_key
-
Type:
string
This property's name and value will be retrieved from a configurator system, so will be dynamically set.
Nested Schema : items
Type:
object
- optionName
-
Type:
string
Name of the Dynamic attribute - optionValue
-
Type:
string
Value of the Dynamic attribute
Nested Schema : items
Type:
object
- id
-
Type:
string
ID of the Dynamic SKU Property. - name
-
Type:
string
Name of the Dynamic SKU Property. - propertyType
-
Type:
string
Type that indicates whether it is a base or a custom SKU property, - value
-
Type:
string
Value of the Dynamic SKU Property.
Example application/json
{
"returnItems":[
{
"quantityReturned":0,
"deactivationDate":"2018-06-27T12:59:59Z",
"nonreturnable":false,
"dynamicProperties":[
{
"id":"ReferralCode",
"label":"ReferralCode",
"value":null
},
{
"id":"OfferEndsDate",
"label":"OfferEndsDate",
"value":"2020-07-02T03:42:42.000Z"
},
{
"id":"Discount",
"label":"Discount",
"value":10
},
{
"id":"GiftWrapping",
"label":"Gift Wrapping",
"value":false
},
{
"id":"name",
"label":"Name on product(Mug)",
"value":"My name"
},
{
"id":"ShippingInstructions",
"label":"Shipping Instructions",
"value":null
}
],
"displayName":"Fifa 2010",
"externalData":[
],
"billingAccountId":"billingAcc-123",
"childItems":[
{
"serviceAccountId":"serviceAcc-123",
"deactivationDate":"2018-06-27T12:59:59Z",
"quantity":2,
"productId":"prod10040",
"displayName":"Super Smash Brothers Brawl",
"externalData":[
],
"billingAccountId":"billingAcc-123",
"childItems":[
{
"serviceAccountId":"serviceAcc-123",
"deactivationDate":"2018-06-27T12:59:59Z",
"quantity":2,
"productId":"prod10049",
"displayName":"Super Smash Brothers Brawl one",
"externalData":[
],
"billingAccountId":"billingAcc-123",
"catRefId":"sku10041",
"route":"product/prod10049",
"customerAccountId":"customerAcc-123",
"assetId":"asset10001",
"selectedOptions":[
],
"actionCode":"Add",
"activationDate":"2017-06-27T15:30:00Z",
"serviceId":"service-123"
}
],
"catRefId":"sku10041",
"route":"product/prod10040",
"customerAccountId":"customerAcc-123",
"assetId":"asset10001",
"selectedOptions":[
],
"actionCode":"Add",
"activationDate":"2017-06-27T15:30:00Z",
"serviceId":"service-123"
},
{
"serviceAccountId":"serviceAcc-123",
"deactivationDate":"2018-06-27T12:59:59Z",
"quantity":1,
"productId":"prod10038",
"displayName":"Wii Music",
"externalData":[
],
"billingAccountId":"billingAcc-123",
"catRefId":"sku10042",
"route":"product/prod10038",
"customerAccountId":"customerAcc-123",
"assetId":"asset10001",
"selectedOptions":[
],
"actionCode":"Add",
"activationDate":"2017-06-27T15:30:00Z",
"serviceId":"service-123"
}
],
"configuratorId":"12345677",
"skuOptionInfo":[
],
"quantityAvailableForReturn":3,
"commerceItemId":"ci9000467",
"assetId":"asset10001",
"price":29.97,
"actionCode":"Add",
"serviceId":"service-123",
"unitPrice":9.99,
"serviceAccountId":"serviceAcc-123",
"comments":null,
"productId":"prod10035",
"shippingGroupId":"sg80417",
"catRefId":"sku10037",
"skuProperties":[
{
"propertyType":"sku-base",
"name":"Name",
"id":"displayName",
"value":null
},
{
"propertyType":"sku-base",
"name":"Id",
"id":"id",
"value":"camerasku_1_1"
},
{
"propertyType":"sku-custom",
"name":"dynamicskuprop1",
"id":"dynamicskuprop1",
"value":"dynamicskuprop1"
}
],
"customerAccountId":"customerAcc-123",
"quantityShipped":3,
"activationDate":"2017-06-27T15:30:00Z"
}
],
"profileInfo":{
"lastName":"Anderson",
"firstName":"Kim",
"organization":{
"name":"Oracle India Pvt Ltd",
"id":"oracle"
},
"middleName":null,
"email":"kim@example.com"
},
"orderInfo":{
"priceInfo":{
"total":58.4,
"amount":29.97,
"shipping":25,
"isTaxIncluded":false,
"tax":3.43,
"subTotal":29.97,
"orderDiscountAmount":0,
"currencyCode":"USD",
"totalWithoutTax":145.2
},
"orderId":"o10400",
"priceListGroup":{
"deleted":false,
"displayName":"UsDollar",
"listPriceList":{
"repositoryId":"listPrices"
},
"repositoryId":"UsDollar",
"active":true,
"salePriceList":{
"repositoryId":"salePrices"
},
"currency":{
"symbol":"$",
"displayName":"US Dollar",
"repositoryId":"en_US",
"fractionalDigits":2,
"currencyCode":"USD",
"numericCode":"840"
},
"id":"UsDollar",
"locale":"en_US",
"shippingSurchargePriceList":{
"repositoryId":"shippingSurchargePrices"
}
},
"siteId":"siteUS",
"creationDate":"2014-05-20 16:06:44.0",
"submittedDate":"2014-05-20 16:07:44.0"
},
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccagentui/v1/exchanges"
}
],
"quoteInfo":{
"providerNote":null,
"notes":[
{
"providerDate":"2016-11-25T13:33:48.000Z",
"providerNote":"The quote is approved as per the request",
"profileType":null,
"profileId":"se-570031"
},
{
"profileType":null,
"profileId":"se-570031",
"requestDate":"2016-10-25T13:33:48.000Z",
"requesterNote":"provide 10 percent off on the total quantity"
}
],
"rejectionDate":null,
"requestDate":"2016-10-25T13:33:48.000Z",
"errorInfo":null,
"externalID":null,
"rejectionNote":null,
"quoteDate":"2016-10-25T13:35:32.000Z",
"expirationDate":"2026-04-28T18:53:48.000Z"
}
}
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|
|------------------|------------------|
|200188|The shipping method(s) associated with the order is no longer available.|
|30015|SiteId passed in x-ccsite header is currently inactive|
|30014|SiteId passed in x-ccsite header is invalid or the site was deleted|
|200171|Order is not allowed for exchange.|
|30020|The Site to which the order belongs was deleted|
|30021|The Site to which the order belongs is currently inactive|
|200105|Order Id passed in is null.|
|200189|An internal error occurred while validating shipping method(s) associated with the order.|
|30019|SiteId passed in x-ccsite header is not related to the order being worked upon|
Body
Root Schema : errorModel
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - errors
-
Type:
array
errorsAdditional Properties Allowed:An optional list of errors if multiple errors were encountered - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code - type
-
Type:
string
The URI to the HTTP state code definition
Nested Schema : errors
Nested Schema : items
Type:
object
- devMessage
-
Type:
string
An optional non-localized message containing technical information for developers - errorCode
-
Type:
string
The numerical code identifying the error - message
-
Type:
string
The localized message describing the error - moreInfo
-
Type:
string
An optional non-localized message with more information - o:errorPath
-
Type:
string
An optional machine readable description of where the error occurred - status
-
Type:
string
The HTTP status code
Examples
Sample Request:
{ "op": "initiateExchange", "orderId": "o10400" }
Sample Response Payload returned by endpoint:
{ "returnItems": [{ "quantityReturned": 0, "deactivationDate": "2018-06-27T12:59:59Z", "nonreturnable": false, "dynamicProperties": [ { "id": "ReferralCode", "label": "ReferralCode", "value": null }, { "id": "OfferEndsDate", "label": "OfferEndsDate", "value": "2020-07-02T03:42:42.000Z" }, { "id": "Discount", "label": "Discount", "value": 10 }, { "id": "GiftWrapping", "label": "Gift Wrapping", "value": false }, { "id": "name", "label": "Name on product(Mug)", "value": "My name" }, { "id": "ShippingInstructions", "label": "Shipping Instructions", "value": null } ], "displayName": "Fifa 2010", "externalData": [], "billingAccountId": "billingAcc-123", "childItems": [ { "serviceAccountId": "serviceAcc-123", "deactivationDate": "2018-06-27T12:59:59Z", "quantity": 2, "productId": "prod10040", "displayName": "Super Smash Brothers Brawl", "externalData": [], "billingAccountId": "billingAcc-123", "childItems": [{ "serviceAccountId": "serviceAcc-123", "deactivationDate": "2018-06-27T12:59:59Z", "quantity": 2, "productId": "prod10049", "displayName": "Super Smash Brothers Brawl one", "externalData": [], "billingAccountId": "billingAcc-123", "catRefId": "sku10041", "route": "product/prod10049", "customerAccountId": "customerAcc-123", "assetId": "asset10001", "selectedOptions": [], "actionCode": "Add", "activationDate": "2017-06-27T15:30:00Z", "serviceId": "service-123" }], "catRefId": "sku10041", "route": "product/prod10040", "customerAccountId": "customerAcc-123", "assetId": "asset10001", "selectedOptions": [], "actionCode": "Add", "activationDate": "2017-06-27T15:30:00Z", "serviceId": "service-123" }, { "serviceAccountId": "serviceAcc-123", "deactivationDate": "2018-06-27T12:59:59Z", "quantity": 1, "productId": "prod10038", "displayName": "Wii Music", "externalData": [], "billingAccountId": "billingAcc-123", "catRefId": "sku10042", "route": "product/prod10038", "customerAccountId": "customerAcc-123", "assetId": "asset10001", "selectedOptions": [], "actionCode": "Add", "activationDate": "2017-06-27T15:30:00Z", "serviceId": "service-123" } ], "configuratorId": "12345677", "skuOptionInfo": [], "quantityAvailableForReturn": 3, "commerceItemId": "ci9000467", "assetId": "asset10001", "price": 29.97, "actionCode": "Add", "serviceId": "service-123", "unitPrice": 9.99, "serviceAccountId": "serviceAcc-123", "comments": null, "productId": "prod10035", "shippingGroupId": "sg80417", "catRefId": "sku10037", "skuProperties": [ { "propertyType": "sku-base", "name": "Name", "id": "displayName", "value": null }, { "propertyType": "sku-base", "name": "Id", "id": "id", "value": "camerasku_1_1" }, { "propertyType": "sku-custom", "name": "dynamicskuprop1", "id": "dynamicskuprop1", "value": "dynamicskuprop1" } ], "customerAccountId": "customerAcc-123", "quantityShipped": 3, "activationDate": "2017-06-27T15:30:00Z" }], "profileInfo": { "lastName": "Anderson", "firstName": "Kim", "organization": { "name": "Oracle India Pvt Ltd", "id": "oracle" }, "middleName": null, "email": "kim@example.com" }, "orderInfo": { "priceInfo": { "total": 58.4, "amount": 29.97, "shipping": 25, "isTaxIncluded": false, "tax": 3.43, "subTotal": 29.97, "orderDiscountAmount": 0, "currencyCode": "USD", "totalWithoutTax": 145.2 }, "orderId": "o10400", "priceListGroup": { "deleted": false, "displayName": "UsDollar", "listPriceList": {"repositoryId": "listPrices"}, "repositoryId": "UsDollar", "active": true, "salePriceList": {"repositoryId": "salePrices"}, "currency": { "symbol": "$", "displayName": "US Dollar", "repositoryId": "en_US", "fractionalDigits": 2, "currencyCode": "USD", "numericCode": "840" }, "id": "UsDollar", "locale": "en_US", "shippingSurchargePriceList": {"repositoryId": "shippingSurchargePrices"} }, "siteId": "siteUS", "creationDate": "2014-05-20 16:06:44.0", "submittedDate": "2014-05-20 16:07:44.0" }, "links": [{ "rel": "self", "href": "http://localhost:9080/ccagentui/v1/exchanges" }], "quoteInfo": { "providerNote": null, "notes": [ { "providerDate": "2016-11-25T13:33:48.000Z", "providerNote": "The quote is approved as per the request", "profileType": null, "profileId": "se-570031" }, { "profileType": null, "profileId": "se-570031", "requestDate": "2016-10-25T13:33:48.000Z", "requesterNote": "provide 10 percent off on the total quantity" } ], "rejectionDate": null, "requestDate": "2016-10-25T13:33:48.000Z", "errorInfo": null, "externalID": null, "rejectionNote": null, "quoteDate": "2016-10-25T13:35:32.000Z", "expirationDate": "2026-04-28T18:53:48.000Z" } }