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