Record
post-ecommerce-stores-id-products-params
No description available.
record post-ecommerce-stores-id-products-params {
store-id: string,
description: option<string>,
handle: option<string>,
id: string,
image-url: option<string>,
images: option<list<post-ecommerce-stores-id-products-body-images-item>>,
published-at-foreign: option<string>,
title: string,
type-op: option<string>,
url: option<string>,
variants: list<post-ecommerce-stores-id-products-body-variants-item>,
vendor: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| description | option<string> | |
| handle | option<string> | |
| id | string | |
| image-url | option<string> | |
| images | option<list<post-ecommerce-stores-id-products-body-images-item>> | |
| published-at-foreign | option<string> | |
| title | string | |
| type-op | option<string> | |
| url | option<string> | |
| variants | list<post-ecommerce-stores-id-products-body-variants-item> | |
| vendor | option<string> |