Fetch a single store credit entry
GET: /wp-json/wc-store-credits/v1/entries/{entry_id}
GET: http://example.com/wp-json/wc-store-credits/v1/entries/35GET: http://example.com/wp-json/wc-store-credits/v1/entries/35?date_format=Y-m-d {
"key": "35",
"id": 35,
"amount_raw": 45,
"amount": "$45.00",
"type": "increase",
"activity": "Refunded order",
"user_id": 1,
"date": "November 16, 2021 1:12 pm",
"rel_link": "http://acfw.test/my-account/view-order/436/",
"rel_label": "View Order",
"note": ""
}{
"key": "35",
"id": 35,
"amount_raw": 45,
"amount": "$45.00",
"type": "increase",
"activity": "Refunded order",
"user_id": 1,
"date": "2021-11-16 13:12:10",
"rel_link": "http://acfw.test/my-account/view-order/436/",
"rel_label": "View Order",
"note": ""
}Last updated