I have two WooCommerce shops for the same client, one for the US and one for CAD. We want to make sure there is no collision with respect to the order numbers on these two shops, so I want to set the next post ID on the CAD site to 900001 and then go from there (we don’t get a lot of traffic). Is there a way to do this without using a sequential order number plugin? It seems I should just be able to create a post with this ID using the API and then the database will autoincrement from there?