Skip to main content
Stores the parent-level product information. It stores detailed product catalog data, including SKUs, descriptions, categorization, inventory, compliance, media, marketing, and variant details.
The user can search different products by selecting the correct filters based on the chronicle model.
Field NameData TypeDescriptionNested
_idObjectIdUnique Identifier for the document0
product_idstringUnique identifier for the product0
skustringStock Keeping Unit for the base product0
NamestringName of the product0
Short descriptionstringA brief description for list view0
DescriptionstringDetailed product description0
categoriesarray_of_objectsDenormalized list of categories the product belongs to3
categories.category_idstringUnique Identifier of a category0
categories.namestringDescribes name of categories0
categories.slugstringField for slug0
collectionsarray_of_objectsDenormalized list of marketing collections the product is in.2
collections.collection_idstringUnique identifier assigned to products0
collections.namestringDescribes collection of products0
collections.slugstringField for slug0
partnersarray_of_objectsDenormalized list of suppliers or manufacturers.3
partners.partner_idstringUnique identifier of business or entity0
partners.typestringField for type0
partners.namestringThe name of business or entity0
list_priceobjectThe base price of the product2
list_price.amountstringPrice of a product0
list_price.currencystringCurrency of a product0
aggregate_stockobjectA real-time summary of inventory across all locations.3
aggregate_stock.totalintegerTotal Quantity of a product0
aggregate_stock.sellableintegerTotal quantity of a product available for sale0
aggregate_stock.reservedintegerTotal quantity of product not available for sale0
attribute_set_idstringReference to the attribute set for defining variants.0
physical_attributes


physical_attributes.weight


physical_attributes.weight_unit


physical_attributes.length


physical_attributes.width


physical_attributes.height


physical_attributes.dimension_unit
object


integer


string


integer


float


float


string
Weight and dimensions of the product.

Describes weight of product

Determines unit of a product

Describes length of product

Describes width of product

Describes height of product

Unit of measurement for product’s dimensions
6


0


0


0


0


0


