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: string
                    
                    Commerce id of the order.
 
Header Parameters
                - 
                        X-CCOrganization(optional): string
                        
                        The organization Id to which the order belongs
 - 
                        x-ccsite(optional): string
                        
                        the site id in which the orders is placed
 
Root Schema : submitOrderAmendment_request
    
      
        
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        Example:
    
    
PUT v1/ccagent/v1/orderAmendments/o10411Response
Supported Media Types
                - application/json
 
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : submitOrderAmendment_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            allowAlternateCurrency(optional): 
            boolean
            A site level setting which enables the shopper to split the payment amount in points and monetary currency, irrespective of the order level price list group.
 - 
            approvalSystemMessages(optional): 
            array  approvalSystemMessages
            
            The array of messages which are stored during order processing
 - 
            creationDate(optional): 
            string
            Date on which the Order was created.
 - 
            creationTime(optional): 
            number
            Order creation time.
 - 
            discountInfo(optional): 
            object  discountInfo
            
            Discount information.
 - 
            exchangeRate(optional): 
            number
            The conversion rate used to convert values from primary currency to secondary currency. Primary currency refers to to currency code associated with the order level price list group.
 - 
            id(optional): 
            string
            Commerce id for this order.
 - 
            orderComments(optional): 
            array  orderComments
            
            The list of all logged comments for the order.
 - 
            originOfOrder(optional): 
            string
            The source from which order got created.
 - 
            paymentGroup(optional): 
            object  paymentGroup
            
            Payment Group for the order.
 - 
            paymentGroups(optional): 
            array  paymentGroups
            
            List of payment Groups for the order.
 - 
            payShippingInSecondaryCurrency(optional): 
            boolean
            A site level setting, when enabled, makes it mandatory for the shopper to pay Shipping in monetary currency. Additionally, if the allowAlternateCurrency flag is enabled then shopper has to pay atleast shipping and tax total in monetary, rest of the amount can be paid in mix of points and monetary currency, or can be paid only in points or only in monetary.
 - 
            payTaxInSecondaryCurrency(optional): 
            boolean
            A site level setting, when enabled, makes it mandatory for the shopper to pay tax in monetary currency. Additionally, if the allowAlternateCurrency flag is enabled then shopper has to pay atleast shipping and tax total in monetary, rest of the amount can be paid in mix of points and monetary currency, or can be paid only in points or only in monetary.
 - 
            priceInfo(optional): 
            object  priceInfo
            
            Price information of the order.
 - 
            profile(optional): 
            object  profile
            
            Profile Information for the order.
 - 
            profileId(optional): 
            string
            The Repository Id of the profile to which this Order belongs to.
 - 
            quoteInfo(optional): 
            object  quoteInfo
            
            the quote information of the order
 - 
            returnRequests(optional): 
            array  returnRequests
            
            The list of the requests raised for the order.
 - 
            secondaryCurrencyCode(optional): 
            string
            The currency code of secondary currency associated with the site.
 - 
            shippingAddress(optional): 
            object  shippingAddress
            
            shipping address for the order.
 - 
            shippingGroups(optional): 
            array  shippingGroups
            
            List of shipping groups for the order.
 - 
            shippingMethod(optional): 
            object  shippingMethod
            
            Shipping method information.
 - 
            shoppingCart(optional): 
            object  shoppingCart
            
            Shopping cart information.
 - 
            state(optional): 
            integer
            The order state.
 - 
            stateDetailsAsUser(optional): 
            string
            Order State description for this order.Incorporates changes made by merchant from admin UI, if any.
 - 
            submittedDate(optional): 
            string
            Date on which the Order was submitted.
 - 
            taxPriceInfo(optional): 
            object  taxPriceInfo
            
            The tax pricing details for the order.
 - 
            totalAmountAuthorized(optional): 
            number
            Total amount authorized for the order.
 
Nested Schema : approvalSystemMessages
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of messages which are stored during order processing
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : discountInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDiscount information.
    
    
    
    
        Show Source
        - 
            claimedCouponMultiPromotions(optional): 
            object  claimedCouponMultiPromotions
            
            The coupons that were claimed.
 - 
            orderCouponsMap(optional): 
            object  orderCouponsMap
            
            The coupons that were claimed.
 - 
            orderDiscount(optional): 
            number
            Discount given on an order.
 - 
            orderImplicitDiscountList(optional): 
            array  orderImplicitDiscountList
            
            List of discounts.
 - 
            secondaryCurrencyShippingDiscount(optional): 
            number
            The shipping discount in secondary currency in case of mix currency scenario.
 - 
            shippingDiscount(optional): 
            number
            shipping discount
 - 
            unclaimedCouponMultiPromotions(optional): 
            object  unclaimedCouponMultiPromotions
            
            The coupons that were not claimed
 - 
            unclaimedCouponsMap(optional): 
            array  unclaimedCouponsMap
            
            Map of unclaimed coupons.
 
