Sha256: 7286b7c10dfbf1acdf3fde3edbf3e98228eb1bb60bd2b9b98ca2c4ffe2d5919d
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 KB
Contents
# Brevo::CreateUpdateProduct ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Product ID for which you requested the details | **name** | **String** | Mandatory in case of creation**. Name of the product for which you requested the details | **url** | **String** | URL to the product | [optional] **image_url** | **String** | Absolute URL to the cover image of the product | [optional] **sku** | **String** | Product identifier from the shop | [optional] **price** | **Float** | Price of the product | [optional] **categories** | **Array<String>** | Category ID-s of the product | [optional] **parent_id** | **String** | Parent product id of the product | [optional] **meta_info** | **Hash<String, String>** | Meta data of product such as description, vendor, producer, stock level. The size of cumulative metaInfo shall not exceed **1000 KB**. Maximum length of metaInfo object can be 10. | [optional] **update_enabled** | **BOOLEAN** | Facilitate to update the existing category in the same request (updateEnabled = true) | [optional] [default to false] **deleted_at** | **String** | UTC date-time (YYYY-MM-DDTHH:mm:ss.SSSZ) of the product deleted from the shop's database | [optional]
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
brevo-3.0.0 | docs/CreateUpdateProduct.md |
brevo-2.0.0 | docs/CreateUpdateProduct.md |