Record
post-ecommerce-stores-id-products-id-variants-response
No description available.
record post-ecommerce-stores-id-products-id-variants-response {
links: option<list<post-ecommerce-stores-id-products-id-variants-response-links-item>>,
backorders: option<string>,
created-at: option<string>,
id: option<string>,
image-url: option<string>,
inventory-quantity: option<s32>,
price: option<f64>,
sku: option<string>,
title: option<string>,
updated-at: option<string>,
url: option<string>,
visibility: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| links | option<list<post-ecommerce-stores-id-products-id-variants-response-links-item>> | |
| backorders | option<string> | |
| created-at | option<string> | |
| id | option<string> | |
| image-url | option<string> | |
| inventory-quantity | option<s32> | |
| price | option<f64> | |
| sku | option<string> | |
| title | option<string> | |
| updated-at | option<string> | |
| url | option<string> | |
| visibility | option<string> |