Hello,
After succeeding in staging environment we’re now trying to go into production with a real warehouse and discovered that even though our order create mutation is succeeding when we go into shiphero UI it won’t let us ship and says " SKU 43084186648835 is in the order but doesn’t have a record in your warehouse" and suggests that we should “Create the product in your warehouse”.
This is confusing to us because the product does exist in our warehouse and is clearly visible in the UI. I can also find it by querying the products graphql node with a sku filter of 43084186648835.
Can someone help us figure out what we’ve done wrong ?