New Product: Difference between revisions

From Fulfiller Wiki
Jump to navigation Jump to search
(Created page with " - Add to prod_group table - Add to provider_product table (if provider using skus not already found in product_info) - Add to product_category table - Add packages - Add records to product_info for all variants - Set up routing to routing and/or spec_routing tables - Add to location table where it will be handled (do this last) - Configure destination ship workstation Info - Packaging size & weight (single and multiple ship) - Product weight - Variants -...")
 
No edit summary
Line 1: Line 1:


- Add to prod_group table
- Add to prod_group table. Need estimate of ratio of product cost to customs value for ship_mult value.


- Add to provider_product table (if provider using skus not already found in product_info)
- Add to provider_product table (if provider using skus or order item specs not already found in product_info)


- Add to product_category table
- Add to product_category table


- Add packages
- Add packaging (packaging table and possibly provider_packaging table if provider has reportable packaging skus). Need this info for each packaging:
 
Up to quantity
Dimensions
Weight of packaging
Branded or generic


- Add records to product_info for all variants
- Add records to product_info for all variants
Product price to provider
Variant weight
Dimensions (only if using size to determine packaging)
Ship description (if different from its product group)


- Set up routing to routing and/or spec_routing tables
- Set up routing to routing and/or spec_routing tables
Line 14: Line 23:
- Add to location table where it will be handled (do this last)
- Add to location table where it will be handled (do this last)


 
- Add product group access if departmental access code is used


- Configure destination ship workstation
- Configure destination ship workstation
 
Add product group to config.json
Info
 
- Packaging size & weight (single and multiple ship)
 
- Product weight
 
- Variants
 
- Product price to provider




Line 32: Line 32:




- If code is added or excluded based on provider this should be done through configuration options in assembly.json rather than via provider checks in code.
- If code is added or excluded based on provider this should be done through configuration options in assembly.json rather than via provider checks in production code.

Revision as of 17:12, 7 September 2023

- Add to prod_group table. Need estimate of ratio of product cost to customs value for ship_mult value.

- Add to provider_product table (if provider using skus or order item specs not already found in product_info)

- Add to product_category table

- Add packaging (packaging table and possibly provider_packaging table if provider has reportable packaging skus). Need this info for each packaging:

Up to quantity Dimensions Weight of packaging Branded or generic

- Add records to product_info for all variants Product price to provider Variant weight Dimensions (only if using size to determine packaging) Ship description (if different from its product group)

- Set up routing to routing and/or spec_routing tables

- Add to location table where it will be handled (do this last)

- Add product group access if departmental access code is used

- Configure destination ship workstation Add product group to config.json


Dev


- If code is added or excluded based on provider this should be done through configuration options in assembly.json rather than via provider checks in production code.