Products (Admin)
Products are one of the main entities of commerce system. They are the entity which describes exactly what are the collection and tokens that are being sold in your e-commerce.
You can create products that represents one entire collection or even represents one unique and specific token from your collection/contract. If you have one product that contains more than one token, you can also specify different prices depending on the token that you want to sell. See more in Public Products Page.
Service Methods
Creates a product inside the company
Rest API reference:
Lists all product of some company
Rest API reference:
Gets a company product by slug
Rest API reference:
Gets a company product by id
Rest API reference:
Updates some company product
You can't update tokens amount or collection from published product tokens. In a near future we are planning to offer that, but for a while, you will need to create a new one.
Rest API reference:
Publish a company product
Only published products can be purchased because is this endpoint that gets the permission of transfer and all other things about blockchain tokens informations.
Rest API reference:
Last updated