Record
post-products-id-params
No description available.
record post-products-id-params {
id: string,
active: option<bool>,
default-price: option<string>,
description: option<string>,
expand: option<list<string>>,
images: option<string>,
metadata: option<string>,
name: option<string>,
package-dimensions: option<string>,
shippable: option<bool>,
statement-descriptor: option<string>,
tax-code: option<string>,
unit-label: option<string>,
url: option<string>,
}Fields
| Name | Type | Description |
|---|---|---|
| id | string | |
| active | option<bool> | |
| default-price | option<string> | |
| description | option<string> | |
| expand | option<list<string>> | |
| images | option<string> | |
| metadata | option<string> | |
| name | option<string> | |
| package-dimensions | option<string> | |
| shippable | option<bool> | |
| statement-descriptor | option<string> | |
| tax-code | option<string> | |
| unit-label | option<string> | |
| url | option<string> |