listShippingMethods
post
                    /ccstore/v1/shippingMethods
List Shipping Methods. Get a list of shipping methods that are valid for a given address. Optionally takes the x-ccasset-language header to get translated content in another language.
                Request
Supported Media Types
                - application/json
Header Parameters
                - 
                        X-CCAsset-Language(optional): string
                        
                        The asset language of the request
Root Schema : listShippingMethods_request
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items: 
            array  items
            
            The array of products in the shopping cart.
- 
            priceInfo(optional): 
            object  priceInfo
            
            The price information.
- 
            productIdForShippingSurcharge: 
            array  productIdForShippingSurcharge
            
            array of product ids present in the cart.
- 
            shippingAddress(optional): 
            object  shippingAddress
            
            shipping address of the profile
Example:
    
    
{
    "priceInfo":{
        "amount":22.98,
        "total":22.98,
        "shipping":0,
        "shippingSurchargeValue":0,
        "tax":0,
        "subTotal":22.98,
        "currencyCode":"USD",
        "totalWithoutTax":22.98
    },
    "shippingGroups":[
        {
            "shippingGroupId":"sg10001",
            "shippingAddress":{
                "lastName":"test",
                "country":"United States",
                "address3":"",
                "address2":"",
                "city":"redwood city",
                "prefix":"",
                "address1":"ste100",
                "defaultCountryCode":null,
                "postalCode":"94085",
                "jobTitle":"",
                "companyName":"",
                "county":"",
                "isDefaultAddress":true,
                "suffix":"",
                "selectedCountry":"US",
                "firstName":"sample",
                "phoneNumber":"5345345",
                "alias":"Address",
                "faxNumber":"",
                "middleName":"",
                "state":"California",
                "selectedState":"CA",
                "email":"sample@example.com",
                "state_ISOCode":"US-CA"
            },
            "items":[
                {
                    "commerceItemId":"ci7000501",
                    "quantity":2,
                    "productId":"prod10004",
                    "childItems":[
                        {
                            "addOnItem":true,
                            "quantity":1,
                            "productId":"Product_18Cxi",
                            "displayName":"Dr. Dolittle",
                            "catRefId":"Sku_18Dxi"
                        }
                    ],
                    "catRefId":"sku10028"
                },
                {
                    "quantity":2,
                    "productId":"Product_36Exy",
                    "catRefId":"Sku_36Fxy"
                }
            ],
            "productIdForShippingSurcharge":[
                "Product_15CD"
            ]
        },
        {
            "shippingGroupId":"sg10002",
            "shippingAddress":{
                "lastName":"test",
                "country":"United States",
                "address3":"",
                "address2":"hjghg",
                "city":"jhg",
                "prefix":"",
                "address1":"hgjghjg",
                "defaultCountryCode":null,
                "postalCode":"03031",
                "jobTitle":"",
                "companyName":"",
                "county":"",
                "isDefaultAddress":false,
                "suffix":"",
                "selectedCountry":"US",
                "firstName":"sample no tax",
                "phoneNumber":"675675675",
                "alias":"Address##3",
                "faxNumber":"",
                "middleName":"",
                "state":"New Hampshire",
                "selectedState":"NH",
                "email":"sample@example.com",
                "state_ISOCode":"US-NH"
            },
            "items":[
                {
                    "commerceItemId":"ci7000501",
                    "quantity":2,
                    "productId":"prod10004",
                    "childItems":[
                        {
                            "addOnItem":true,
                            "quantity":1,
                            "productId":"Product_18Cxi",
                            "displayName":"Dr. Dolittle",
                            "catRefId":"Sku_18Dxi"
                        }
                    ],
                    "catRefId":"sku10028"
                },
                {
                    "quantity":2,
                    "productId":"Product_36Exy",
                    "catRefId":"Sku_36Fxy"
                }
            ],
            "productIdForShippingSurcharge":[
                "Product_15CD"
            ]
        }
    ],
    "shoppingCart":{
        "coupons":[
        ],
        "items":[
            {
                "commerceItemId":"ci7000501",
                "quantity":4,
                "productId":"prod10004",
                "childItems":[
                    {
                        "addOnItem":true,
                        "quantity":2,
                        "productId":"Product_18Cxi",
                        "displayName":"Dr. Dolittle",
                        "catRefId":"Sku_18Dxi"
                    }
                ],
                "catRefId":"sku10028"
            },
            {
                "quantity":4,
                "productId":"Product_36Exy",
                "catRefId":"Sku_36Fxy"
            }
        ]
    }
}Nested Schema : priceInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe price information.
    
    
    
    
        Show Source
        - 
            amount(optional): 
            number
            The total order amount.
