FacebookMarketplaceObject
Version: v3.1.0
Stored entity
Partition key pk, sort key sk
Overview
Facebook Marketplace Object model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
pk | str | ✅ | — | — |
sk | str | ✅ | — | — |
type | str | ✅ | — | — |
facebook_marketplace_id | str | ❌ | — | — |
status | str | ✅ | — | — |
required_action | str | ❌ | — | — |
product_type | str | ✅ | — | — |
title | str | ✅ | — | — |
item_display_id | str | ✅ | — | — |
item_id | str | ✅ | — | — |
price | float | ❌ | — | — |
url | str | ❌ | — | — |
description | str | ✅ | — | — |
images | List[Any] | ✅ | — | — |
uploaded_at | str | ❌ | — | — |
created_at | str | ✅ | — | — |
updated_at | str | ✅ | — | — |
tenant_id | str | ✅ | — | — |
meta_data | dict | ❌ | — | — |
APIs / Triggers
No API or event interacts with this object directly.
Change history
v3.1.0 · 2026-06-04 · Cian (shared account) · 33a7d866e
Add FacebookMarketplace tests and history endpoint
- Added optional field
meta_data. - Added optional field
required_action.
v3.0.0 · 2025-12-23 · Cian (shared account) · 2d463e5c8
fx
- Field
urltype changed: str → Optional[str] (breaking). - Field
urlbecame optional.
v2.0.0 · 2025-07-08 · Cian (shared account) · c3aac7002
fx
- Removed field
product_id(breaking). - Added optional field
uploaded_at. - Field
pricetype changed: Optional[str] → Optional[float] (breaking).
v1.0.0 · 2025-06-24 · Cian (shared account) · be5106161
done
- Initial version.
Generated from
dismantly-backend/Microservices/FacebookMarketplace/dependencies/models.py. Do not edit by hand.