Exemplo n.º 1
0
 /// <summary>
 /// Gets a shipping method from a specfic store.
 /// </summary>
 /// <param name="storeId">Id of the store.</param>
 /// <param name="shippingMethodId">Id of the shipping method.</param>
 /// <returns>A shipping method object.</returns>
 public static ShippingMethod GetShippingMethod(long storeId, long shippingMethodId)
 {
     return(TeaCommerceHelper.GetShippingMethod(storeId, shippingMethodId));
 }