Nested Schema : orderComments
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of all logged comments for the order.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : paymentGroup
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPayment Group for the order.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The amount associated with this Payment Group.
 - 
            amountAuthorized(optional): 
            number
            The amount authorized with this Payment Group.
 - 
            billingAddress(optional): 
            object  billingAddress
            
            Billing address for the order.
 - 
            cardNumber(optional): 
            string
            The masked credit card number.
 - 
            cardType(optional): 
            string
            Payment method. e.g. physicalGiftCard/ creditCard
 - 
            firstName(optional): 
            string
            First name associated with this Payment Group.
 - 
            lastName(optional): 
            string
            Last name associated with this Payment Group.
 - 
            paidAmount(optional): 
            number
            The amount that has been debited to-date for this Payment Group.
 - 
            paymentGroupId(optional): 
            string
            Id of this payment Group.
 - 
            paymentState(optional): 
            string
            The Payment Group state.
 - 
            paymentStateDetailsAsUser(optional): 
            string
            The payment state description as string.
 - 
            refundAmount(optional): 
            number
            The amount that has been credited to-date for this Payment Group.
 - 
            token(optional): 
            string
            The payment authorization token.
 - 
            totalDue(optional): 
            number
            The current working total order price including all discounts, tax, and billing costs.
 - 
            type(optional): 
            string
            Payment method type
 - 
            uiIntervention(optional): 
            string
            This decides whether the client has to do some intervention for payment. e.g. SOP
 
Nested Schema : priceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPrice information of the order.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The raw number that represents the price.
 - 
            billing(optional): 
            number
            The billing cost of the order.
 - 
            currencyCode(optional): 
            string
            Indicates the currency of the price. For example, USD indicates that the price is in US dollars.
 - 
            orderTotalBySite(optional): 
            object  orderTotalBySite
            
            The map containing order totals by site for all sites in a given order.
 - 
            primaryCurrencyTotal(optional): 
            number
            An order can be paid in points and monetary currency. This field represent order value which will be paid in points. It includes items amount, item discount, order discount. Prerequisites for the value in this Attribute: 1. PriceList configured for the site is in custom currency. 2. payTaxInSecondaryCurrency and payShippingInSecondaryCurrency flags are enabled.
 - 
            secondaryCurrencyShipingAmount(optional): 
            number
            This field represents the shipping amount, shipping discount and shipping surcharge in monetary Currency. Prerequisites for the value in this Attribute: 1. PriceList configured for the site is in custom currency. 2. payTaxInSecondaryCurrency and payShippingInSecondaryCurrency flags are enabled.
 - 
            secondaryCurrencyTaxAmount(optional): 
            number
            This field represents the total tax(Item Tax and Shipping Tax) of the order in Monetary Currency. Prerequisites for the value in this Attribute: Prerequisites for the value in this Attribute: 1. PriceList configured for the site is in custom currency. 2. payTaxInSecondaryCurrency and payShippingInSecondaryCurrency flags are enabled. 3. If the tax is included in the price of the item, then this value represents only shipping tax in monetary currency.
 - 
            secondaryCurrencyTotal(optional): 
            number
            An order can be paid in points and monetary currency. This field represent order value which will be paid in monetary currency. It includes shipping charges, shipping surcharges, shipping discount and total tax in monetary currency. Prerequisites for the value in this Attribute: 1. PriceList configured for the site is in custom currency. 2. payTaxInSecondaryCurrency and payShippingInSecondaryCurrency flags are enabled. 3. If the tax is included in the price of the item, then this value represents only shipping tax in monetary currency.
 - 
            shipping(optional): 
            number
            Total shipping amount of the order.
 - 
            shippingSurchargeValue(optional): 
            number
            Total shipping surcharge amount of the order.
 - 
            subTotal(optional): 
            number
            The subtotal of the order before applying order-level promotions.
 - 
            tax(optional): 
            number
            The tax on the order.
 - 
            total(optional): 
            number
            The current working total, including all promotions, tax, and billing costs.
 - 
            totalWithoutTax(optional): 
            number
            Order total without tax.
 
Nested Schema : profile
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectProfile Information for the order.
    
    
    
    
        Show Source
        - 
            email(optional): 
            string
            Email id of profile.
 - 
            firstName(optional): 
            string
            First name of profile.
 - 
            lastName(optional): 
            string
            Last name of profile.
 - 
            middleName(optional): 
            string
            Middle name of profile.
 
Nested Schema : quoteInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectthe quote information of the order
    
    
    
    
        Show Source
        - 
            errorInfo(optional): 
            array  errorInfo
            
            the array of errors, if any
 - 
            expirationDate(optional): 
            string
            the expiration date of the quoted order, if any
 - 
            externalId(optional): 
            string
            the external id for the quote
 - 
            notes(optional): 
            array  notes
            
            the notes (history) for the order
 - 
            providerNote(optional): 
            string
            the provider note for the quoted order
 - 
            quoteDate(optional): 
            number
            the date the order was quoted in milliseconds
 - 
            rejectionDate(optional): 
            string
            rejection date of the quoted order
 - 
            rejectionNote(optional): 
            string
            the rejection note for an order whose quote has been rejected by user
 - 
            requestDate(optional): 
            string
            the date when the quote was requested in ISO format
 
