Skip to main content

Create

Creates a new product.

Examples

$saved = new SureCart\Models\Product([
'name' => 'Product 1',
'description' => 'Product 1 description',
])->save();

Model Attributes

Response Attributes