# Supplywise walkthrough - Suppliers The client has many suppliers, where several of them are integrated. Not only the actual catalog but also as much content as possible is imported on the products. ## Creation rules Products are created automatically in Norce based on supplier data and creation rules. They are set up as “Extended” or "Standard" assortments. Standard products are created in the ERP directly, but Extended are residing only in Norce until needed. ```mermaid %%{init: {'theme':'default'}}%% flowchart LR subgraph S [Suppliers] %%direction LR NP(New Products) PC(Product content) end subgraph CoP [3rd party content] %%direction LR PC2(Product content) end subgraph NA [Norce] direction TB CR(Creation rules) SP(Standard products) EP(Extended products) PIM(PIM) CR--->SP CR--->EP end subgraph E [ERP] direction TB SP2(Standard products) end NP-- Integration -->CR PC-- Enrichment -->PIM PC2-- Enrichment -->PIM SP-- Integration -->SP2 ``` 1. New products comes from the supplier and is created as supplier sku’s in Norce 2. A creation rule will automatically create some of the sku’s with the type “extended assortment” and status “coming” and others will be created directly as Standard products. 3. The enrichment process happens in parallel after products are created 4. Standard products are automatically sent to the ERP ## Content integration For all products that are created by the rules in Norce the integration can add content, like images, texts and parametrics automatically. The client has also a specific 3rd party provider of content that is integrated as well. ## Expiring and deactivation Suppliers will control the Extended products. When not suppliers are selling them anymore they will automatically close, unless their status has been locked. ## Dropshipping Some suppliers are enabled for dropshipping in Norce. If they are chosen as supplier to a dropshipping product the integration will look up and pass in supplier information with the order line so that the dropshipping purchase order can be done by the ERP.