- 
            currencyCode(optional): 
            string
            The currency code.
- 
            shipping(optional): 
            number
            The total shipping cost.
- 
            shippingSurchargeValue(optional): 
            number
            Extra handling costs for shipping the products.
- 
            subTotal(optional): 
            number
            Sub-total.
- 
            tax(optional): 
            number
            The total tax amount.
- 
            total(optional): 
            number
            The order total.
Nested Schema : productIdForShippingSurcharge
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayarray of product ids present in the cart.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectshipping address of the profile
    
    
    
    
        Show Source
        - 
            address1: 
            string
            the address1 of the shipping address
- 
            address2(optional): 
            string
            the address2 of the shipping address
- 
            city: 
            string
            the city of the shipping address
- 
            country: 
            string
            the country of the shipping address
- 
            county(optional): 
            string
            the county of the shipping address
- 
            email: 
            string
            the email address
- 
            firstName: 
            string
            the first name of the shipping address
- 
            lastName: 
            string
            the last name of the shipping address
- 
            phoneNumber(optional): 
            string
            the phone Number of the shipping address
- 
            postalCode: 
            string
            the postal Code of the shipping address
- 
            selectedCountry(optional): 
            string
            the country code of the shipping address
- 
            selectedState(optional): 
            string
            the state ISO alpha-2 code of the shipping address
- 
            state(optional): 
            string
            the state of the shipping address
- 
            state_ISOCode(optional): 
            string
            the state ISO alpha-4 code of the shipping address
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            catRefId: 
            string
            The category to which the product belongs.
- 
            currentPrice: 
            integer
            The current price of the item.
- 
            discountInfo(optional): 
            object  discountInfo
            
            Discount information.
- 
            price(optional): 
            string
            The Price.
- 
            productId: 
            string
            ID of the product in the cart.
- 
            quantity: 
            integer
            The quantity of the product in the cart.
- 
            stockStatus: 
            string
            The stock status of the product.
Nested Schema : discountInfo
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectDiscount information.
    
    
    
    
        Show Source
        - 
            coupon: 
            string
            Coupon code.
- 
            promotionDesc: 
            string
            Promotion description.
- 
            promotionId: 
            string
            Pomotion ID.
Response
Supported Media Types
                - application/json
200 Response
Following model is returned when operation succeeds.
                
                
                    Root Schema : listShippingMethods_response
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items(optional): 
            array  items
            
            The array of shipping method details, includes the associated order and profile details if the request contains the same
