Requirements
Fast Seller
Product type
Importing product types with RO CSVI involves a 3-step procedure:
- Import product types
- Import Product type parameters
- Import Product type names
This tutorial explains the import of product types.
Required fields
- product_type_name
- product_type_publish
Criteria
These fields make up the criteria to determine if the record is going to be updated or added. If all the criteria fields match an existing record, the record will be updated. If not all the criteria fields match, the record will be added.
- product_type_name
Optional fields
- product_type_description
- product_type_list_order
Explanation of fields
product_type_name
The name of the product type
product_type_publish
- Y
The product type is published - N
The product type is unpublished
product_type_description
A description of the product type
product_type_list_order
Set the order of the product type
Examples
Create a product type
"product_type_name","product_type_description","product_type_list_order","product_type_publish"
"CSVI Type","CSVI Type parameter","1","Y"
Unpublish a product type
"product_type_name","product_type_publish"
"CSVI Type","N"