Product
In the Cevoid platform, a product is a key entity that represents any item that is offered for sale on your e-commerce platform. This includes physical goods, digital products, and services that are available for purchase. The Cevoid product entity contains a wide range of information about each product, including its name, description, images, price, inventory level, and shipping information.
The product model
The product model contains basic information about your products, such as their title, category, and price.
Properties
- Name
id
- Type
- string
- Description
Unique identifier for the product.
- Name
title
- Type
- string
- Description
The title of the product.
- Name
category
- Type
- string
- Description
The category of the product.
- Name
handle
- Type
- string
- Description
Unique URL-friendly identifier for the product. Often called a slug.
- Name
url
- Type
- string
- Description
The URL of the product.
- Name
developmentUrl
- Type
- string
- Description
The development URL of the product. This is only applicable on Shopify stores.
- Name
media
- Type
- ProductMedia[]
- Description
The media associated with the product.
- Name
price
- Type
- ProductPrice
- Description
The price of the product.
ProductMedia
- Name
type
- Type
- string
- Description
The type of media. This can be either
image
orvideo
.
- Name
thumbnail
- Type
- string
- Description
The thumbnail image URL for the product.
- Name
original
- Type
- string
- Description
The original image URL for the product.
- Name
aspectRatio
- Type
- float
- Description
The aspect ratio of the media. This is only available for Shopify stores.
ProductPrice
- Name
price
- Type
- float
- Description
The price of the product.
- Name
currency
- Type
- string
- Description
The currency the price is in.