Products
Create products and variants in Lemon Squeezy, then map their IDs to your database records.
Store IDs in the database
Use
public.products.provider_product_id for product IDs and public.product_prices.provider_price_id for variant IDs.Verify database records
select id, name, provider_product_id from public.products order by sort_order;