Wasm Directoryalpha
Record

patch-ecommerce-stores-id-products-id-variants-id-response

No description available.

record patch-ecommerce-stores-id-products-id-variants-id-response {
  links: option​<list​<patch-ecommerce-stores-id-products-id-variants-id-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

NameTypeDescription
linksoption​<list​<patch-ecommerce-stores-id-products-id-variants-id-response-links-item>>
backordersoption​<string>
created-atoption​<string>
idoption​<string>
image-urloption​<string>
inventory-quantityoption​<s32>
priceoption​<f64>
skuoption​<string>
titleoption​<string>
updated-atoption​<string>
urloption​<string>
visibilityoption​<string>