Nested Schema : returnRequests
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe list of the requests raised for the order.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectshipping address for the order.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            Address Line 1 for this shipping address.
 - 
            address2(optional): 
            string
            Address Line 2 for this shipping address.
 - 
            address3(optional): 
            string
            Address Line 3 for this shipping address.
 - 
            city(optional): 
            string
            City for this shipping address.
 - 
            companyName(optional): 
            string
            Company name for this shipping address.
 - 
            country(optional): 
            string
            Country id for this shipping address.
 - 
            countryName(optional): 
            string
            Country name for this shipping address.
 - 
            county(optional): 
            string
            County for this shipping address.
 - 
            email(optional): 
            string
            Email for this shipping address.
 - 
            faxNumber(optional): 
            string
            Fax number for this shipping address.
 - 
            firstName(optional): 
            string
            First name for this shipping address.
 - 
            jobTitle(optional): 
            string
            Job title for this shipping address.
 - 
            lastName(optional): 
            string
            Last name for this shipping address.
 - 
            middleName(optional): 
            string
            Middle name for this shipping address.
 - 
            phoneNumber(optional): 
            string
            Phone number for this shipping address.
 - 
            postalCode(optional): 
            string
            Postal code for this shipping address.
 - 
            prefix(optional): 
            string
            Prefix for this shipping address.
 - 
            state(optional): 
            string
            State code for this shipping address.
 - 
            stateName(optional): 
            string
            State name for this shipping address.
 - 
            suffix(optional): 
            string
            Suffix for this shipping address.
 
Nested Schema : shippingMethod
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectShipping method information.
    
    
    
    
        Show Source
        - 
            cost(optional): 
            number
            shipping cost.
 - 
            displayName(optional): 
            string
            Display Name of shipment.
 - 
            secondaryCurrencyShippingAmount(optional): 
            string
            shipping amount in secondary currency.
 - 
            secondaryCurrencyTaxAmount(optional): 
            string
            tax amount in secondary currency.
 - 
            value(optional): 
            string
            method type of shipment
 
Nested Schema : shoppingCart
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectShopping cart information.
    
    
    
    
        Show Source
        - 
            items(optional): 
            array  items
            
            Items in the cart.
 
Nested Schema : taxPriceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe tax pricing details for the order.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The monetary amount.
 - 
            amountIsFinal(optional): 
            boolean
            Whether the amount is final.
 - 
            cityTax(optional): 
            number
            The monetary amount of city tax.
 - 
            countryTax(optional): 
            number
            The monetary amount of country tax.
 - 
            countyTax(optional): 
            number
            The monetary amount of county tax.
 - 
            currencyCode(optional): 
            string
            The three character currency code.
 - 
            discounted(optional): 
            boolean
            Whether the price was discounted.
 - 
            districtTax(optional): 
            number
            Tax amount for the district.
 - 
            secondaryCurrencyTaxAmount(optional): 
            number
            The current total tax amount in monetry currency
 - 
            stateTax(optional): 
            number
            Tax amount for the state.
 
Nested Schema : claimedCouponMultiPromotions
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe coupons that were claimed.
    
    
    
    
        Show Source
        - 
            couponCode(optional): 
            array  couponCode
            
            Coupon Code, corresponding to which promotions were applied
 
Nested Schema : orderCouponsMap
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe coupons that were claimed.
    
    
    
    
        Show Source
        - 
            couponCode(optional): 
            object  couponCode
            
            Coupon Code.
 
Nested Schema : unclaimedCouponMultiPromotions
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe coupons that were not claimed
    
    
    
    
        Show Source
        - 
            couponCode(optional): 
            array  couponCode
            
            Coupon Code, corresponding to which some promotions were not applied
 
Nested Schema : couponCode
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayCoupon Code, corresponding to which promotions were applied
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            promotionDesc(optional): 
            string
            Promotion description.
 - 
            promotionId(optional): 
            string
            The Id of the promotion.
 - 
            promotionLevel(optional): 
            string
            The promotion level.
 - 
            totalAdjustment(optional): 
            number
            Total adjustment caused by the promotion.
 
Nested Schema : couponCode
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectCoupon Code.
    
    
    
    
        Show Source
        - 
            external(optional): 
            boolean
            States whether this promotion was applied by an external system (only present on external promotions).
 - 
            promotionDesc(optional): 
            string
            Description of the promotion. Retained for backward compatibility.
 - 
            promotionId(optional): 
            string
            The Id of the promotion.
 - 
            promotionLevel(optional): 
            string
            The promotion level.
 - 
            promotionLongDesc(optional): 
            string
            The description of the promotion.
 - 
            promotionName(optional): 
            string
            The display name of the promotion.
 - 
            totalAdjustment(optional): 
            number
            Total adjustment caused by the promotion.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            promotionDesc(optional): 
            string
            Description of the promotion
 - 
            promotionId(optional): 
            string
            Id of the promotion
 - 
            promotionLevel(optional): 
            string
            Level of the promotion
 - 
            totalAdjustment(optional): 
            string
            Total adjustment caused by the promotion
 
