Record
put-ecommerce-stores-id-products-id-variants-id-params
No description available.
record put-ecommerce-stores-id-products-id-variants-id-params {
store-id: string,
product-id: string,
variant-id: string,
backorders: option<string>,
id: string,
image-url: option<string>,
inventory-quantity: option<s32>,
price: option<f64>,
sku: option<string>,
title: string,
url: option<string>,
visibility: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| store-id | string | |
| product-id | string | |
| variant-id | string | |
| backorders | option<string> | |
| id | string | |
| image-url | option<string> | |
| inventory-quantity | option<s32> | |
| price | option<f64> | |
| sku | option<string> | |
| title | string | |
| url | option<string> | |
| visibility | option<string> |