Wasm Directoryalpha
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

NameTypeDescription
idstring
activeoption​<bool>
default-priceoption​<string>
descriptionoption​<string>
expandoption​<list​<string>>
imagesoption​<string>
metadataoption​<string>
nameoption​<string>
package-dimensionsoption​<string>
shippableoption​<bool>
statement-descriptoroption​<string>
tax-codeoption​<string>
unit-labeloption​<string>
urloption​<string>