| Product Name |
(required) |
| Description |
(nullable) |
| Slug |
(nullable) |
| Categories |
(nullable|multiple) |
| Status |
(required|enum:{{ implode(',', Botble\Base\Enums\BaseStatusEnum::values()) }}|default:{{ Botble\Base\Enums\BaseStatusEnum::PENDING }}) |
| Is featured? |
(nullable|string (Yes or No)|default: No) |
| Brand |
(nullable|[Brand name | Brand ID]) |
| Product collections |
(nullable|[Product collection name | Product collection ID]|multiple) |
| Labels |
(nullable|[Product collection name | Product collection ID]|multiple) |
| Tax |
(nullable|[Tax name | Tax ID]|default:0) |
| Images |
(nullable|string|multiple) |
| Price |
(nullable|number) |
| Product Attributes |
(nullable|string) |
| Import Type |
(nullable|enum:product,variation|default:product) |
| Is Variation Default? |
(nullable|bool|default:false) |
| Stock status |
(nullable|enum:{{ implode(',', Botble\Ecommerce\Enums\StockStatusEnum::values()) }}|default:{{ Botble\Ecommerce\Enums\StockStatusEnum::IN_STOCK }}) |
| With storehouse management |
(nullable|bool|default:0) |
| Quantity |
(nullable|number) |
| Allow checkout when out of stock |
(nullable|bool|default:0) |
| Sale price |
(nullable|number) |
| Start date sale price |
(nullable|datetime|date_format:Y-m-d H:i:s) |
| End date sale price |
(nullable|datetime|date_format:Y-m-d H:i:s) |
| Weight |
(nullable|number) |
| Length |
(nullable|number) |
| Wide |
(nullable|number) |
| Height |
(nullable|number) |