We seem to not be able to use the UUID defined for a custom client based Warehouse Profile that uses the same facility that the 3PL Warehouse UUID uses has for items assigned to it. In other words, the order create mutation doesn’t let you specify a warehouse profile other than the 3PL parent warehouse UUID that the items are assigned to. We want to be able to send orders using a certain warehouse profile that contains a custom packing slip template, and we were told it is best not to assign the custom packslip to the default profile that represents the warehouse where items assigned to that facility. When we use the child company warehouse profile’s UUID, the error we get is "“Invalid warehouse_id in order line item with sku” so it seems the API payload requires the UUID associated with the 3PL warehouse where the items reside and not the ‘other’ profile that also represents the same facility where the items reside. If that is a correct assessment of functionality, how are we to specify the warehouse profile defined for the custom packslip in the order create mutation instead of later working around it by applying the profile after the fact, using an Automation Rule? Maybe I’m missing a profile field option at the order level?