Wasm Directoryalpha
Record

patch-ecommerce-stores-id-products-id-variants-id-params

No description available.

record patch-ecommerce-stores-id-products-id-variants-id-params {
  store-id: string,
  product-id: string,
  variant-id: string,
  backorders: option​<string>,
  image-url: option​<string>,
  inventory-quantity: option​<s32>,
  price: option​<f64>,
  sku: option​<string>,
  title: option​<string>,
  url: option​<string>,
  visibility: option​<string>,
}

Fields

NameTypeDescription
store-idstring
product-idstring
variant-idstring
backordersoption​<string>
image-urloption​<string>
inventory-quantityoption​<s32>
priceoption​<f64>
skuoption​<string>
titleoption​<string>
urloption​<string>
visibilityoption​<string>