| Conditions | 1 | 
| Paths | 1 | 
| Total Lines | 34 | 
| Code Lines | 23 | 
| Lines | 0 | 
| Ratio | 0 % | 
| Changes | 1 | ||
| Bugs | 0 | Features | 1 | 
| 1 | <?php  | 
            ||
| 30 | public function createProduct()  | 
            ||
| 31 |     { | 
            ||
| 32 | $body = [  | 
            ||
| 
                                                                                                    
                        
                         | 
                |||
| 33 | "id" => "string",  | 
            ||
| 34 | "isEnabled" => true,  | 
            ||
| 35 | "sku" => "string",  | 
            ||
| 36 | "productGroup" => [  | 
            ||
| 37 | "id" => "string",  | 
            ||
| 38 | "name" => "string",  | 
            ||
| 39 | "dateCreation" => "2020-04-30T17:40:26.236Z",  | 
            ||
| 40 | "description" => "string",  | 
            ||
| 41 | "isEnabled" => true,  | 
            ||
| 42 | "fields" => [  | 
            ||
| 43 | "string"  | 
            ||
| 44 | ],  | 
            ||
| 45 | "products" => [  | 
            ||
| 46 | null  | 
            ||
| 47 | ]  | 
            ||
| 48 | ],  | 
            ||
| 49 | "members" => [  | 
            ||
| 50 | [  | 
            ||
| 51 | "code" => "string",  | 
            ||
| 52 | "name" => "string",  | 
            ||
| 53 | "value" => []  | 
            ||
| 54 | ]  | 
            ||
| 55 | ],  | 
            ||
| 56 | "publicMembers" => [  | 
            ||
| 57 | [  | 
            ||
| 58 | "code" => "string",  | 
            ||
| 59 | "name" => "string",  | 
            ||
| 60 | "value" => []  | 
            ||
| 61 | ]  | 
            ||
| 62 | ],  | 
            ||
| 63 | "thumbUrl" => "string"  | 
            ||
| 64 | ];  | 
            ||
| 66 | }  |