I’m creating product in Shopify by api : $product=$shop->api()->rest(‘POST’,‘/admin/api/2022-07/products.json’,$products_array);
which is creating product fine but when i was put ‘product_type’ => $type in $product_array it is placed in custom type and type is empty, so how can i fill type value?
