Inventories are the goods and materials that a business holds for the ultimate purpose of resale. The Inventories Data Model simplifies the handling and retrieval of inventories-related information across various ecommerce platforms.
The Inventories Data Model simplifies the handling and retrieval of inventories-related information across various ecommerce platforms.
Property | Type | Description |
---|---|---|
platform_id | string | The Platform’s ID for the inventories |
product_id | string | The product ID for the inventories |
description | string | The description of the inventories |
sku | string | The SKU of the inventories |
quantity | string | The quantity of the inventories |
created_at | string | The date and time the inventories were created |
updated_at | string | The date and time the inventories were updated |