Sha256: 3892764f5fd710644648a229cf7f66071d4f6ac797526bd52482b06b4ff7603a
Contents?: true
Size: 1.42 KB
Versions: 2
Compression:
Stored size: 1.42 KB
Contents
# Brevo::GetProductDetails ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Product ID for which you requested the details | **name** | **String** | Name of the product for which you requested the details | **created_at** | **String** | Creation UTC date-time of the product (YYYY-MM-DDTHH:mm:ss.SSSZ) | **modified_at** | **String** | Last modification UTC date-time of the product (YYYY-MM-DDTHH:mm:ss.SSSZ) | **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] **s3_original** | **String** | S3 url of original image | [optional] **s3_thumb_analytics** | **String** | S3 thumbnail url of original image in 120x120 dimension for analytics section | **meta_info** | **Object** | Meta data of product such as description, vendor, producer, stock level, etc. | [optional] **s3_thumb_editor** | **String** | S3 thumbnail url of original image in 600x400 dimension for editor section | **is_deleted** | **BOOLEAN** | 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/GetProductDetails.md |
brevo-2.0.0 | docs/GetProductDetails.md |