Where to store setting ID for product accounting code?

hi,

when i export my sell to my accounting software ( pennylane logiciel )

For example, for my cup black, my account in 701001

for my cup white, my account in 701002

for the variant wood of cup black , my code is 7010011

Best regards

Metafields are the best fit for this — go to Settings > Custom data > Products, then create a metafield for your accounting code. You can set it as a single-line text field and it’ll be available on every product’s edit page.

If you just need the codes for export/reference, product tags work too, but they get messy fast since there’s no structure to them. Metafields keep things clean and are queryable through the API if you ever need to pull them programmatically.

1 Like