Hello @david_iux
can you please let me know which Magento 2 version you are using.
As I have checked on Magento 2.2.7 you have to follow the below step.
- Create an attribute (Admin > Stores > Attributes > Product)
- Assing those attribute on attribute set.(Admin > Stores > Attributes > Attribute Set)
- Go to product it will appear.
If still not appear follow below step.
Re-Index and Refresh the page.
php bin/magento indexer:reindex
php bin/magento cache:flush
php bin/magento cache:clean
If you got a solution, please Accept as Solution & Click Kudos.