I have a big issue about combining shipment when sent in the on shiped webhook
When shipstation combine multiple orders, one orders become a primary order and one is the secondary order, but when this combined order is shipped and the On Shipped webhook sent the resource_url event for my lambda function, the url only contains the primary order and the other disappears.
To have my business logic well done executed, I need both to be contained in the url so i can execute my code for both.
Is there any plan for this to be done?
Here is a copy of a conversation with shipstation suppor