submitOrderAmendment
put
/ccagent/v1/orderAmendments/{orderId}
Submit Order Amendment. Applies the changes made during amend process to the order.Additonally takes x-ccsite header to submit the edited order in a site. If the site information is not provided takes the order site. Optionally takes X-CCOrganization header which is a JSON field with organization ID as value.
Request
Supported Media Types
- application/json
Path Parameters
- orderId
-
Type:
string
Required:true
Commerce id of the order.
Header Parameters
- X-CCOrganization
-
Type:
string
The organization Id to which the order belongs- x-ccsite
Type:string
the site id in which the orders is placed
Body Parameter
Root Schema : submitOrderAmendment_request
PUT v1/ccagent/v1/orderAmendments/o10411
Response
Supported Media Types
- application/json
200 Response
Following model is returned when operation succeeds.
Body
Root Schema : submitOrderAmendment_response
- approvalSystemMessages
-
Type:
array
approvalSystemMessagesAdditional Properties Allowed:The array of messages which are stored during order processing - creationDate
-
Type:
string
Date on which the Order was created. - creationTime
-
Type:
number
Order creation time. - discountInfo
-
Type:
object
discountInfoAdditional Properties Allowed:Discount information. - id
-
Type:
string
Commerce id for this order. - orderComments
-
Type:
array
orderCommentsAdditional Properties Allowed:The list of all logged comments for the order. - paymentGroup
-
Type:
object
paymentGroupAdditional Properties Allowed:Payment Group for the order. - paymentGroups
-
Type:
array
paymentGroupsAdditional Properties Allowed:List of payment Groups for the order. - priceInfo
-
Type:
object
priceInfoAdditional Properties Allowed:Price information of the order. - profile
-
Type:
object
profileAdditional Properties Allowed:Profile Information for the order. - profileId
-
Type:
string
The Repository Id of the profile to which this Order belongs to. - quoteInfo
-
Type:
object
quoteInfoAdditional Properties Allowed:the quote information of the order - returnRequests
-
Type:
array
returnRequestsAdditional Properties Allowed:The list of the requests raised for the order. - shippingAddress
-
Type:
object
shippingAddressAdditional Properties Allowed:shipping address for the order. - shippingGroups
-
Type:
array
shippingGroupsAdditional Properties Allowed:List of shipping groups for the order. - shippingMethod
-
Type:
object
shippingMethodAdditional Properties Allowed:Shipping method information. - shoppingCart
-
Type:
object
shoppingCartAdditional Properties Allowed:Shopping cart information. - state
-
Type:
integer
The order state. - stateDetailsAsUser
-
Type:
string
Order State description for this order. - submittedDate
-
Type:
string
Date on which the Order was submitted. - taxPriceInfo
-
Type:
object
taxPriceInfoAdditional Properties Allowed:The tax pricing details for the order. - totalAmountAuthorized
-
Type:
number
Total amount authorized for the order.
Nested Schema : approvalSystemMessages
Nested Schema : discountInfo
Type:
object
Discount information.
- claimedCouponMultiPromotions
-
Type:
object
claimedCouponMultiPromotionsAdditional Properties Allowed:The coupons that were claimed - orderCouponsMap
-
Type:
array
orderCouponsMapAdditional Properties Allowed:Map of coupons. - orderDiscount
-
Type:
number
Discount given on an order. - orderImplicitDiscountList
-
Type:
array
orderImplicitDiscountListAdditional Properties Allowed:List of discounts. - shippingDiscount
-
Type:
number
shipping discount - unclaimedCouponMultiPromotions
-
Type:
object
unclaimedCouponMultiPromotionsAdditional Properties Allowed:The coupons that were not claimed - unclaimedCouponsMap
-
Type:
array
unclaimedCouponsMapAdditional Properties Allowed:Map of unclaimed coupons.
Nested Schema : orderComments
Nested Schema : paymentGroup
Type:
object
Payment Group for the order.
- amount
-
Type:
number
The amount associated with this Payment Group. - amountAuthorized
-
Type:
number
The amount authorized with this Payment Group. - billingAddress
-
Type:
object
billingAddressAdditional Properties Allowed:Billing address for the order. - cardNumber
-
Type:
string
The masked credit card number. - cardType
-
Type:
string
Payment method. e.g. physicalGiftCard/ creditCard - firstName
-
Type:
string
First name associated with this Payment Group. - lastName
-
Type:
string
Last name associated with this Payment Group. - paidAmount
-
Type:
number
The amount that has been debited to-date for this Payment Group. - paymentGroupId
-
Type:
string
Id of this payment Group. - paymentState
-
Type:
string
The Payment Group state. - paymentStateDetailsAsUser
-
Type:
string
The payment state description as string. - refundAmount
-
Type:
number
The amount that has been credited to-date for this Payment Group. - token
-
Type:
string
The payment authorization token. - totalDue
-
Type:
number
The current working total order price including all discounts, tax, and billing costs. - type
-
Type:
string
Payment method type - uiIntervention
-
Type:
string
This decides whether the client has to do some intervention for payment. e.g. SOP
Nested Schema : paymentGroups
Nested Schema : priceInfo
Type:
object
Price information of the order.
- amount
-
Type:
number
The raw number that represents the price. - billing
-
Type:
number
The billing cost of the order. - currencyCode
-
Type:
string
Indicates the currency of the price. For example, USD indicates that the price is in US dollars. - shipping
-
Type:
number
Total shipping amount of the order. - shippingSurchargeValue
-
Type:
number
Total shipping surcharge amount 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
Order total without tax.
Nested Schema : profile
Type:
object
Profile Information for the order.
-
Type:
string
Email id of profile. - firstName
-
Type:
string
First name of profile. - lastName
-
Type:
string
Last name of profile. - middleName
-
Type:
string
Middle name of 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 : returnRequests
Nested Schema : shippingAddress
Type:
object
shipping address for the order.
- address1
-
Type:
string
Address Line 1 for this shipping address. - address2
-
Type:
string
Address Line 2 for this shipping address. - address3
-
Type:
string
Address Line 3 for this shipping address. - city
-
Type:
string
City for this shipping address. - companyName
-
Type:
string
Company name for this shipping address. - country
-
Type:
string
Country id for this shipping address. - countryName
-
Type:
string
Country name for this shipping address. - county
-
Type:
string
County for this shipping address. -
Type:
string
Email for this shipping address. - faxNumber
-
Type:
string
Fax number for this shipping address. - firstName
-
Type:
string
First name for this shipping address. - jobTitle
-
Type:
string
Job title for this shipping address. - lastName
-
Type:
string
Last name for this shipping address. - middleName
-
Type:
string
Middle name for this shipping address. - phoneNumber
-
Type:
string
Phone number for this shipping address. - postalCode
-
Type:
string
Postal code for this shipping address. - prefix
-
Type:
string
Prefix for this shipping address. - state
-
Type:
string
State code for this shipping address. - stateName
-
Type:
string
State name for this shipping address. - suffix
-
Type:
string
Suffix for this shipping address.
Nested Schema : shippingGroups
Nested Schema : shippingMethod
Type:
object
Shipping method information.
- cost
-
Type:
number
shipping cost. - displayName
-
Type:
string
Display Name of shipment. - value
-
Type:
string
method type of shipment
Nested Schema : shoppingCart
Type:
object
Shopping cart information.
- items
-
Type:
array
itemsAdditional Properties Allowed:Items in the cart.
Nested Schema : taxPriceInfo
Type:
object
The tax pricing details for the order.
- amount
-
Type:
number
The monetary amount. - amountIsFinal
-
Type:
boolean
Whether the amount is final. - cityTax
-
Type:
number
The monetary amount of city tax. - countryTax
-
Type:
number
The monetary amount of country tax. - countyTax
-
Type:
number
The monetary amount of county tax. - currencyCode
-
Type:
string
The three character currency code. - discounted
-
Type:
boolean
Whether the price was discounted. - districtTax
-
Type:
number
Tax amount for the district. - stateTax
-
Type:
number
Tax amount for the state.
Nested Schema : claimedCouponMultiPromotions
Type:
object
The coupons that were claimed
- coupon code
-
Type:
array
coupon codeAdditional Properties Allowed:Coupon Code, corresponding to which promotions were applied
Nested Schema : orderCouponsMap
Nested Schema : orderImplicitDiscountList
Nested Schema : unclaimedCouponMultiPromotions
Type:
object
The coupons that were not claimed
- coupon code
-
Type:
array
coupon codeAdditional Properties Allowed:Coupon Code, corresponding to which some promotions were not applied
Nested Schema : unclaimedCouponsMap
Nested Schema : coupon code
Nested Schema : items
Type:
object
- promotionDesc
-
Type:
string
Promotion Description - promotionId
-
Type:
string
Promotion Id - promotionLevel
-
Type:
string
Promotion Level - totalAdjustment
-
Type:
number
Adjustment done by the promotion
Nested Schema : items
Type:
object
- promotionDesc
-
Type:
string
Description of the promotion - promotionId
-
Type:
string
Id of the promotion - promotionLevel
-
Type:
string
Level of the promotion - totalAdjustment
-
Type:
string
Total adjustment caused by the promotion
Nested Schema : items
Type:
object
- promotionDesc
-
Type:
string
Description of the promotion - promotionId
-
Type:
string
Id of the promotion - promotionLevel
-
Type:
string
Level of the promotion - totalAdjustment
-
Type:
string
Total adjustment caused by the promotion
Nested Schema : coupon code
Nested Schema : items
Type:
object
- promotionDesc
-
Type:
string
Promotion Description - promotionId
-
Type:
string
Promotion Id - promotionLevel
-
Type:
string
Promotion Level
Nested Schema : items
Type:
object
- couonInfo
-
Type:
array
couonInfoAdditional Properties Allowed:The couopn Info - value
-
Type:
string
The value for promotion
Nested Schema : couonInfo
Nested Schema : items
Type:
object
- promotionDesc
-
Type:
string
Description of the promotion - promotionId
-
Type:
string
Id of the promotion - promotionLevel
-
Type:
string
Level of the promotion - totalAdjustment
-
Type:
string
Total adjustment caused by the promotion
Nested Schema : items
Type:
object
- comment
-
Type:
string
The comment string. - creationDate
-
Type:
string
Date on which the comment was created. - repositoryId
-
Type:
string
The repository id of the comment record.
Nested Schema : billingAddress
Type:
object
Billing address for the order.
- address1
-
Type:
string
Address line 1 for this billing address. - address2
-
Type:
string
Address line 2 for this billing address. - address3
-
Type:
string
Address line 3 for this billing address. - city
-
Type:
string
City for this billing address. - companyName
-
Type:
string
Company name for this billing address. - country
-
Type:
string
Country code for this billing address. - countryName
-
Type:
string
Country name for this billing address. - county
-
Type:
string
County for this billing address. -
Type:
string
Email for this billing address. - faxNumber
-
Type:
string
Fax number for this billing address. - firstName
-
Type:
string
First name for this billing address. - jobTitle
-
Type:
string
Job title for this billing address. - lastName
-
Type:
string
Last name for this billing address. - middleName
-
Type:
string
Middle name for this billing address. - phoneNumber
-
Type:
string
Phone number for this billing address. - postalCode
-
Type:
string
Postal code for this billing address. - prefix
-
Type:
string
Prefix for this billing address. - state
-
Type:
string
State code for this billing address. - stateName
-
Type:
string
State name for this billing address. - suffix
-
Type:
string
Suffix for this billing address.
Nested Schema : items
Type:
object
- amount
-
Type:
number
The amount associated with this Payment Group. - amountAuthorized
-
Type:
number
The amount authorized with this Payment Group. - billingAddress
-
Type:
object
billingAddressAdditional Properties Allowed:Billing address for the order. - cardNumber
-
Type:
string
The masked credit card number. - cardType
-
Type:
string
Payment method. e.g. physicalGiftCard/ creditCard - firstName
-
Type:
string
First name associated with this Payment Group. - lastName
-
Type:
string
Last name associated with this Payment Group. - paidAmount
-
Type:
number
The amount that has been debited to-date for this Payment Group. - paymentGroupId
-
Type:
string
Id of this payment Group. - paymentState
-
Type:
string
The Payment Group state. - paymentStateDetailsAsUser
-
Type:
string
The payment state description as string. - refundAmount
-
Type:
number
The amount that has been credited to-date for this Payment Group. - token
-
Type:
string
Token associated with this Payment Group. - totalDue
-
Type:
number
The current working total order price including all discounts, tax, and billing costs. - type
-
Type:
string
Payment method type - uiIntervention
-
Type:
string
This decides whether the client has to do some intervention for payment. e.g. SOP
Nested Schema : billingAddress
Type:
object
Billing address for the order.
- address1
-
Type:
string
Address line 1 for this billing address. - address2
-
Type:
string
Address line 2 for this billing address. - address3
-
Type:
string
Address line 3 for this billing address. - city
-
Type:
string
City for this billing address. - companyName
-
Type:
string
Company name for this billing address. - country
-
Type:
string
Country id for this billing address. - countryName
-
Type:
string
Country name for this billing address. - county
-
Type:
string
County for this billing address. -
Type:
string
Email for this billing address. - faxNumber
-
Type:
string
Fax number for this billing address. - firstName
-
Type:
string
First name for this billing address. - jobTitle
-
Type:
string
Job title for this billing address. - lastName
-
Type:
string
Last name for this billing address. - middleName
-
Type:
string
Middle name for this billing address. - phoneNumber
-
Type:
string
Phone number for this billing address. - postalCode
-
Type:
string
Postal code for this billing address. - prefix
-
Type:
string
Prefix for this billing address. - state
-
Type:
string
State id for this billing address. - stateName
-
Type:
string
State name for this billing address. - suffix
-
Type:
string
Suffix for this billing address.
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
- createdDate
-
Type:
string
The creation date of the return request. - returnRequestId
-
Type:
string
The return request id. - state
-
Type:
string
The status of the return request. - totalRefund
-
Type:
number
The total amount to be refunded on return. - totalReturnQuantity
-
Type:
integer
The total quantity for which return request has been raised.
Nested Schema : items
Type:
object
- shippingAddress
-
Type:
object
shippingAddressAdditional Properties Allowed:shipping address for the order. - shippingMethod
-
Type:
object
shippingMethodAdditional Properties Allowed:Shipping method information. - trackingInfo
-
Type:
array
trackingInfoAdditional Properties Allowed:Tracking Information for the Order - trackingNumber
-
Type:
string
Shipping tracking number
Nested Schema : shippingAddress
Type:
object
shipping address for the order.
- address1
-
Type:
string
Address Line 1 for this shipping address. - address2
-
Type:
string
Address Line 2 for this shipping address. - address3
-
Type:
string
Address Line 3 for this shipping address. - city
-
Type:
string
City for this shipping address. - companyName
-
Type:
string
Company name for this shipping address. - country
-
Type:
string
Country code for this shipping address. - countryName
-
Type:
string
Country name for this shipping address. - county
-
Type:
string
County for this shipping address. -
Type:
string
Email for this shipping address. - faxNumber
-
Type:
string
Fax number for this shipping address. - firstName
-
Type:
string
First name for this shipping address. - jobTitle
-
Type:
string
Job title for this shipping address. - lastName
-
Type:
string
Last name for this shipping address. - middleName
-
Type:
string
Middle name for this shipping address. - phoneNumber
-
Type:
string
Phone number for this shipping address. - postalCode
-
Type:
string
Postal code for this shipping address. - prefix
-
Type:
string
Prefix for this shipping address. - state
-
Type:
string
State code for this shipping address. - stateName
-
Type:
string
State name for this shipping address. - suffix
-
Type:
string
Suffix for this shipping address.
Nested Schema : shippingMethod
Type:
object
Shipping method information.
- cost
-
Type:
number
shipping cost. - displayName
-
Type:
string
Display Name of shipment. - value
-
Type:
string
method type of shipment
Nested Schema : trackingInfo
Nested Schema : items
Type:
object
- carrierId
-
Type:
string
Carrier Id for Tracking - carrierName
-
Type:
string
Carrier Name for Tracking - carrierUrl
-
Type:
string
Carrier URL for Tracking - trackingNumber
-
Type:
string
Tracking Number
Nested Schema : items
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 commerce item. - childItems
-
Type:
array
childItemsAdditional Properties Allowed:Child items of the commerce item - commerceItemId
-
Type:
string
Unique id of the line item - configuratorId
-
Type:
string
Configuration id of the configurable product - 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 commerce item. - externalData
-
Type:
array
externalDataAdditional Properties Allowed:External data to be associated with a commerce item, provided by a configurator system. - externalPrice
-
Type:
number
The Price of the product as per the external pricing system. - externalPriceQuantity
-
Type:
integer
Quantity of the product, the customer is allowed to buy at the external price. - imageInfo
-
Type:
object
imageInfoAdditional Properties Allowed:The image information. - listPrice
-
Type:
number
list price of commerce item. - onSale
-
Type:
boolean
Indicates if product is on sale or not. - price
-
Type:
number
The raw number that represents the price. - productId
-
Type:
string
Product Id of commerce item. - quantity
-
Type:
number
Quantity of the items. - rawTotalPrice
-
Type:
number
Raw total price of commerce item - returnedQuantity
-
Type:
number
Returned quantity - serviceAccountId
-
Type:
string
The service account ID associated to the current item. - serviceId
-
Type:
string
The service ID associated to the current item. - shippingSurchargeValue
-
Type:
number
Shipping surcharge amount for commerce item. - stateDetailsAsUser
-
Type:
string
State description of the commerce item. - status
-
Type:
integer
State of the commerce item. - tax
-
Type:
number
The amount of tax paid for this item. - unitPrice
-
Type:
number
Sale price or list price of commerceItem. - variant
-
Type:
array
variantAdditional Properties Allowed:Sku Information
Nested Schema : childItems
Nested Schema : externalData
Nested Schema : imageInfo
Type:
object
The image information.
- primaryThumbImageURL
-
Type:
string
The primary thumb URL
Nested Schema : variant
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
Sku Id of the child item - childItems
-
Type:
array
childItemsAdditional Properties Allowed:Child items of the commerce 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 child product - 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 the child item - 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
Sku 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
Display name of the child product - 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 the child item - 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
- 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
The SKU option name. - optionValue
-
Type:
string
The SKU option value.
Example application/json
{
"taxPriceInfo":{
"cityTax":0,
"amount":9.2,
"valueAddedTax":0,
"countyTax":4.6,
"isTaxIncluded":false,
"miscTax":0,
"districtTax":0,
"stateTax":4.6,
"countryTax":0
},
"totalAmountAuthorized":124.18,
"shippingGroups":[
{
"trackingInfo":[
],
"shippingMethod":{
"cost":25,
"displayName":"Standard",
"value":"standardShippingMethod"
},
"shippingAddress":{
"lastName":"Anderson",
"country":"US",
"address3":null,
"address2":null,
"city":"Syracuse",
"address1":"21 Cedar Ave",
"prefix":null,
"companyName":null,
"postalCode":"13202",
"jobTitle":null,
"county":null,
"suffix":null,
"firstName":"Kim",
"phoneNumber":"212-555-1977",
"stateName":"New York",
"faxNumber":null,
"middleName":null,
"countryName":"United States",
"state":"NY",
"email":"kim@example.com"
},
"trackingNumber":null
}
],
"orderComments":[
],
"creationTime":1.44766699E12,
"approvalSystemMessages":[
],
"shippingMethod":{
"cost":25,
"displayName":"Standard",
"value":"standardShippingMethod"
},
"profile":{
"lastName":"Anderson",
"firstName":"Kim",
"middleName":null,
"email":"kim@example.com"
},
"returnRequests":[
],
"creationDate":"2015-07-15T09:09:15.000Z",
"submittedDate":"2015-07-15T09:10:15.000Z",
"paymentGroups":[
{
"lastName":"Anderson",
"amountAuthorized":124.18,
"amount":124.18,
"totalDue":124.18,
"cardType":null,
"type":"card",
"token":"9997000108950573",
"paymentGroupId":"pg30411",
"firstName":"Kim",
"paymentStateDetailsAsUser":"The authorization succeeded",
"uiIntervention":"sop",
"billingAddress":{
"lastName":"Anderson",
"country":"US",
"address3":null,
"address2":null,
"city":"Syracuse",
"address1":"21 Cedar Ave",
"prefix":null,
"companyName":null,
"postalCode":"13202",
"jobTitle":null,
"county":null,
"suffix":null,
"firstName":"Kim",
"phoneNumber":"212-555-1977",
"stateName":"New York",
"faxNumber":null,
"middleName":null,
"countryName":"United States",
"state":"NY",
"email":"kim@example.com"
},
"paymentState":1,
"paidAmount":0,
"cardNumber":"xxxxxxxxxxxx1111",
"refundAmount":0
}
],
"priceInfo":{
"amount":89.98,
"total":124.18,
"shipping":25,
"shippingSurchargeValue":0,
"tax":9.2,
"subTotal":89.98,
"currencyCode":"USD",
"totalWithoutTax":114.98
},
"discountInfo":{
"unclaimedCouponMultiPromotions":{
},
"orderCouponsMap":{
},
"orderDiscount":0,
"shippingDiscount":0,
"orderImplicitDiscountList":[
],
"unclaimedCouponsMap":{
},
"claimedCouponMultiPromotions":{
}
},
"profileId":"se-570031",
"exchangeRequests":[
],
"paymentGroup":{
"lastName":"Anderson",
"amountAuthorized":124.18,
"amount":124.18,
"totalDue":124.18,
"cardType":null,
"type":"card",
"token":"9997000108950573",
"paymentGroupId":"pg30411",
"firstName":"Kim",
"paymentStateDetailsAsUser":"The authorization succeeded",
"uiIntervention":"sop",
"billingAddress":{
"lastName":"Anderson",
"country":"US",
"address3":null,
"address2":null,
"city":"Syracuse",
"address1":"21 Cedar Ave",
"prefix":null,
"companyName":null,
"postalCode":"13202",
"jobTitle":null,
"county":null,
"suffix":null,
"firstName":"Kim",
"phoneNumber":"212-555-1977",
"stateName":"New York",
"faxNumber":null,
"middleName":null,
"countryName":"United States",
"state":"NY",
"email":"kim@example.com"
},
"paymentState":1,
"paidAmount":0,
"cardNumber":"xxxxxxxxxxxx1111",
"refundAmount":0
},
"shoppingCart":{
"items":[
{
"deactivationDate":"2018-06-27T12:59:59Z",
"rawTotalPrice":39.99,
"returnedQuantity":0,
"displayName":"Fable II",
"shippingSurchargeValue":0,
"externalData":[
],
"billingAccountId":"billingAcc-123",
"imageInfo":{
"primaryThumbImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/fableIIxbox_LARGE.jpg&height=100&width=100"
},
"childItems":[
{
"quantity":1,
"route":"/intel-pentium-dual-core/product/prod40001",
"productId":"prod40001",
"displayName":"Intel Pentium Dual Core",
"selectedOptions":[
],
"externalData":[
],
"actionCode":"Add",
"catRefId":"sku40001"
},
{
"serviceAccountId":"serviceAcc-123",
"deactivationDate":"2018-06-27T12:59:59Z",
"quantity":1,
"productId":"prod40007",
"displayName":"8 GB Kingston Sodimm DDR3 1600MHz",
"externalData":[
],
"billingAccountId":"billingAcc-123",
"childItems":[
{
"quantity":1,
"route":"/intel-pentium-dual-core/product/prod40009",
"productId":"prod40009",
"displayName":"Intel Pentium i9",
"selectedOptions":[
],
"externalData":[
],
"actionCode":"Add",
"catRefId":"sku40009"
}
],
"catRefId":"sku40007",
"route":"/8-gb-kingston-sodimm-ddr3-1600mhz/product/prod40007",
"customerAccountId":"customerAcc-123",
"assetId":"asset10001",
"selectedOptions":[
],
"actionCode":"Add",
"activationDate":"2017-06-27T15:30:00Z",
"serviceId":"service-123"
}
],
"configuratorId":"36379716",
"commerceItemId":"ci1000785",
"assetId":"asset10001",
"price":39.99,
"variant":[
],
"onSale":"true",
"actionCode":"Add",
"serviceId":"service-123",
"stateDetailsAsUser":"The item has been initialized",
"unitPrice":39.99,
"serviceAccountId":"serviceAcc-123",
"quantity":1,
"productId":"prod10041",
"tax":4.08,
"catRefId":"sku10045",
"customerAccountId":"customerAcc-123",
"discountInfo":[
],
"activationDate":"2017-06-27T15:30:00Z",
"listPrice":39.99,
"status":0
},
{
"unitPrice":49.99,
"quantity":1,
"productId":"Product_21Cxi",
"rawTotalPrice":49.99,
"returnedQuantity":0,
"displayName":"Dora the Explorer - Season 1",
"shippingSurchargeValue":0,
"imageInfo":{
"primaryThumbImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/doratheexplorer_season1_LARGE.jpg&height=100&width=100"
},
"tax":5.11,
"catRefId":"Sku_21Dxy",
"discountInfo":[
],
"price":49.99,
"variant":[
],
"stateDetailsAsUser":"The item has been initialized",
"listPrice":49.99,
"status":0
}
]
},
"shippingAddress":{
"lastName":"Anderson",
"country":"US",
"address3":null,
"address2":null,
"city":"Syracuse",
"address1":"21 Cedar Ave",
"prefix":null,
"companyName":null,
"postalCode":"13202",
"jobTitle":null,
"county":null,
"suffix":null,
"firstName":"Kim",
"phoneNumber":"212-555-1977",
"stateName":"New York",
"faxNumber":null,
"middleName":null,
"countryName":"United States",
"state":"NY",
"email":"kim@example.com"
},
"links":[
{
"rel":"self",
"href":"http://localhost:9080/ccagent/v1/orderAmendments/o10411"
}
],
"state":1,
"id":"o10411",
"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"
},
"stateDetailsAsUser":"Submitted to fulfillment"
}
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|
|------------------|------------------|
|100094|Organization passed in the header is currently inactive|
|100095|The order or return request does not belong to the current organization of the shopper profile|
|100096|The organization associated to the order or return request was deleted / does not exist|
|100097|The organization associated to the order or return request is currently inactive|
|100098|Current operation is being performed in an organization context and the shopper profile is not associated to any organization|
|100099|Current operation is being performed in an organization context and the order or return request does not belong to any organization|
|200105|Order id passed is null or empty|
|200119|Internal error occurred|
|200113|Internal error occurred|
|20107|Specified order does not exist|
|200120|Edit not initiated for the order|
|30015|SiteId passed in x-ccsite header is currently inactive|
|30014|SiteId passed in x-ccsite header is invalid or the site was deleted|
|30020|The Site to which the order belongs was deleted|
|30021|The Site to which the order belongs is currently inactive|
|100101|The shopper profile does not belong to organization passed in the header|
|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:
PUT v1/ccagent/v1/orderAmendments/o10411
Sample Response Payload returned by endpoint:
{ "taxPriceInfo": { "cityTax": 0, "amount": 9.2, "valueAddedTax": 0, "countyTax": 4.6, "isTaxIncluded": false, "miscTax": 0, "districtTax": 0, "stateTax": 4.6, "countryTax": 0 }, "totalAmountAuthorized": 124.18, "shippingGroups": [{ "trackingInfo": [], "shippingMethod": { "cost": 25, "displayName": "Standard", "value": "standardShippingMethod" }, "shippingAddress": { "lastName": "Anderson", "country": "US", "address3": null, "address2": null, "city": "Syracuse", "address1": "21 Cedar Ave", "prefix": null, "companyName": null, "postalCode": "13202", "jobTitle": null, "county": null, "suffix": null, "firstName": "Kim", "phoneNumber": "212-555-1977", "stateName": "New York", "faxNumber": null, "middleName": null, "countryName": "United States", "state": "NY", "email": "kim@example.com" }, "trackingNumber": null }], "orderComments": [], "creationTime": 1447666990000, "approvalSystemMessages": [], "shippingMethod": { "cost": 25, "displayName": "Standard", "value": "standardShippingMethod" }, "profile": { "lastName": "Anderson", "firstName": "Kim", "middleName": null, "email": "kim@example.com" }, "returnRequests": [], "creationDate": "2015-07-15T09:09:15.000Z", "submittedDate": "2015-07-15T09:10:15.000Z", "paymentGroups": [{ "lastName": "Anderson", "amountAuthorized": 124.18, "amount": 124.18, "totalDue": 124.18, "cardType": null, "type": "card", "token": "9997000108950573", "paymentGroupId": "pg30411", "firstName": "Kim", "paymentStateDetailsAsUser": "The authorization succeeded", "uiIntervention": "sop", "billingAddress": { "lastName": "Anderson", "country": "US", "address3": null, "address2": null, "city": "Syracuse", "address1": "21 Cedar Ave", "prefix": null, "companyName": null, "postalCode": "13202", "jobTitle": null, "county": null, "suffix": null, "firstName": "Kim", "phoneNumber": "212-555-1977", "stateName": "New York", "faxNumber": null, "middleName": null, "countryName": "United States", "state": "NY", "email": "kim@example.com" }, "paymentState": 1, "paidAmount": 0, "cardNumber": "xxxxxxxxxxxx1111", "refundAmount": 0 }], "priceInfo": { "amount": 89.98, "total": 124.18, "shipping": 25, "shippingSurchargeValue": 0, "tax": 9.2, "subTotal": 89.98, "currencyCode": "USD", "totalWithoutTax": 114.98 }, "discountInfo": { "unclaimedCouponMultiPromotions": {}, "orderCouponsMap": {}, "orderDiscount": 0, "shippingDiscount": 0, "orderImplicitDiscountList": [], "unclaimedCouponsMap": {}, "claimedCouponMultiPromotions": {} }, "profileId": "se-570031", "exchangeRequests": [], "paymentGroup": { "lastName": "Anderson", "amountAuthorized": 124.18, "amount": 124.18, "totalDue": 124.18, "cardType": null, "type": "card", "token": "9997000108950573", "paymentGroupId": "pg30411", "firstName": "Kim", "paymentStateDetailsAsUser": "The authorization succeeded", "uiIntervention": "sop", "billingAddress": { "lastName": "Anderson", "country": "US", "address3": null, "address2": null, "city": "Syracuse", "address1": "21 Cedar Ave", "prefix": null, "companyName": null, "postalCode": "13202", "jobTitle": null, "county": null, "suffix": null, "firstName": "Kim", "phoneNumber": "212-555-1977", "stateName": "New York", "faxNumber": null, "middleName": null, "countryName": "United States", "state": "NY", "email": "kim@example.com" }, "paymentState": 1, "paidAmount": 0, "cardNumber": "xxxxxxxxxxxx1111", "refundAmount": 0 }, "shoppingCart": {"items": [ { "deactivationDate": "2018-06-27T12:59:59Z", "rawTotalPrice": 39.99, "returnedQuantity": 0, "displayName": "Fable II", "shippingSurchargeValue": 0, "externalData": [], "billingAccountId": "billingAcc-123", "imageInfo": {"primaryThumbImageURL": "/ccstore/v1/images/?source=http://localhost:9080/file/products/fableIIxbox_LARGE.jpg&height=100&width=100"}, "childItems": [ { "quantity": 1, "route": "/intel-pentium-dual-core/product/prod40001", "productId": "prod40001", "displayName": "Intel Pentium Dual Core", "selectedOptions": [], "externalData": [], "actionCode": "Add", "catRefId": "sku40001" }, { "serviceAccountId": "serviceAcc-123", "deactivationDate": "2018-06-27T12:59:59Z", "quantity": 1, "productId": "prod40007", "displayName": "8 GB Kingston Sodimm DDR3 1600MHz", "externalData": [], "billingAccountId": "billingAcc-123", "childItems": [{ "quantity": 1, "route": "/intel-pentium-dual-core/product/prod40009", "productId": "prod40009", "displayName": "Intel Pentium i9", "selectedOptions": [], "externalData": [], "actionCode": "Add", "catRefId": "sku40009" }], "catRefId": "sku40007", "route": "/8-gb-kingston-sodimm-ddr3-1600mhz/product/prod40007", "customerAccountId": "customerAcc-123", "assetId": "asset10001", "selectedOptions": [], "actionCode": "Add", "activationDate": "2017-06-27T15:30:00Z", "serviceId": "service-123" } ], "configuratorId": "36379716", "commerceItemId": "ci1000785", "assetId": "asset10001", "price": 39.99, "variant": [], "onSale": "true", "actionCode": "Add", "serviceId": "service-123", "stateDetailsAsUser": "The item has been initialized", "unitPrice": 39.99, "serviceAccountId": "serviceAcc-123", "quantity": 1, "productId": "prod10041", "tax": 4.08, "catRefId": "sku10045", "customerAccountId": "customerAcc-123", "discountInfo": [], "activationDate": "2017-06-27T15:30:00Z", "listPrice": 39.99, "status": 0 }, { "unitPrice": 49.99, "quantity": 1, "productId": "Product_21Cxi", "rawTotalPrice": 49.99, "returnedQuantity": 0, "displayName": "Dora the Explorer - Season 1", "shippingSurchargeValue": 0, "imageInfo": {"primaryThumbImageURL": "/ccstore/v1/images/?source=http://localhost:9080/file/products/doratheexplorer_season1_LARGE.jpg&height=100&width=100"}, "tax": 5.11, "catRefId": "Sku_21Dxy", "discountInfo": [], "price": 49.99, "variant": [], "stateDetailsAsUser": "The item has been initialized", "listPrice": 49.99, "status": 0 } ]}, "shippingAddress": { "lastName": "Anderson", "country": "US", "address3": null, "address2": null, "city": "Syracuse", "address1": "21 Cedar Ave", "prefix": null, "companyName": null, "postalCode": "13202", "jobTitle": null, "county": null, "suffix": null, "firstName": "Kim", "phoneNumber": "212-555-1977", "stateName": "New York", "faxNumber": null, "middleName": null, "countryName": "United States", "state": "NY", "email": "kim@example.com" }, "links": [{ "rel": "self", "href": "http://localhost:9080/ccagent/v1/orderAmendments/o10411" }], "state": 1, "id": "o10411", "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" }, "stateDetailsAsUser": "Submitted to fulfillment" }