We store some data in meta fields on WooCommerce. This KB article will list out these meta fields which can be useful in importing/exporting data from Woo
Products
Meta Key | Type | Values | Description |
---|---|---|---|
sln_ignore_stock_update | boolean | 0,1 | 0 = process stock updates 1 = ignore stock updates |
sln_ignore_product_update | boolean | 0,1 | 0 = process product updates 1 = ignore productupdates |
sln_epn_title | text | Product name to be used on EposNow. If not set, defaults to woo product name. Does not affect Woo product name. Useful when abbreviated names need to be used on EposNow. Has a 40 character limit. | |
sln_epn_description | text | Product description to be used on EposNow. If not set, defaults to sln_epn_title. Does not affect Woo product description. Has a 127 character limit. | |
sln_product_type | dropdown | standard, measured, weighted | Type of product on EposNow. Cannot be changed once set. |
sln_sale_price_measurement_scheme_item_id | dropdown | 1 => “Centimetres”, 2 => “Metres”, 3 => “Grams”, 4 => “Kilograms”, 5 => “Millilitres”, 6 => “Centilitres”, 7 => “Litres”, 8 => “Square Centimeter”, 9 => “Square Meter”, 11 => “Square Feet”, 12 => “Square Yard”, 18 => “Yards” | only needs to be set for weighed and measured products |
sln_sale_price_measurement_unit_volume | integer | EPN Measurement Unit Volume | |
sln_unit_multiplier | integer | Slynk unit multiplier | |
sln_wc_measurement_unit | dropdown | 1 => “Centimetres”, 2 => “Metres”, 3 => “Grams”, 4 => “Kilograms”, 5 => “Millilitres”, 6 => “Centilitres”, 7 => “Litres”, 8 => “Square Centimeter”, 9 => “Square Meter”, 11 => “Square Feet”, 12 => “Square Yard”, 18 => “Yards” | only needs to be set for weighed and measured products |
sln_epn_cost_price | double | EposNow cost price. Recommend setting this field in Woo and adding to field mapping as EposNow creates stock batches using the cost price at the time the stock was added. When the stock is deducted, it deducts from the oldest stock batch and uses the cost price from the stock batch to determine the margin. | |
sln_epn_eat_out_price | double | EposNow eat out price | |
sln_epn_rrp_price | double | EposNow rrp price | |
sln_epn_barcode | text | EposNow barcode | |
sln_epn_order_code | text | EposNow order code | |
sln_epn_article_code | text | EposNow article code | |
sln_epn_brand_id | integer | EposNow brand ID | |
sln_epn_supplier_id | integer | EposNow supplier ID | |
sln_epn_tare_weight | integer | EposNow tare weight | |
sln_epn_size | text | EposNow Size attribute | |
sln_product_category_master | integer | WooCommerce category ID | Which category should be used when checking the category mapping. Only required if category mapping is enabled on your Slynk account. |
sln_epn_product_id | integer | The EposNow product ID. Only used when importing products from EposNow to Woo for initial product linking. |