v1
latestOpenAPI 3.0.22026-07-2645239950.4 KBRetrieve a Transaction with Transaction ID
get/transactions/{id}
Response
200
Example response
{
"data": {
"status": "approved",
"points_expiration_date": "07-Nov-2023 07:55:31",
"auto_approval_date": "19-Nov-2022 16:10:00",
"last_modified_date": "14-Nov-2022 09:19:17",
"award_info": {
"activity_id": "made_a_purchase",
"points": 1000,
"points_status": "approved",
"activity_name": "Purchase on website"
},
"id": "6368bb4fc7f28f000c2fcf76",
"approver_details": {
"approver_name": "System",
"approver_id": "null"
},
"approved_date": "14-Nov-2022 09:19:17",
"member_id": "john76543",
"created_date": "07-Nov-2022 07:55:31",
"transaction_type": "award",
"transaction_attributes": {
"order_total": 1000,
"order_subtotal": 1000,
"order_id": "752245347",
"tags": [
"retrieveatransaction",
"transactionretrieved"
],
"currency": "Dollars",
"coupon_code": "$5OFFVYZ",
"reason": "purchase",
"products": [
{
"product_id": "1126",
"is_excluded": false,
"product_category": "tshirt",
"product_url": "www.zinrelo.com/sweatshirt",
"product_price": "15",
"product_points_per_quantity": 15,
"bonus_multiplier": 0,
"product_quantity": "1",
"product_image_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"product_title": "Sweatshirt"
},
{
"product_id": "980",
"is_excluded": false,
"product_category": "Sales",
"product_url": "www.zinrelo.com/pant",
"product_price": "10.017",
"product_points_per_quantity": 10,
"bonus_multiplier": 0,
"product_quantity": "2",
"product_image_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"product_title": "Pant"
}
],
"coupons": "$5OFFVYZ"
},
"additional_data": {
"activity_multiplier": 1,
"history": [
{
"activity_multiplier": 1,
"zrl_products": [
{
"category": "tshirt",
"product_id": "112",
"is_excluded": false,
"title": "Sweatshirt",
"url": "www.zinrelo.com/tshirt",
"price": "15",
"product_points_per_quantity": 15,
"bonus_multiplier": 0,
"img_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"quantity": "1"
},
{
"category": "Sales",
"product_id": "980",
"is_excluded": false,
"title": "Pant",
"url": "www.zinrelo.com/pant",
"price": "10.017",
"product_points_per_quantity": 10,
"bonus_multiplier": 0,
"img_url": "https://cdn.shopify.com/s/files/1/1617/6377/products/220px-Far_Cry_5_boxshot_1024x1024@2x.jpg?v=1528970252",
"quantity": "2"
}
],
"current_loyalty_level_id": "zrl_silver",
"custom_attributes": {},
"points": 1000,
"created_time": "2022-11-07 07:55:31.854000"
}
]
}
},
"success": true
}