Country Region

GetCountryRegion

Gets a country region from a specfic store.

    GetCountryRegions

    Gets the country regions for a specific store. Specify the countryId parameter to only get country regions for this country.

      GetCurrentPaymentCountryRegion

      Gets the current payment country region of the customer's session. If the customer has a current order the payment country region of that order is returned.

        GetCurrentShippingCountryRegion

        Gets the current shipping country region of the customer's session. If the customer has a current order the shipping country region of that order is returned.

          SetCurrentPaymentCountryRegion

          Changes the current payment country region of the customer's session. The payment country region is also changed for the customer's current order if present. If the country region is changed and the current payment and method isn't allowed in this country region - then the payment method will change to the default payment method of the new payment country region. If no current payment country region is specified it will fallback to use the payment country.

            SetCurrentShippingCountryRegion

            Changes the current shipping country region of the customer's session. The shipping country region is also changed for the customer's current order if present. If the country region is changed and the current shipping method isn't allowed in this country region - then the shipping method will change to the default shipping method of the new shipping country region. If no current shipping country region is specified it will fallback to use the shipping country and then payment country.

              Last Updated: 12/27/2018, 4:46:55 PM