Nested Schema : couponCode
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayCoupon Code, corresponding to which some promotions were not applied
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            promotionDesc(optional): 
            string
            Promotion description.
 - 
            promotionId(optional): 
            string
            The Id of the promotion.
 - 
            promotionLevel(optional): 
            string
            The promotion level.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            couonInfo(optional): 
            array  couonInfo
            
            The couopn Info
 - 
            value(optional): 
            string
            The value for promotion
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            promotionDesc(optional): 
            string
            Description of the promotion
 - 
            promotionId(optional): 
            string
            Id of the promotion
 - 
            promotionLevel(optional): 
            string
            Level of the promotion
 - 
            totalAdjustment(optional): 
            string
            Total adjustment caused by the promotion
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            comment(optional): 
            string
            The comment string.
 - 
            creationDate(optional): 
            string
            Date on which the comment was created.
 - 
            repositoryId(optional): 
            string
            The repository id of the comment record.
 
Nested Schema : billingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectBilling address for the order.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            Address line 1 for this billing address.
 - 
            address2(optional): 
            string
            Address line 2 for this billing address.
 - 
            address3(optional): 
            string
            Address line 3 for this billing address.
 - 
            city(optional): 
            string
            City for this billing address.
 - 
            companyName(optional): 
            string
            Company name for this billing address.
 - 
            country(optional): 
            string
            Country code for this billing address.
 - 
            countryName(optional): 
            string
            Country name for this billing address.
 - 
            county(optional): 
            string
            County for this billing address.
 - 
            email(optional): 
            string
            Email for this billing address.
 - 
            faxNumber(optional): 
            string
            Fax number for this billing address.
 - 
            firstName(optional): 
            string
            First name for this billing address.
 - 
            jobTitle(optional): 
            string
            Job title for this billing address.
 - 
            lastName(optional): 
            string
            Last name for this billing address.
 - 
            middleName(optional): 
            string
            Middle name for this billing address.
 - 
            phoneNumber(optional): 
            string
            Phone number for this billing address.
 - 
            postalCode(optional): 
            string
            Postal code for this billing address.
 - 
            prefix(optional): 
            string
            Prefix for this billing address.
 - 
            state(optional): 
            string
            State code for this billing address.
 - 
            stateName(optional): 
            string
            State name for this billing address.
 - 
            suffix(optional): 
            string
            Suffix for this billing address.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            amount(optional): 
            number
            The amount associated with this Payment Group.
 - 
            amountAuthorized(optional): 
            number
            The amount authorized with this Payment Group.
 - 
            billingAddress(optional): 
            object  billingAddress
            
            Billing address for the order.
 - 
            cardNumber(optional): 
            string
            The masked credit card number.
 - 
            cardType(optional): 
            string
            Payment method. e.g. physicalGiftCard/ creditCard
 - 
            firstName(optional): 
            string
            First name associated with this Payment Group.
 - 
            lastName(optional): 
            string
            Last name associated with this Payment Group.
 - 
            paidAmount(optional): 
            number
            The amount that has been debited to-date for this Payment Group.
 - 
            paymentGroupId(optional): 
            string
            Id of this payment Group.
 - 
            paymentState(optional): 
            string
            The Payment Group state.
 - 
            paymentStateDetailsAsUser(optional): 
            string
            The payment state description as string.
 - 
            refundAmount(optional): 
            number
            The amount that has been credited to-date for this Payment Group.
 - 
            token(optional): 
            string
            Token associated with this Payment Group.
 - 
            totalDue(optional): 
            number
            The current working total order price including all discounts, tax, and billing costs.
 - 
            type(optional): 
            string
            Payment method type
 - 
            uiIntervention(optional): 
            string
            This decides whether the client has to do some intervention for payment. e.g. SOP
 
Nested Schema : billingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectBilling address for the order.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            Address line 1 for this billing address.
 - 
            address2(optional): 
            string
            Address line 2 for this billing address.
 - 
            address3(optional): 
            string
            Address line 3 for this billing address.
 - 
            city(optional): 
            string
            City for this billing address.
 - 
            companyName(optional): 
            string
            Company name for this billing address.
 - 
            country(optional): 
            string
            Country id for this billing address.
 - 
            countryName(optional): 
            string
            Country name for this billing address.
 - 
            county(optional): 
            string
            County for this billing address.
 - 
            email(optional): 
            string
            Email for this billing address.
 - 
            faxNumber(optional): 
            string
            Fax number for this billing address.
 - 
            firstName(optional): 
            string
            First name for this billing address.
 - 
            jobTitle(optional): 
            string
            Job title for this billing address.
 - 
            lastName(optional): 
            string
            Last name for this billing address.
 - 
            middleName(optional): 
            string
            Middle name for this billing address.
 - 
            phoneNumber(optional): 
            string
            Phone number for this billing address.
 - 
            postalCode(optional): 
            string
            Postal code for this billing address.
 - 
            prefix(optional): 
            string
            Prefix for this billing address.
 - 
            state(optional): 
            string
            State id for this billing address.
 - 
            stateName(optional): 
            string
            State name for this billing address.
 - 
            suffix(optional): 
            string
            Suffix for this billing address.
 
