Skip to main content
It stores promotion and discount information.
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
promotion_idstringUnique identifier for promotion0
promo_codestringField for promo code0
discount_typestringField for discount type0
discount_valuefloatField for discount value0
descriptionstringField for description0
valid_fromstringUnique identifier for valid from0
valid_tostringUnique identifier for valid to0
applicable_sales_channelsstringField for applicable sales channels0
applicable_Product_collectionsstringField for applicable Product collections0
applicable_categoriesstringField for applicable categories0
applicable_productsstringField for applicable products0
gwp_detailsstringField for gwp details0
created_atstringTimestamp when the record was created0
updated_atstringTimestamp when the record was updated0
{
    "_id": {
        "$oid": "685022ee83fa0050b8d0693c"
    },
    "promotion_id": "8bb1181c-3224-4831-94a0-d70fa35a9639",
    "promo_code": "",
    "discount_type": "",
    "discount_value": 10.15,
    "discription": null,
    "valid_from": null,
    "valid_to": null,
    "applicable_sales_channels": null,
    "applicable_Product_collections": null,
    "applicable_categories": null,
    "applicable_products": null,
    "gwp_details": null,
    "created_at": null,
    "updated_at": null
}