Example:
    
    
{
    "items":[
        {
            "shippingGroupId":"sg1003",
            "shippingAddress":{
                "lastName":"Anderson",
                "country":"US",
                "city":"Syracuse",
                "prefix":"",
                "postalCode":"13202",
                "jobTitle":"",
                "companyName":"",
                "county":"",
                "isDefaultAddress":true,
                "suffix":"",
                "selectedCountry":"US",
                "populateShippingMethods":true,
                "alias":"Home",
                "state":"NY",
                "isDefaultShippingAddress":false,
                "email":"kim@example.com",
                "selectedState":"NY",
                "state_ISOCode":"US-NY",
                "isDefaultBillingAddress":false,
                "address3":"",
                "address2":"",
                "address1":"21 Cedar Ave",
                "firstName":"Kim",
                "phoneNumber":"212-555-1977",
                "repositoryId":"se-980031",
                "faxNumber":"",
                "middleName":""
            },
            "items":[
                {
                    "commerceItemId":"ci8000422",
                    "quantity":3,
                    "productId":"Product_23Cxyi",
                    "catRefId":"Sku_23Dxyi"
                }
            ],
            "shippingMethods":[
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":25,
                            "high":99.99,
                            "low":0,
                            "repositoryId":"standardRange_01"
                        },
                        {
                            "amount":35,
                            "high":null,
                            "low":100,
                            "repositoryId":"standardRange_02"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Standard",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":null,
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":0,
                    "repositoryId":"standardShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"standardShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                },
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":25,
                            "high":99.99,
                            "low":0,
                            "repositoryId":"priorityRange_01"
                        },
                        {
                            "amount":35,
                            "high":null,
                            "low":100,
                            "repositoryId":"priorityRange_02"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Priority",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":null,
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":4,
                    "repositoryId":"priorityShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"priorityShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                },
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":0,
                            "high":null,
                            "low":0,
                            "repositoryId":"freeRange_01"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Free Shipping",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":null,
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":5,
                    "repositoryId":"freeShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"freeShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                },
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":25,
                            "high":99.99,
                            "low":0,
                            "repositoryId":"twoDayRange_01"
                        },
                        {
                            "amount":35,
                            "high":null,
                            "low":100,
                            "repositoryId":"twoDayRange_02"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Two Day",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":null,
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":6,
                    "repositoryId":"twoDayShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"twoDayShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                },
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":4.5,
                            "high":49.99,
                            "low":0,
                            "repositoryId":"groundRange_01"
                        },
                        {
                            "amount":8.5,
                            "high":99.99,
                            "low":50,
                            "repositoryId":"groundRange_02"
                        },
                        {
                            "amount":11,
                            "high":null,
                            "low":100,
                            "repositoryId":"groundRange_03"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Ground",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":null,
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":7,
                    "repositoryId":"groundShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"groundShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                },
                {
                    "shippingCalculator":"priceRange",
                    "eligibleForProductWithSurcharges":null,
                    "isExternallyPriced":false,
                    "ranges":[
                        {
                            "amount":35,
                            "high":99.99,
                            "low":0,
                            "repositoryId":"overNightRange_01"
                        },
                        {
                            "amount":45,
                            "high":null,
                            "low":100,
                            "repositoryId":"overNightRange_02"
                        }
                    ],
                    "associatedPriceListGroups":[
                    ],
                    "displayName":"Overnight",
                    "description":null,
                    "allSites":true,
                    "sites":[
                    ],
                    "taxCode":"FR020400",
                    "type":0,
                    "shippingGroupType":"hardgoodShippingGroup",
                    "enabled":true,
                    "displaySequence":9,
                    "repositoryId":"overNightShippingMethod",
                    "excludedCategoriesShippingCharge":[
                    ],
                    "isFallback":false,
                    "id":"overNightShippingMethod",
                    "shipToLocations":[
                        {
                            "repositoryId":"100001"
                        }
                    ],
                    "excludedCategories":[
                    ]
                }
            ]
        }
    ]
}Nested Schema : items
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of shipping method details, includes the associated order and profile details if the request contains the same
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            items(optional): 
            array  items
            
            The item details in the cart
- 
            shippingAddress(optional): 
            object  shippingAddress
            
            shipping address of the profile
- 
            shippingGroupId(optional): 
            string
            The shipping group ID.
- 
            shippingMethods(optional): 
            array  shippingMethods
            
            The shipping method details
Nested Schema : shippingAddress
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectshipping address of the profile
    
    
    
    
        Show Source
        - 
            address1(optional): 
            string
            the address1 of the shipping address
- 
            address2(optional): 
            string
            the address2 of the shipping address
- 
            address3(optional): 
            string
            the address3 of the shipping address
- 
            city(optional): 
            string
            the city of the shipping address
- 
            country(optional): 
            string
            the country of the shipping address
- 
            county(optional): 
            string
            the county of the shipping address
- 
            email(optional): 
            string
            the email address
- 
            faxNumber(optional): 
            string
            The faxNumber of the shipping address.
- 
            firstName(optional): 
            string
            the first name of the shipping address
- 
            lastName(optional): 
            string
            the last name of the shipping address
- 
            middleName(optional): 
            string
            The middle name of the shipping address.
- 
            phoneNumber(optional): 
            string
            the phone Number of the shipping address
- 
            postalCode(optional): 
            string
            the postal Code of the shipping address
- 
            selectedCountry(optional): 
            string
            the country code of the shipping address
- 
            selectedState(optional): 
            string
            the state ISO alpha-2 code of the shipping address
- 
            state(optional): 
            string
            the state of the shipping address
- 
            state_ISOCode(optional): 
            string
            the state ISO alpha-4 code of the shipping address
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            catRefId(optional): 
            string
            The id of the category to which the product belongs.
- 
            commerceItemId(optional): 
            string
            The unique line item id distinguisher.
