Creating a Flow to add product to shipping profile

Here I am again, seeking some documentation for something that would make our workflow easier!

We insure all orders over $500 by adding them to a separate shipping profile (“Insured Products”). At the moment, we have to manually do this, which isn’t a big deal for us, as everyone who has access knows how to add items to the profile. However, we all make mistakes, and when we list a lot of product, it does take us some time to scan each SKU and put it in.

I already know how to check for our price range when a product is created, but is there a mutation for shipping profiles? I do see the deliveryProfiles is a thing, but we’re not looking to create a new one, just add to the one that exists (I also don’t know if that’s what I’ll need to do this)

If this isn’t something Flow is capable of yet, that’s okay! We’re also not interested in using a third-party app to do this.

Thanks for any help you can provide!

You might be able to use the Send Admin API request action to use the deliveryProfileUpdate mutation to add product variants using variantsToAssociate.

I’m trying to figure this out, without much luck. I don’t see any reference to variants in the updateDeliveryProfile payload…