How can I set shipping charges for oversized items regardless of cart total?

Currently, I’ve implemented free shipping for cart totals exceeding $150. However, I’d like to introduce shipping charges specifically for oversized items, irrespective of whether the cart total exceeds $150.

Please can you help me?

Hello @ahsanghaffar ,

You can set up shipping profiles for oversized items.

Hello @Mirdas
Thank you for your response. I am checking it.
But Oversized items are based on Width, Height, and Length. Please can help me how I can find the box size based on Width, Height, and Length?

Greetings @ahsanghaffar ,

To meet your needs, you’ll need an application that facilitates box packing, a feature not currently supported by Shopify.

One workaround is to compute the volumetric weight and then update the product weight to be the greater of the actual weight and the volumetric weight.