Wasm Directoryalpha
Record

post-products-params

No description available.

record post-products-params {
  active: option​<bool>,
  default-price-data: option​<post-products-body-default-price-data>,
  description: option​<string>,
  expand: option​<list​<string>>,
  id: option​<string>,
  images: option​<list​<string>>,
  metadata: option​<post-products-body-metadata>,
  name: string,
  package-dimensions: option​<post-products-body-package-dimensions>,
  shippable: option​<bool>,
  statement-descriptor: option​<string>,
  tax-code: option​<string>,
  unit-label: option​<string>,
  url: option​<string>,
}

Fields

NameTypeDescription
activeoption​<bool>
default-price-dataoption​<post-products-body-default-price-data>
descriptionoption​<string>
expandoption​<list​<string>>
idoption​<string>
imagesoption​<list​<string>>
metadataoption​<post-products-body-metadata>
namestring
package-dimensionsoption​<post-products-body-package-dimensions>
shippableoption​<bool>
statement-descriptoroption​<string>
tax-codeoption​<string>
unit-labeloption​<string>
urloption​<string>