| Name | Type | Description | Notes |
|---|---|---|---|
| id | str | A unique identifier for an object. | [readonly] |
| name | str, none_type | The name of the product as it should be displayed to customers. | [optional] |
| description | str, none_type | A detailed description of the product. | [optional] |
| status | str, none_type | The current status of the product (active or archived). | [optional] |
| price | str, none_type | The price of the product. | [optional] |
| sku | str, none_type | The stock keeping unit of the product. | [optional] |
| inventory_quantity | str, none_type | The quantity of the product in stock. | [optional] |
| images | [EcommerceProductImages], none_type | An array of image URLs for the product. | [optional] |
| weight | str, none_type | The weight of the product. | [optional] |
| weight_unit | str, none_type | The unit of measurement for the weight of the product. | [optional] |
| options | [EcommerceProductOptions] | An array of options for the product. | [optional] |
| variants | [EcommerceProductVariants] | [optional] | |
| tags | [str, none_type] | An array of tags for the product, used for organization and searching. | [optional] |
| categories | [EcommerceProductCategories] | An array of categories for the product, used for organization and searching. | [optional] |
| custom_mappings | CustomMappings | [optional] | |
| created_at | datetime, none_type | The date and time when the object was created. | [optional] [readonly] |
| updated_at | datetime, none_type | The date and time when the object was last updated. | [optional] [readonly] |
This repository was archived by the owner on Jun 2, 2025. It is now read-only.