This APIs helps you to provide the transactions of merchant.
{
"status":200,
"data":{
"message":"We are successfully able fetch transitions for merchant",
"method":"GET",
"api":"/v2/data/ecommerce/merchant/transaction”
"job_id": "KVWJUrwQ78333309",
"count":{{"Obejcts in transaction item"}},
"transaction_item":[
{
"transaction_id":"64123141583481",
"status":"order completed",
"last_status_update_time":"2021-01-13T02:45:04.000+00:00",
"count":2,
"item_details":[
{
"item_name":"abc",
"price_per_item":19500,
"quantity":1,
"buyer_name":"HD Official Shop"
},
{
"item_name":"asssdff",
"price_per_item":19500,
"quantity":1,
"buyer_name":"HD Official Shop"
}
],
"total_transaction_amount":2,
"total_transaction_price_amount":39000
}
]
},
"metadata":{
"source":{{API/Widget/Dashboard/SDK/Portal}},
"entity":"Data"
},
"error":null
}
Response Parameters
Key Parameters | Data Type | Description |
---|---|---|
transaction_item-transactionId | String | Unique identifier of the transaction |
transaction_item-status | String | Latest status of the transaction |
transaction_item-last_status_update_time | String | The time when the latest status has been updated |
transaction_item-item_details-item_name | String | Detail name of the item |
transaction_item-item_details-price_per_item | Integer | Price for each item |
transaction_item-item_details-quantity | Integer | Quantity of the particular item bought by the user |
transaction_item-item_details-buyer_name | String | Name of the buyer |
total_transaction_amount | Integer | Total quantity of item bought by the user |
total_transaction_price_amount | Integer | Total amount paid by the user |