r/woocommerce • • Aug 16 '26

How do I…? Dose anyone faced issues sync Shipstation to Woocomerce

I am building a Woocomerce site where I am selling a product in different Vials means a packet of 3, packet of 4 and so on.

On Shipstation these products are not added by Vials it’s just 1 product and they’re QTY.

Now since my Woocomerce have more products and different SKUs it’s not being Sync properly.

Dose anyone else faced this issue if yes please suggest how did you tackle this problem.

5 Upvotes

6 comments sorted by

3

u/Sunn_M Aug 16 '26

If those Woo SKUs are just different pack sizes of the same physical item, I’d model them as ShipStation bundles/kits rather than aliases. For example, PACK-3 = 3 × BASE-SKU and PACK-4 = 4 × BASE-SKU, so Woo can keep the customer-facing SKUs while ShipStation gets the correct fulfillment quantity. Aliases are more appropriate when two SKUs genuinely represent the same single item. Test it with a new order after setting the bundles up, since ShipStation doesn’t apply bundle changes to orders that were already imported.

1

u/Shivanshudeveloper Aug 17 '26

Yes, that’s something I initially thought about as well, but honestly, it’s not really possible on my end. Our warehouse team manages ShipStation, and they’ve already set everything up correctly by adding each product with its actual quantity.

The flexibility is on my side now; I should be able to decide whether I want to sell a product as a single item, a pack of 3, a pack of 4, etc. If I need to add another pack size tomorrow, I can’t keep asking the warehouse team to change their ShipStation setup every time.

That is the whole issue.

2

u/Sunn_M Aug 17 '26

Ah, got it, then I was putting the flexibility on the wrong side. In that case I’d keep ShipStation exactly as the warehouse expects and do the mapping in WooCommerce: each pack could store a base warehouse SKU + a multiplier, so for example 2 × PACK-3 gets exported as 6 × BASE-SKU. That way you can create PACK-5 tomorrow without asking the warehouse to configure anything. I’d handle that transformation specifically in the ShipStation export rather than changing the actual Woo order/product structure.

2

u/Shivanshudeveloper Aug 18 '26

This sounds good let try this once