Wasm Directoryalpha
Record

update-item-taxes-params

No description available.

record update-item-taxes-params {
  item-ids: list​<string>,
  taxes-to-disable: option​<list​<string>>,
  taxes-to-enable: option​<list​<string>>,
}

Fields

NameTypeDescription
item-idslist​<string>
taxes-to-disableoption​<list​<string>>
taxes-to-enableoption​<list​<string>>