Products
Overview
Products are the goods and services that you sell to your customers. You can create products or import them from your ecommerce platform.
The Products Data Model simplifies the handling and retrieval of products data for your application. The model provides a unified representation of products data across different platforms, enabling you to easily access and manage products data from different platforms.
- Unified Products properties: The model provides a unified representation of products properties across different platforms, enabling you to easily access and manage products data from different platforms.
- Comprehensive products information: The model provides a comprehensive representation of products data, including all the properties and relationships that you can retrieve for an order.
Properties Supported
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the Products |
name | string | The name of the product |
description | string | The description of the product |
status | enums.BaseStatus | The status of the product |
created_at | string | The date the product was created |
updated_at | string | The date the product was updated |