- 
            productId(optional): 
            string
            The id of the product in the cart.
- 
            quantity(optional): 
            number
            The quantity of the product in the cart.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            allSites(optional): 
            boolean
            Whether or not it includes all sites in the response.
- 
            associatedPriceListGroups(optional): 
            array  associatedPriceListGroups
            
            The associated Price list groups for this Shipping Method.
- 
            description(optional): 
            string
            The description of shipping group.
- 
            displayName(optional): 
            string
            the display name for the shipping method given the current locale.
- 
            displaySequence(optional): 
            integer
            used to determine the ordering of shipping methods in the UI. Lower values should appear first in any ordered list.
- 
            eligibleForProductWithSurcharges(optional): 
            boolean
            Whether this shipping method is enabled for products with surcharges or not. Defaults to null.
- 
            enabled(optional): 
            boolean
            whether this shipping method is enabled or not.
- 
            excludedCategories(optional): 
            array  excludedCategories
            
            The excluded categories
- 
            id(optional): 
            string
            the shipping method id.
- 
            isExternallyPriced(optional): 
            boolean
            Whether this shipping method can be priced externally or not. Defaults to false.
- 
            isFallback(optional): 
            boolean
            Use this shipping method when Commerce Cloud cannot connect to an external shipping service. Defaults to false.
- 
            ranges(optional): 
            array  ranges
            
            the price ranges for this shipping method
- 
            repositoryId(optional): 
            string
            the id of the shipping method item
- 
            shippingCalculator(optional): 
            string
            a valid key for the available calculator types
- 
            shippingGroupType(optional): 
            string
            The shipping group type.
- 
            shipToLocations(optional): 
            array  shipToLocations
            
            The array of repository IDs of shipping locations.
- 
            sites(optional): 
            array  sites
            
            List of sites.
- 
            taxCode(optional): 
            string
            a valid tax code for calculating tax on shipping.
- 
            type(optional): 
            integer
            The type property of the shipping method.
Nested Schema : associatedPriceListGroups
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe associated Price list groups for this Shipping Method.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : shipToLocations
    
      
      Type: 
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    arrayThe array of repository IDs of shipping locations.
    
    
    
    
    
        Show Source
        
        
    
    
    
    
    
    
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            active(optional): 
            boolean
            If the price list group is active.
- 
            currency(optional): 
            object  currency
            
            The currency of the price list group.
- 
            deleted(optional): 
            boolean
            If the price list deleted
- 
            displayName(optional): 
            string
            The display name of the price list group.
- 
            id(optional): 
            string
            The id of the price list group.
- 
            locale(optional): 
            string
            The locale associated
- 
            repositoryId(optional): 
            string
            The repository Id of the price list group.
Nested Schema : currency
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    objectThe currency of the price list group.
    
    
    
    
        Show Source
        - 
            repositoryId(optional): 
            string
            The repository ID of the currency.
Nested Schema : items
    
      Type: 
      
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
        Show Source
        object- 
            amount(optional): 
            number
            the monetary value for the range
- 
            high(optional): 
            number
            the upper boundary of the range
- 
            low(optional): 
            number
            the lower boundary of the range
- 
            repositoryId(optional): 
            string
            the repository id of this priceRange item
- 
            secondaryCurrencyShippingAmount(optional): 
            string
            In case of mix currency, if secondaryCurrencyCode is sent in request, shipping amount will be calculated according to given secondaryCurrencyCode. Else if payShippingInSecondaryCurrency flag is enabled in site repository, shipping amount will be calculated according to site level secondaryCurrencyCode