0
physical_attributes.weightintegerDescribes weight of product0
physical_attributes.weight_unitstringDetermines unit of a product0
physical_attributes.lengthintegerDescribes length of product0
physical_attributes.widthfloatDescribes width of product0
physical_attributes.heightfloatDescribes height of product0
physical_attributes.dimension_unitstringUnit of measurement for product’s dimensions0
tagsarray_of_stringDescriptive tags for search and filtering0
Compliancesarray_of_objectsWarranty or certification information3
Compliances. typestringDescribes internal standard of a product0
compliances.period_daysintegerField for period days0
compliances.termsstringField for terms0
handling_instructionsarray_of_objectsInstructions for care and storage.2
handling_instructions.typestringSpecifies type of handling instructions0
handling_instructions.instructionstringField for instruction0
external_identifiersarray_of_objectsIDs for this product in external systems (ERP, PIM, etc.)5
external_identifiers.source_systemstringName of external source system0
external_identifiers.identifierstringUnique identifier for identifier0
external_identifiers.created_at_from_sourcedatetimeTimestamp for when created at from source was created/updated0
external_identifiers.last_updated_from_sourcedatetimeTimestamp for when last updated from source was created/updated0
external_identifiers.updated_by_from_sourcestringTimestamp for when updated by from source was created/updated0
variantsarray_of_objectsA summary of the variants for this product.4
variants.variant_idstringUnique Identifier for a variant0
variants.namestringName of variant0
variants.skustringUnique alphanumeric code of product or variant0
variants.variationsobjectObject containing variations details2
variants.variations.colorstringField for color0
variants.variations.materialstringField for material0
mediaarray_of_objectsImages, videos, and other media for the product.4
media.typestringSpecifies type of media0
media.urlstringSpecifies URL of media0
media.alt_textstringField for alt text0
media.is_primarybooleanField for is primary0
marketingobjectObject containing Marketing details2
marketing.seoobjectObject containing seo details3
marketing.seo.meta_titlestringField for meta title0
marketing.meta_descriptionstringDescription of product or page content0
marketing.url_slugstringPart of URL of a page0
marketing.social_mediaobjectObject containing social media details2
marketing.social_media.og_titlestringField for og title0
marketing.social_media.og_descriptionstringField for og description0
statusstringThe current status of the product (e.g., active, draft)0
deletedbooleanSoft delete flag0
created_atdatetimeTimestamp of creation.0
updated_atdatetimeTimestamp of the last update.0
brandobjectDenormalized brand information2
[brand.idstringUnique Identifier for a brand0
brand.namestringName of brand0
inventory_typestringField for inventory type0
last_updateddatetimeTimestamp for when last updated was created/updated0
lifecycle_statusstringCurrent status of lifecycle0
{
    "_id": {
        "$oid": "684e5bff8a341cd5f0d4cd17"
    },
    "product_id": "ce0c0f12-4dee-40ea-9605-a721c23766c1",
    "sku": "PRD0001",
    "name": "Luxe Aviator Sunglasses",
    "short_description": "Discover the epitome of Western elegance with our Luxe Aviator Sunglasses. Handcrafted with premium materials, these iconic aviators offer timeless style and essential UV protection for all-day comfort.",
    "description": "Elevate your Western-inspired ensemble with our Luxe Aviator Sunglasses, a perfect fusion of sophistication and style. Handcrafted with premium metal frames, these iconic aviators offer both a timeless look and essential UV protection for all-day comfort under the sun. The sleek aviator design exudes a blend of elegance and edginess, making them a must-have accessory for any fashion maven. Step into the spotlight with these chic sunglasses and radiate confidence wherever your Western adventure takes you.",
    "categories": [
        {
            "category_id": "e35c7cb6-09e2-4163-9ae6-c4e27b115d3b",
            "name": "Accessories",
            "slug": "accessories"
        },
        {
            "category_id": "6f49ce14-6860-4580-82ae-aa869684fbe7",
            "name": "Sunglasses",
            "slug": "sunglasses"
        }
    ],
    "collections": [
        {
            "collection_id": "9b595a97-604e-4afd-9982-03ad8962149b",
            "name": "Garden Gala",
            "slug": "garden-gala"
        },
        {
            "collection_id": "c489adae-4ef9-4c6b-a50d-5196296e2620",
            "name": "City Slick",
            "slug": "city-slick"
        }
    ],
    "partners": [
        {
            "partner_id": "951016ac-4ab1-4bcb-bf0f-030bc7d864d8",
            "type": "supplier",
            "name": "Premium Fabrics Ltd."
        },
        {
            "partner_id": "4b97203e-2849-4e3b-8ba0-6c7b4794560a",
            "type": "supplier",
            "name": "Lifestyle Merchandise"
        }
    ],
    "list_price": {
        "amount": "109.00",
        "currency": "USD"
    },
    "aggregate_stock": {
        "total": 6470,
        "sellable": 6420,
        "reserved": 47
    },
    "attribute_set_id": null,
    "physical_attributes": {
        "weight": 150,
        "weight_unit": "g",
        "length": 14,
        "width": 5.5,
        "height": 4.2,
        "dimension_unit": "cm"
    },
    "tags": [
        "Aviator Sunglasses",
        "Western Fashion",
        "Premium Metal Frames",
        "UV Protection",
        "Iconic Design"
    ],
    "compliances": [
        {
            "type": "warranty",
            "period_days": 365,
            "terms": "Limited warranty against manufacturing defects."
        },
        {
            "type": "certification",
            "name": "UV Protection",
            "notes": "Lenses provide 100% UV protection."
        }
    ],
    "handling_instructions": [
        {
            "type": "storage",
            "instruction": "Store in a protective case when not in use."
        },
        {
            "type": "care",
            "instruction": "Clean lenses with a soft cloth and avoid using harsh chemicals."
        }
    ],
    "external_identifiers": [
        {
            "source_system": "Fulfillment_ShipMonk",
            "identifier": "SMK-730468",
            "created_at_from_source": "2024-12-28T00:00:00.000000Z",
            "last_updated_from_source": "2025-01-23T00:00:00.000000Z",
            "updated_by_from_source": "lisac"
        },
        {
            "source_system": "Ecommerce_Shopify",
            "identifier": "SHOP-594752",
            "created_at_from_source": "2024-02-24T00:00:00.000000Z",
            "last_updated_from_source": "2024-06-25T00:00:00.000000Z",
            "updated_by_from_source": "dwebb"
        },
        {
            "source_system": "ERP_NetSuite",
            "identifier": "NS-886999",
            "created_at_from_source": "2024-02-12T00:00:00.000000Z",
            "last_updated_from_source": "2024-03-16T00:00:00.000000Z",
            "updated_by_from_source": "davidk"
        },
        {
            "source_system": "Analytics_Snowflake",
            "identifier": "SNOW-29894",
            "created_at_from_source": "2024-10-20T00:00:00.000000Z",
            "last_updated_from_source": "2025-06-16T00:00:00.000000Z",
            "updated_by_from_source": "deborahwalker"
        }
    ],
    "variants": [
        {
            "variant_id": "b57f10f1-3200-480c-95be-59d90309df47",
            "name": "Luxe Aviator Sunglasses - Black / Metal",
            "sku": "AVIATOR-BLK-METAL",
            "variations": {
                "color": "Black",
                "material": "Metal"
            }
        },
        {
            "variant_id": "6dde4ef2-4246-4b22-ae13-510c3a7f007d",
            "name": "Luxe Aviator Sunglasses - Gold / Metal",
            "sku": "AVIATOR-GOLD-METAL",
            "variations": {
                "color": "Gold",
                "material": "Metal"
            }
        }
    ],
    "media": [
        {
            "type": "image",
            "url": "https://ekyam.com/images/products/premium-cotton-t-shirt-primary.png",
            "alt_text": "Premium Cotton T-Shirt - Primary product image",
            "is_primary": true
        },
        {
            "type": "image",
            "url": "https://ekyam.com/images/products/premium-cotton-t-shirt-1.png",
            "alt_text": "Premium Cotton T-Shirt - View 1",
            "is_primary": false
        },
        {
            "type": "image",
            "url": "https://ekyam.com/images/products/premium-cotton-t-shirt-2.png",
            "alt_text": "Premium Cotton T-Shirt - View 2",
            "is_primary": false
        },
        {
            "type": "image",
            "url": "https://ekyam.com/images/products/premium-cotton-t-shirt-3.webp",
            "alt_text": "Premium Cotton T-Shirt - View 3",
            "is_primary": false
        },
        {
            "type": "video",
            "url": "https://ekyam.com/videos/products/premium-cotton-t-shirt-4.webm",
            "alt_text": "Premium Cotton T-Shirt - Product video 4",
            "is_primary": false
        }
    ],
    "marketing": {
        "seo": {
            "meta_title": "Buy Luxe Aviator Sunglasses Online | Ekyam",
            "meta_description": "Shop Luxe Aviator Sunglasses. Make a statement with our Luxe Aviator Sunglasses, crafted with high-quality metal frames for a soph...",
            "url_slug": "luxe-aviator-sunglasses"
        },
        "social_media": {
            "og_title": "The Perfect Luxe Aviator Sunglasses from Ekyam",
            "og_description": "Discover Luxe Aviator Sunglasses. Premium quality, exceptional style. Shop now at Ekyam!"
        }
    },
    "status": "active",
    "deleted": false,
    "created_at": {
        "$date": "2025-04-01T00:00:00Z"
    },
    "updated_at": {
        "$date": "2025-09-03T14:10:26.518Z"
    },
    "brand": {
        "id": "a009c154-c397-4b94-9812-24eafe8ca9e8",
        "name": "Verve & Velvet"
    },
    "inventory_type": "exclusive",
    "last_updated": {
        "$date": "2025-08-20T23:35:53.324Z"
    },
    "lifecycle_status": "new"
}