File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1146,8 +1146,8 @@ def create_product(
11461146 tags : Optional [list [str ]] = None ,
11471147 status : Optional [str ] = None ,
11481148 active : Optional [bool ] = None ,
1149- product_id : Optional [str ] = None ,
11501149 product_base_type : Optional [str ] = None ,
1150+ product_id : Optional [str ] = None ,
11511151 ) -> CreateOperation :
11521152 """Create new product.
11531153
@@ -1160,9 +1160,9 @@ def create_product(
11601160 tags (Optional[Iterable[str]]): Product tags.
11611161 status (Optional[str]): Product status.
11621162 active (Optional[bool]): Product active state.
1163+ product_base_type (Optional[str]): Product base type.
11631164 product_id (Optional[str]): Product id. If not passed new id is
11641165 generated.
1165- product_base_type (Optional[str]): Product base type.
11661166
11671167 Returns:
11681168 CreateOperation: Object of create operation.
You can’t perform that action at this time.
0 commit comments