Example Response (application/json)
                    [
    {
        "items":[
            {
                "shippingGroupId":"sg10001",
                "shippingAddress":{
                    "lastName":"sample",
                    "country":"US",
                    "city":"City",
                    "prefix":"",
                    "postalCode":"94085",
                    "jobTitle":"",
                    "companyName":"",
                    "county":"",
                    "isDefaultAddress":true,
                    "suffix":"",
                    "selectedCountry":"US",
                    "populateShippingMethods":false,
                    "alias":"Address",
                    "state":"CA",
                    "selectedState":"CA",
                    "email":"sample@example.com",
                    "state_ISOCode":"US-CA",
                    "address3":"",
                    "address2":"Address 2",
                    "address1":"22 Address line ",
                    "defaultCountryCode":null,
                    "firstName":"sample",
                    "phoneNumber":"5345345",
                    "faxNumber":"",
                    "middleName":""
                },
                "items":[
                    {
                        "commerceItemId":"ci7000501",
                        "quantity":2,
                        "productId":"prod10004",
                        "childItems":[
                            {
                                "addOnItem":true,
                                "quantity":1,
                                "productId":"Product_18Cxi",
                                "displayName":"Dr. Dolittle",
                                "catRefId":"Sku_18Dxi"
                            }
                        ],
                        "catRefId":"sku10028"
                    },
                    {
                        "quantity":2,
                        "productId":"Product_36Exy",
                        "catRefId":"Sku_36Fxy"
                    }
                ],
                "shippingMethods":[
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"standardRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"standardRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Standard",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":0,
                        "repositoryId":"standardShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"standardShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"priorityRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"priorityRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Priority",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":4,
                        "repositoryId":"priorityShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"priorityShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":0,
                                "high":null,
                                "low":0,
                                "repositoryId":"freeRange_01"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Free Shipping",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":5,
                        "repositoryId":"freeShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"freeShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"twoDayRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"twoDayRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Two Day",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":6,
                        "repositoryId":"twoDayShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"twoDayShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":4.5,
                                "high":49.99,
                                "low":0,
                                "repositoryId":"groundRange_01"
                            },
                            {
                                "amount":8.5,
                                "high":99.99,
                                "low":50,
                                "repositoryId":"groundRange_02"
                            },
                            {
                                "amount":11,
                                "high":null,
                                "low":100,
                                "repositoryId":"groundRange_03"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Ground",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":7,
                        "repositoryId":"groundShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"groundShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":35,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"overNightRange_01"
                            },
                            {
                                "amount":45,
                                "high":null,
                                "low":100,
                                "repositoryId":"overNightRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Overnight",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":"FR020400",
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":9,
                        "repositoryId":"overNightShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"overNightShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"external",
                        "eligibleForProductWithSurcharges":true,
                        "estimatedDeliveryDateGuaranteed":false,
                        "internationalDutiesTaxesFees":0,
                        "ranges":[
                            {
                                "amount":14.95,
                                "high":1.7976931348623157E308,
                                "low":0
                            }
                        ],
                        "displayName":"canadapost-overnight",
                        "taxCode":"GT987",
                        "shippingGroupType":"hardgoodShippingGroup",
                        "estimatedDeliveryDate":"2013-04-12 14:48:45 -0400",
                        "enabled":true,
                        "deliveryDays":2,
                        "repositoryId":"canadapost-overnight",
                        "carrierId":"ON"
                    },
                    {
                        "shippingCalculator":"external",
                        "estimatedDeliveryDateGuaranteed":false,
                        "internationalDutiesTaxesFees":0,
                        "ranges":[
                            {
                                "amount":33,
                                "high":1.7976931348623157E308,
                                "low":0
                            }
                        ],
                        "deliveryDays":2,
                        "displayName":"fedex-2dayground",
                        "repositoryId":"fedex-2dayground",
                        "carrierId":"1D",
                        "taxCode":"TD543",
                        "shippingGroupType":"hardgoodShippingGroup",
                        "estimatedDeliveryDate":"2013-04-12 14:48:45 -0400",
                        "enabled":true
                    }
                ]
            },
            {
                "shippingGroupId":"sg10002",
                "shippingAddress":{
                    "lastName":"sample",
                    "country":"US",
                    "city":"jhg",
                    "prefix":"",
                    "postalCode":"03031",
                    "jobTitle":"",
                    "companyName":"",
                    "county":"",
                    "isDefaultAddress":false,
                    "suffix":"",
                    "selectedCountry":"US",
                    "populateShippingMethods":false,
                    "alias":"Address##3",
                    "state":"NH",
                    "selectedState":"NH",
                    "email":"sample@example.com",
                    "state_ISOCode":"US-NH",
                    "address3":"",
                    "address2":"Address line 2",
                    "address1":"22 Address Line ",
                    "defaultCountryCode":null,
                    "firstName":"sample no tax",
                    "phoneNumber":"675675675",
                    "faxNumber":"",
                    "middleName":""
                },
                "items":[
                    {
                        "commerceItemId":"ci7000501",
                        "quantity":2,
                        "productId":"prod10004",
                        "childItems":[
                            {
                                "addOnItem":true,
                                "quantity":1,
                                "productId":"Product_18Cxi",
                                "displayName":"Dr. Dolittle",
                                "catRefId":"Sku_18Dxi"
                            }
                        ],
                        "catRefId":"sku10028"
                    },
                    {
                        "quantity":2,
                        "productId":"Product_36Exy",
                        "catRefId":"Sku_36Fxy"
                    }
                ],
                "shippingMethods":[
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"standardRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"standardRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Standard",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":0,
                        "repositoryId":"standardShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"standardShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"priorityRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"priorityRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Priority",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":4,
                        "repositoryId":"priorityShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"priorityShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":0,
                                "high":null,
                                "low":0,
                                "repositoryId":"freeRange_01"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Free Shipping",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":5,
                        "repositoryId":"freeShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"freeShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":25,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"twoDayRange_01"
                            },
                            {
                                "amount":35,
                                "high":null,
                                "low":100,
                                "repositoryId":"twoDayRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Two Day",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":6,
                        "repositoryId":"twoDayShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"twoDayShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":4.5,
                                "high":49.99,
                                "low":0,
                                "repositoryId":"groundRange_01"
                            },
                            {
                                "amount":8.5,
                                "high":99.99,
                                "low":50,
                                "repositoryId":"groundRange_02"
                            },
                            {
                                "amount":11,
                                "high":null,
                                "low":100,
                                "repositoryId":"groundRange_03"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Ground",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":null,
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":7,
                        "repositoryId":"groundShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"groundShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"priceRange",
                        "eligibleForProductWithSurcharges":null,
                        "isExternallyPriced":false,
                        "ranges":[
                            {
                                "amount":35,
                                "high":99.99,
                                "low":0,
                                "repositoryId":"overNightRange_01"
                            },
                            {
                                "amount":45,
                                "high":null,
                                "low":100,
                                "repositoryId":"overNightRange_02"
                            }
                        ],
                        "associatedPriceListGroups":[
                        ],
                        "displayName":"Overnight",
                        "description":null,
                        "allSites":true,
                        "sites":[
                        ],
                        "taxCode":"FR020400",
                        "type":0,
                        "shippingGroupType":"hardgoodShippingGroup",
                        "enabled":true,
                        "displaySequence":9,
                        "repositoryId":"overNightShippingMethod",
                        "excludedCategoriesShippingCharge":[
                        ],
                        "isFallback":false,
                        "id":"overNightShippingMethod",
                        "shipToLocations":[
                            {
                                "repositoryId":"100001"
                            }
                        ],
                        "excludedCategories":[
                        ]
                    },
                    {
                        "shippingCalculator":"external",
                        "eligibleForProductWithSurcharges":true,
                        "estimatedDeliveryDateGuaranteed":false,
                        "isExternallyPriced":false,
                        "internationalDutiesTaxesFees":0,
                        "ranges":[
                            {
                                "amount":14.95,
                                "high":1.7976931348623157E308,
                                "low":0
                            }
                        ],
                        "displayName":"canadapost-overnight",
                        "taxCode":"GT987",
                        "shippingGroupType":"hardgoodShippingGroup",
                        "estimatedDeliveryDate":"2013-04-12 14:48:45 -0400",
                        "enabled":true,
                        "deliveryDays":2,
                        "repositoryId":"canadapost-overnight",
                        "isFallback":false,
                        "carrierId":"ON"
                    },
                    {
                        "shippingCalculator":"external",
                        "estimatedDeliveryDateGuaranteed":false,
                        "isExternallyPriced":false,
                        "internationalDutiesTaxesFees":0,
                        "ranges":[
                            {
                                "amount":33,
                                "high":1.7976931348623157E308,
                                "low":0
                            }
                        ],
                        "displayName":"fedex-2dayground",
                        "taxCode":"TD543",
                        "shippingGroupType":"hardgoodShippingGroup",
                        "estimatedDeliveryDate":"2013-04-12 14:48:45 -0400",
                        "enabled":true,
                        "deliveryDays":2,
                        "repositoryId":"fedex-2dayground",
                        "isFallback":false,
                        "carrierId":"1D"
                    }
                ]
            }
        ]
    }
]Default Response
The error response
                
                
                    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