Nested Schema : orderTotalBySite
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe map containing order totals by site for all sites in a given order.
    
    
    
    
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            profileId(optional): 
            string
            the profile id of the user
 - 
            profileType(optional): 
            string
            the profile type of the user that requested the quote
 - 
            requestDate/quoteDate/rejectionDate(optional): 
            number
            the request/quote/rejection date for the note
 - 
            requesterNote/providerNote/rejectionNote(optional): 
            string
            the requester/provider/rejection note
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            createdDate(optional): 
            string
            The creation date of the return request.
 - 
            returnRequestId(optional): 
            string
            The return request id.
 - 
            state(optional): 
            string
            The status of the return request.
 - 
            stateKey(optional): 
            string
            State key for return request which is not localized
 - 
            totalRefund(optional): 
            number
            The total amount to be refunded on return.
 - 
            totalReturnQuantity(optional): 
            integer
            The total quantity for which return request has been raised.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            priceInfo(optional): 
            object  priceInfo
            
            Price information of the order.
 - 
            pricingMessages(optional): 
            object  pricingMessages
            
            The Pricing messages information.
 - 
            shippingAddress(optional): 
            object  shippingAddress
            
            shipping address for the order.
 - 
            shippingMethod(optional): 
            object  shippingMethod
            
            Shipping method information.
 - 
            taxPriceInfo(optional): 
            object  taxPriceInfo
            
            The tax pricing details for the order.
 - 
            trackingInfo(optional): 
            array  trackingInfo
            
            Tracking Information for the Order
 - 
            trackingNumber(optional): 
            string
            Shipping tracking number
 
Nested Schema : priceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectPrice information of the order.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The raw number that represents the price.
 - 
            billing(optional): 
            number
            The billing cost of the order.
 - 
            currencyCode(optional): 
            string
            Indicates the currency of the price. For example, USD indicates that the price is in US dollars.
 - 
            primaryCurrencyTotal(optional): 
            number
            The current total in loyalty points in case of multi currency
 - 
            secondaryCurrencyShipingAmount(optional): 
            number
            The current total shipping amount in monetry currency
 - 
            secondaryCurrencyTaxAmount(optional): 
            number
            The current total tax amount in monetry currency
 - 
            secondaryCurrencyTotal(optional): 
            number
            The current total (sum ofshipping and tax)amount in monetry currency
 - 
            shippingSurchargeValue(optional): 
            number
            The total shiiping surcharge value in the order
 - 
            subTotal(optional): 
            number
            The subtotal of the order before applying order-level promotions.
 - 
            tax(optional): 
            number
            The tax on the order.
 - 
            total(optional): 
            number
            The current working total, including all promotions, tax, and billing costs.
 - 
            totalWithoutTax(optional): 
            number
            The cost of the order without including tax
 
Nested Schema : pricingMessages
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe Pricing messages information.
    
    
    
    
        Show Source
        - 
            promotionUpsellMessages(optional): 
            array  promotionUpsellMessages
            
            The promotion upsell messages.
 
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectshipping address for the order.
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            Address Line 1 for this shipping address.
 - 
            address2(optional): 
            string
            Address Line 2 for this shipping address.
 - 
            address3(optional): 
            string
            Address Line 3 for this shipping address.
 - 
            city(optional): 
            string
            City for this shipping address.
 - 
            companyName(optional): 
            string
            Company name for this shipping address.
 - 
            country(optional): 
            string
            Country code for this shipping address.
 - 
            countryName(optional): 
            string
            Country name for this shipping address.
 - 
            county(optional): 
            string
            County for this shipping address.
 - 
            email(optional): 
            string
            Email for this shipping address.
 - 
            faxNumber(optional): 
            string
            Fax number for this shipping address.
 - 
            firstName(optional): 
            string
            First name for this shipping address.
 - 
            jobTitle(optional): 
            string
            Job title for this shipping address.
 - 
            lastName(optional): 
            string
            Last name for this shipping address.
 - 
            middleName(optional): 
            string
            Middle name for this shipping address.
 - 
            phoneNumber(optional): 
            string
            Phone number for this shipping address.
 - 
            postalCode(optional): 
            string
            Postal code for this shipping address.
 - 
            prefix(optional): 
            string
            Prefix for this shipping address.
 - 
            state(optional): 
            string
            State code for this shipping address.
 - 
            stateName(optional): 
            string
            State name for this shipping address.
 - 
            suffix(optional): 
            string
            Suffix for this shipping address.
 
