Skip to main content

(Customer-Specific) Articles

Master data for identifying articles. At Workist we distinguish between a customer-specific article list and a general article list. We use the same data structure in Workist for both article lists.

Workist typically requires 2 separate files if both a general and a customer-specific article list are to be provided.

warning

Workist always requires at least one article list!

info

When providing a customer-specific article list in addition to the general article list, the following columns are usually sufficient: partition_id, article_id1, article_id2, (optional) article_id3

note

If unit conversion is to be implemented in Workist, the order_units and sales_units must be provided. See: Unit Conversion

Column Description

Red names are mandatory. Purple names are recommended data.

#Field NameStatusDescription
1partition_idOptionalReference to a customer ID (client_id1). Limits the AI selection list and significantly increases the recognition rate.
2article_id1RequiredPrimary unique identifier for an article, typically used for internal tracking.
3article_id2OptionalSecondary identifier for an article, possibly for external systems or integrations.
4article_id3OptionalTertiary identifier, sometimes used for EAN codes.
5descriptionRecommendedText description of the article with detailed information about its properties and characteristics.
6gross_priceOptionalThe gross price of the article before deductions or discounts.
7order_unitsRecommendedUnits in which the article is ordered. Can be a list or the row must be duplicated for each option. Controls which units are displayed in the workbench.
8sales_unitsOptional / Required for conversionUnits in which the article is sold. Required when unit conversion is relevant. Defines the unit in which the value is returned in the output.
9sales_organisationOptionalThe sales organisation responsible for selling the article.
10variantsOptionalDescribes the configurable dimensions of an article (e.g. colour, size, variant). Structured list of dimensions. Not used for article matching/recognition, but serves as additional information for downstream systems.

Format

Columns that are not needed can be omitted from the data export.

Example file name: article_list.csv

article_id1;article_id2;description;gross_price;order_units
ART001;4001234;Schrauben M8x20 100er Pack;12.50;["Packung","Karton"]
ART002;4005678;Dübel 8mm 50er Pack;5.90;["Packung"]
ART003;4009999;Bohrmaschine XL Pro;149.99;["Stück"]