Skip to content
← Back to Index

Asset

Type

Definition

filtrera
let Asset: {
  assetId: uuid
  assetNumber: text
  createdAt: instant
  dynamic: {text->value}
  items: [{
    assetItemId: uuid
    createdAt: instant
    dynamic: {text->value}
    itemTypeKey: text
    relations: [{
      nodeId: uuid
      relationKey: text
    }]
    typeKey: text
  }]
  relations: [{
    nodeId: uuid
    relationKey: text
  }]
  tags: [text]
  typeKey: nothing|text
}

Availability

DiscountRuleReactor

© 2024 Hantera AB. All rights reserved.