Homepage

TransactableImport

Last edit: Oct 26, 2022

No description

type TransactableImport {
  addresses: [AddressImport!]
  attachments: [AttachmentsImport!]
  created_at: ISO8601DateTime
  creator_id: ID!
  id: ID!
  images: [ImagesImport!]
  name: String
  properties: HashObject
  slug: String!
  type_name: String!
  updated_at: ISO8601DateTime
}

Fields

addresses (AddressImport)

attachments (AttachmentsImport)

created_at (ISO8601DateTime)

creator_id (ID)

id (ID)

ID will be changed after import, relations will be preseved

images (ImagesImport)

name (String)

properties (HashObject)

ex. {"color": "red"}

slug (String)

type_name (String)

updated_at (ISO8601DateTime)

Questions?

We are always happy to help with any questions you may have.

contact us