Nested Schema : shippingMethod
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectShipping method information.
    
    
    
    
        Show Source
        - 
            cost(optional): 
            number
            shipping cost.
 - 
            displayName(optional): 
            string
            Display Name of shipment.
 - 
            secondaryCurrencyShippingAmount(optional): 
            string
            shipping amount in secondary currency.
 - 
            secondaryCurrencyTaxAmount(optional): 
            string
            tax amount in secondary currency.
 - 
            value(optional): 
            string
            method type of shipment
 
Nested Schema : taxPriceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe tax pricing details for the order.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The amount.
 - 
            cityTax(optional): 
            number
            The amount of city tax.
 - 
            countryTax(optional): 
            number
            The amount of country tax.
 - 
            countyTax(optional): 
            number
            The amount of county tax.
 - 
            currencyCode(optional): 
            string
            The three character currency code.
 - 
            districtTax(optional): 
            number
            Tax amount for the district.
 - 
            isTaxIncluded(optional): 
            boolean
            Is tax included in the product itself or not
 - 
            miscTax(optional): 
            number
            miscellaneous tax
 - 
            secondaryCurrencyTaxAmount(optional): 
            number
            The monetary total amount of tax.
 - 
            stateTax(optional): 
            number
            Tax amount for the state.
 - 
            valueAddedTax(optional): 
            number
            The amount of value added tax.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            tags(optional): 
            array  tags
            
            The tags the promotion upsell message is associated with.
 - 
            text(optional): 
            string
            The promotion upsell message.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            carrierId(optional): 
            string
            Carrier Id for Tracking
 - 
            carrierName(optional): 
            string
            Carrier Name for Tracking
 - 
            carrierUrl(optional): 
            string
            Carrier URL for Tracking
 - 
            trackingNumber(optional): 
            string
            Tracking Number
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the item by the configurator system.
 - 
            activationDate(optional): 
            string
            The activation date in ISO format.
 - 
            asset(optional): 
            boolean
            The flag that determines if the current item is an asset or not.
 - 
            assetKey(optional): 
            string
            The assetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            billingAccountId(optional): 
            string
            The billing account ID associated to the current item.
 - 
            billingProfileId(optional): 
            string
            The billing profile ID associated to the current item.
 - 
            catRefId(optional): 
            string
            Catalog Reference Id of commerce item.
 - 
            childItems(optional): 
            array  childItems
            
            Child items of the commerce item
 - 
            commerceItemId(optional): 
            string
            Unique id of the line item
 - 
            configuratorId(optional): 
            string
            Configuration id of the configurable product
 - 
            customerAccountId(optional): 
            string
            The customer account ID associated to the current item.
 - 
            deactivationDate(optional): 
            string
            The deactivation date in ISO format.
 - 
            displayName(optional): 
            string
            Display name of commerce item.
 - 
            externalData(optional): 
            array  externalData
            
            External data to be associated with a commerce item, provided by a configurator system.
 - 
            externalPrice(optional): 
            number
            The Price of the product as per the external pricing system.
 - 
            externalPriceQuantity(optional): 
            integer
            Quantity of the product, the customer is allowed to buy at the external price.
 - 
            imageInfo(optional): 
            object  imageInfo
            
            The image information.
 - 
            listPrice(optional): 
            number
            list price of commerce item.
 - 
            onSale(optional): 
            boolean
            Indicates if product is on sale or not.
 - 
            parentAssetKey(optional): 
            string
            The parentAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            price(optional): 
            number
            The raw number that represents the price.
 - 
            productId(optional): 
            string
            Product Id of commerce item.
 - 
            quantity(optional): 
            number
            Quantity of the items.
 - 
            rawTotalPrice(optional): 
            number
            Raw total price of commerce item
 - 
            returnedQuantity(optional): 
            number
            Returned quantity
 - 
            rootAssetKey(optional): 
            string
            The rootAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            serviceAccountId(optional): 
            string
            The service account ID associated to the current item.
 - 
            serviceId(optional): 
            string
            The service ID associated to the current item.
 - 
            shippingSurchargeValue(optional): 
            number
            Shipping surcharge amount for commerce item.
 - 
            stateDetailsAsUser(optional): 
            string
            State description of the commerce item.
 - 
            status(optional): 
            integer
            State of the commerce item.
 - 
            tax(optional): 
            number
            The amount of tax paid for this item.
 - 
            transactionDate(optional): 
            string
            ISO formatted Date on which the service action should be triggered.
 - 
            unitPrice(optional): 
            number
            Sale price or list price of commerceItem.
 - 
            variant(optional): 
            array  variant
            
            Sku Information
 
