Record

catalog-data-product-interface

No description available.

record catalog-data-product-interface {
  attribute-set-id: option​<s32>,
  created-at: option​<string>,
  custom-attributes: option​<list​<framework-attribute-interface>>,
  extension-attributes: option​<catalog-data-product-extension-interface>,
  id: option​<s32>,
  media-gallery-entries: option​<list​<catalog-data-product-attribute-media-gallery-entry-interface>>,
  name: option​<string>,
  options: option​<list​<catalog-data-product-custom-option-interface>>,
  price: option​<f64>,
  product-links: option​<list​<catalog-data-product-link-interface>>,
  sku: string,
  status: option​<s32>,
  tier-prices: option​<list​<catalog-data-product-tier-price-interface>>,
  type-id: option​<string>,
  updated-at: option​<string>,
  visibility: option​<s32>,
  weight: option​<f64>,
}

Fields

NameTypeDescription
attribute-set-idoption​<s32>
created-atoption​<string>
custom-attributesoption​<list​<framework-attribute-interface>>
extension-attributesoption​<catalog-data-product-extension-interface>
idoption​<s32>
media-gallery-entriesoption​<list​<catalog-data-product-attribute-media-gallery-entry-interface>>
nameoption​<string>
optionsoption​<list​<catalog-data-product-custom-option-interface>>
priceoption​<f64>
product-linksoption​<list​<catalog-data-product-link-interface>>
skustring
statusoption​<s32>
tier-pricesoption​<list​<catalog-data-product-tier-price-interface>>
type-idoption​<string>
updated-atoption​<string>
visibilityoption​<s32>
weightoption​<f64>