Default barcode type is c128, which is popular and Shopify also use it as default.
However, you can change barcode type in a template:

Default source:

{{ item.sku | barcode: "c128" }}

In this example, I will change to code39:

{{ item.sku | barcode: "code39" }}