Nested Schema : externalData
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayExternal data to be associated with a commerce item, provided by a configurator system.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : imageInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe image information.
    
    
    
    
        Show Source
        - 
            primaryThumbImageURL(optional): 
            string
            The primary thumb URL
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the item by the configurator system.
 - 
            activationDate(optional): 
            string
            The activation date in ISO format.
 - 
            asset(optional): 
            boolean
            The flag that determines if the current item is an asset or not.
 - 
            assetKey(optional): 
            string
            The assetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            billingAccountId(optional): 
            string
            The billing account ID associated to the current item.
 - 
            billingProfileId(optional): 
            string
            The billing profile ID associated to the current item.
 - 
            catRefId(optional): 
            string
            Sku Id of the child item
 - 
            childItems(optional): 
            array  childItems
            
            Child items of the commerce item
 - 
            commerceItemId(optional): 
            string
            commerce item id of the child item
 - 
            configurablePropertyId(optional): 
            string
            configurable property id of the child item
 - 
            configurationOptionId(optional): 
            string
            configuration option id of the child item
 - 
            customerAccountId(optional): 
            string
            The customer account ID associated to the current item.
 - 
            deactivationDate(optional): 
            string
            The deactivation date in ISO format.
 - 
            displayName(optional): 
            string
            Display name of the child product
 - 
            externalData(optional): 
            array  externalData
            
            External data to be associated with a commerce item, provided by a configurator system.
 - 
            isAddOnItem(optional): 
            boolean
            Indicates whether child item is add on item or not
 - 
            parentAssetKey(optional): 
            string
            The parentAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            productId(optional): 
            string
            Product Id of the child item
 - 
            quantity(optional): 
            number
            Quantity of the child item
 - 
            rootAssetKey(optional): 
            string
            The rootAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            route(optional): 
            string
            Product path
 - 
            selectedOptions(optional): 
            array  selectedOptions
            
            Child Product Variant Information.
 - 
            serviceAccountId(optional): 
            string
            The service account ID associated to the current item.
 - 
            serviceId(optional): 
            string
            The service ID associated to the current item.
 - 
            transactionDate(optional): 
            string
            ISO formatted Date on which the service action should be triggered.
 
Nested Schema : externalData
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayExternal data to be associated with a commerce item, provided by a configurator system.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the item by the configurator system.
 - 
            activationDate(optional): 
            string
            The activation date in ISO format.
 - 
            asset(optional): 
            boolean
            The flag that determines if the current item is an asset or not.
 - 
            assetKey(optional): 
            string
            The assetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            billingAccountId(optional): 
            string
            The billing account ID associated to the current item.
 - 
            billingProfileId(optional): 
            string
            The billing profile ID associated to the current item.
 - 
            catRefId(optional): 
            string
            Sku Id of the child item
 - 
            customerAccountId(optional): 
            string
            The customer account ID associated to the current item.
 - 
            deactivationDate(optional): 
            string
            The deactivation date in ISO format.
 - 
            displayName(optional): 
            string
            Display name of the child product
 - 
            externalData(optional): 
            array  externalData
            
            External data to be associated with a commerce item, provided by a configurator system.
 - 
            parentAssetKey(optional): 
            string
            The parentAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            productId(optional): 
            string
            Product Id of the child item
 - 
            quantity(optional): 
            number
            Quantity of the child item
 - 
            rootAssetKey(optional): 
            string
            The rootAssetKey is only assigned when the root item has been set as assetable in the catalog and has been configured.
 - 
            route(optional): 
            string
            Product path
 - 
            selectedOptions(optional): 
            array  selectedOptions
            
            Child Product Variant Information.
 - 
            serviceAccountId(optional): 
            string
            The service account ID associated to the current item.
 - 
            serviceId(optional): 
            string
            The service ID associated to the current item.
 - 
            transactionDate(optional): 
            string
            ISO formatted Date on which the service action should be triggered.
 
Nested Schema : externalData
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayExternal data to be associated with a commerce item, provided by a configurator system.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the externalData item by the configurator system.
 - 
            name(optional): 
            string
            The name to be associated with the externalData item.
 - 
            values(optional): 
            object  values
            
            The array of values associated with an externalData item.
 
Nested Schema : values
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe array of values associated with an externalData item.
    
    
    
    
        Show Source
        - 
            dynamic_property_key(optional): 
            string
            This property's name and value will be retrieved from a configurator system, so will be dynamically set.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            optionName(optional): 
            string
            Name of the Dynamic attribute.
 - 
            optionValue(optional): 
            string
            Value of the Dynamic attribute.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the externalData item by the configurator system.
 - 
            name(optional): 
            string
            The name to be associated with the externalData item.
 - 
            values(optional): 
            object  values
            
            The array of values associated with an externalData item.
 
Nested Schema : values
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe array of values associated with an externalData item.
    
    
    
    
        Show Source
        - 
            dynamic_property_key(optional): 
            string
            This property's name and value will be retrieved from a configurator system, so will be dynamically set.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            optionName(optional): 
            string
            Name of the Dynamic attribute.
 - 
            optionValue(optional): 
            string
            Value of the Dynamic attribute.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            actionCode(optional): 
            string
            The action code that has been set on the externalData item by the configurator system.
 - 
            name(optional): 
            string
            The name to be associated with the externalData item.
 - 
            values(optional): 
            object  values
            
            The array of values associated with an externalData item.
 
