CocoShop theme development
  • 🚀Getting Started
    • Overview
    • Getting started
  • ⛓️Architecture
    • Overview
    • Layouts
    • Templates
      • index
      • collections
      • collection
      • product
      • 404
      • search
      • page
    • Section
      • Section schema
    • Config
    • Input settings
  • 💧Liquid
    • Basics
      • Operators
      • Truthy and Falsy
      • Whitespace Control
    • Tags
      • Control flow
      • Variable
      • Theme
    • Filters
    • Objects
      • site
      • collection
      • wallet
      • chain
      • product
      • attribute
      • connected_wallet
      • linklists
      • linklist
      • link
    • Functions
      • connectWallet
      • changeChain
      • disconnect
      • transfer
      • buy
  • 💫Others
    • Roadmap
Powered by GitBook
On this page
  • Properties
  • Access
  1. Liquid
  2. Objects

product

PreviouschainNextattribute

Last updated 2 years ago

Properties

Name
Type
Description

id

string

name

string

token_id

string

image_url

string

description

string | null

creation_tx_hash

string

Hash of the transaction in which the item was created

creation_tx_timestamp

number

Timestamp of when the item was created (Unix timestamp)

url

string

attributes

[] | null

collection

owner

is_owner

boolean

true if the wallet is connected and user are the owner of the product

is_correct_chain

boolean

true if the wallet is connected and connected to the chain in which the product exists

sell

| null

The sell object exists only if the item is for sale

Access

  • In

💧
🍇
product template
sell
attribute
collection
wallet