Skip to main content
It shows the redemptions information.
Field NameData TypeDescriptionNested Fields
_idstringUnique identifier for each document within collection0
redemption_idstringUnique identifier for redemption0
order_idstringUnique identifier for order0
user_idstringUnique identifier for user0
dealobjectObject containing deal details4
deal.deal_idstringUnique identifier for deal0
deal.typestringField for type0
deal.codestringField for code0
deal.namestringName of specific deal/offer0
discount_appliedobjectObject containing discount applied details2
discount_applied.amountintegerField for amount0
discount_applied.currencystringField for currency0
redeemed_atdatetimeField for redeemed at0
contextobjectObject containing context details3
context.cart_snapshotobjectObject containing cart snapshot details3
context.cart_snapshot.total_before_discountfloatField for total before discount0
context.cart_snapshot.currencystringField for currency0
context.cart_snapshot.itemsobjectField for items9
context.cart_snapshot.items.variant_idstringUnique identifier for variant0
context.cart_snapshot.items.product_idstringUnique identifier for product0
context.cart_snapshot.items.skustringField for sku0
context.cart_snapshot.items.name_at_salestringName of name at sale0
context.cart_snapshot.items.quantityintegerQuantity of specific item which sold on redemption.0
context.cart_snapshot.items.price_per_unitfloatPrice information for price per unit0
context.cart_snapshot.items.line_item_totalfloatField for line item total0
context.cart_snapshot.items.variationsobjectObject containing variations details2
context.cart_snapshot.items.variations.colorstringField for color0
context.cart_snapshot.items.variations.sizeintegerField for size0
context.cart_snapshot.items.physical_attributesobjectObject containing physical attributes details6
context.cart_snapshot.items.physical_attributes.weightintegerField for weight0
context.cart_snapshot.items.physical_attributes.weight_unitstringField for weight unit0
context.cart_snapshot.items.physical_attributes.lengthintegerField for length0
context.cart_snapshot.items.physical_attributes.widthintegerUnique identifier for width0
context.cart_snapshot.items.physical_attributes.heightintegerField for height0
context.cart_snapshot.items.physical_attributes.dimension_unitstringField for dimension unit0
context.session_snapshotobjectObject containing session snapshot details3
context.session_snapshot.client_platformstringField for client platform0
context.session_snapshot.ip_addressstringAddress information for ip0
context.session_snapshot.user_agentstringField for user agent0
context.order_totalfloatField for order total0
is_activebooleanField for is active0
created_atdatetimeTimestamp when the record was created0
updated_atdatetimeTimestamp when the record was updated0
promotion_idstringUnique identifier for promotion0
customer_idstringUnique identifier for customer0
{
    "_id": {
        "$oid": "685abf3fa296fdf09c9c531f"
    },
    "redemption_id": "9485ba3c-b9a5-476d-a876-8b138828899e",
    "order_id": "d0f3b5e4-0b0e-4a57-bbfa-0d8c8de2f8c4",
    "user_id": "a852e68e-2e1a-444f-bfd6-73c182a64440",
    "deal": {
        "deal_id": "8142dd1c-3473-49a6-afd4-65d43e983ed3",
        "type": "VOUCHER",
        "code": "SAMPLE20",
        "name": "Sample Deal"
    },
    "discount_applied": {
        "amount": 20,
        "currency": "USD"
    },
    "redeemed_at": {
        "$date": "2025-06-27T00:00:00Z"
    },
    "context": {
        "cart_snapshot": {
            "total_before_discount": 75.02,
            "currency": "USD",
            "items": [
                {
                    "variant_id": "d6195226-a86c-4755-b324-e619804fba7e",
                    "product_id": "9c3d817d-27d0-49c1-9f6e-f30511e9c2f4",
                    "sku": "RETRO-SANDAL-BLK-6",
                    "name_at_sale": "Retro Chic Strappy Sandals - Black / Size 6",
                    "quantity": 2,
                    "price_per_unit": 27.943786243466306,
                    "line_item_total": 55.89,
                    "variations": {
                        "color": "Black",
                        "size": "6"
                    },
                    "physical_attributes": {
                        "weight": 212,
                        "weight_unit": "g",
                        "length": 22,
                        "width": 9,
                        "height": 5,
                        "dimension_unit": "cm"
                    }
                }
            ]
        },
        "session_snapshot": {
            "client_platform": "WEB",
            "ip_address": "",
            "user_agent": ""
        },
        "order_total": 55.02
    },
    "is_active": true,
    "created_at": {
        "$date": "2025-06-24T20:37:43.570Z"
    },
    "updated_at": {
        "$date": "2025-06-24T20:37:43.570Z"
    },
    "promotion_id": "a8a0526d-8efb-4429-8a56-7b129ade4d61",
    "customer_id": "41e864ac-058e-476c-abdf-876bf782cb56"
}