Nested Schema : values
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe array of values associated with an externalData item.
    
    
    
    
        Show Source
        - 
            dynamic_property_key(optional): 
            string
            This property's name and value will be retrieved from a configurator system, so will be dynamically set.
 
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            optionName(optional): 
            string
            The SKU option name.
 - 
            optionValue(optional): 
            string
            The SKU option value.
 
Example Response (application/json)
                    {
    "totalAmountAuthorized":124.18,
    "orderComments":[
    ],
    "creationTime":1.44766699E12,
    "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
    },
    "pricingMessages":{
        "promotionUpsellMessages":[
            {
                "text":"Spend $20 more get free shipping!",
                "tags":[
                    "CART_UPSELL"
                ]
            },
            {
                "text":"You have qualified for a free Sports DVD!",
                "tags":[
                    "BANNER_UPSELL",
                    "CART_UPSELL"
                ]
            }
        ]
    },
    "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":[
                ],
                "billingProfileId":"billingProfile-123",
                "billingAccountId":"billingAcc-123",
                "imageInfo":{
                    "primaryThumbImageURL":"/ccstore/v1/images/?source=http://localhost:9080/file/products/fableIIxbox_LARGE.jpg&height=100&width=100"
                },
                "childItems":[
                    {
                        "commerceItemId":"ci19000424",
                        "configurationOptionId":"co40001",
                        "quantity":1,
                        "route":"/intel-pentium-dual-core/product/prod40001",
                        "productId":"prod40001",
                        "displayName":"Intel Pentium Dual Core",
                        "isAddOnItem":true,
                        "selectedOptions":[
                        ],
                        "externalData":[
                        ],
                        "actionCode":"Add",
                        "configurablePropertyId":"cp40001",
                        "catRefId":"sku40001"
                    },
                    {
                        "serviceAccountId":"serviceAcc-123",
                        "deactivationDate":"2018-06-27T12:59:59Z",
                        "quantity":1,
                        "productId":"prod40007",
                        "displayName":"8 GB Kingston Sodimm DDR3 1600MHz",
                        "isAddOnItem":false,
                        "externalData":[
                        ],
                        "parentAssetKey":"12345",
                        "billingProfileId":"billingProfile-123",
                        "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"
                            }
                        ],
                        "rootAssetKey":"12345",
                        "transactionDate":"2018-06-27T12:59:59Z",
                        "catRefId":"sku40007",
                        "assetKey":"93743",
                        "commerceItemId":"ci19000425",
                        "route":"/8-gb-kingston-sodimm-ddr3-1600mhz/product/prod40007",
                        "customerAccountId":"customerAcc-123",
                        "selectedOptions":[
                        ],
                        "actionCode":"Add",
                        "activationDate":"2017-06-27T15:30:00Z",
                        "serviceId":"service-123",
                        "asset":false
                    }
                ],
                "configuratorId":"36379716",
                "assetKey":"12345",
                "commerceItemId":"ci1000785",
                "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",
                "parentAssetKey":null,
                "tax":4.08,
                "rootAssetKey":null,
                "transactionDate":"2018-06-27T12:59:59Z",
                "catRefId":"sku10045",
                "customerAccountId":"customerAcc-123",
                "discountInfo":[
                ],
                "activationDate":"2017-06-27T15:30:00Z",
                "asset":false,
                "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
            }
        ]
    },
    "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",
    "taxPriceInfo":{
        "cityTax":0,
        "amount":9.2,
        "valueAddedTax":0,
        "countyTax":4.6,
        "isTaxIncluded":false,
        "miscTax":0,
        "districtTax":0,
        "stateTax":4.6,
        "countryTax":0
    },
    "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
        }
    ],
    "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",
    "originOfOrder":"contactCenter",
    "discountInfo":{
        "unclaimedCouponMultiPromotions":{
        },
        "orderCouponsMap":{
        },
        "orderDiscount":0,
        "shippingDiscount":0,
        "orderImplicitDiscountList":[
        ],
        "unclaimedCouponsMap":{
        },
        "claimedCouponMultiPromotions":{
        }
    },
    "profileId":"se-570031",
    "exchangeRequests":[
    ],
    "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"
    }
}
                    
                    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|
|28410|The structure of add-ons defined for the order is invalid|
|28329|One of the dynamic properties is not writable by the Agent user|
                
                
                    Root Schema : errorModel
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            errors(optional): 
            array  errors
            
            An optional list of errors if multiple errors were encountered
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code
 - 
            type(optional): 
            string
            The URI to the HTTP state code definition
 
Nested Schema : errors
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayAn optional list of errors if multiple errors were encountered
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            devMessage(optional): 
            string
            An optional non-localized message containing technical information for developers
 - 
            errorCode(optional): 
            string
            The numerical code identifying the error
 - 
            message(optional): 
            string
            The localized message describing the error
 - 
            moreInfo(optional): 
            string
            An optional non-localized message with more information
 - 
            o:errorPath(optional): 
            string
            An optional machine readable description of where the error occurred
 - 
            status(optional): 
            string
            The HTTP status code