| Name | Type | Description | Notes |
|---|---|---|---|
| id | str, none_type | A unique identifier for the variant of the product. | [optional] |
| name | str, none_type | The name for the variant, used for displaying to customers. | [optional] |
| price | str, none_type | The price of the variant. | [optional] |
| sku | str, none_type | The stock keeping unit of the variant. | [optional] |
| inventory_quantity | str, none_type | The quantity of the variant in stock. | [optional] |
| weight | str, none_type | The weight of the variant. | [optional] |
| weight_unit | str, none_type | The unit of measurement for the weight of the variant. | [optional] |
| options | [EcommerceProductOptions1] | [optional] | |
| images | [EcommerceProductImages1] | [optional] | |
| any string name | bool, date, datetime, dict, float, int, list, str, none_type | any string name can be used but the value must be the correct type | [optional] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.