We can create a shipping promotion in the webstore as shown below Enable the required SuitePromotions Features. Create the shipping promotion. Lists > Marketing > Promotions > New Select Shipping Promotion Set the values and conditions for the new promotion to be created. 3. Apply the promo code o the website Here the promotion is… Continue reading Shipping Promotion in SCA webstore
Tag: shippingmethod
Setting shippingmethod
If the requirement is to set the shipping method,then in SCA an frontend API is available. Sets shipping method for order. Parameters shipmethod [required] {Object with values for fields} shipmethod [required] shipcarrier [required]Note Valid values that can be set for shipcarrier are ups or noups. Returns No value returned. Supported Domains Checkout Example: var field = ModelsInit.order.setShippingMethod({“shipmethod”: “1788”});