File tree 1 file changed +3
-1
lines changed 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ curl -u 67287:lXymG93y83m6RHzZV5FY "https://api.bukalapak.com/v1/transactions.js
59
59
"transactions" :[{
60
60
"id" :51947 ,
61
61
"state" :" paid" ,
62
+ "unread" : false ,
62
63
"transaction_id" :" 131203161947" ,
63
64
"amount" :20000 ,"quantity" :1 ,
64
65
"shipping_fee" :8000 ,
@@ -135,6 +136,7 @@ curl -u 67287:lXymG93y83m6RHzZV5FY "https://api.bukalapak.com/v1/transactions/78
135
136
"transactions" :{
136
137
"id" :51947 ,
137
138
"state" :" paid" ,
139
+ "unread" : false ,
138
140
"transaction_id" :" 131203161947" ,
139
141
"amount" :20000 ,"quantity" :1 ,
140
142
"shipping_fee" :8000 ,
@@ -334,4 +336,4 @@ Successfull example
334
336
- ` actions ` Actions that can be performed by current user. Possible values are
335
337
- ` deliver ` Can be performed by seller at [ Confirm Shipping for Transaction] ( #confirm-shipping ) endpoint
336
338
- ` reject ` Can be performed by seller at [ Reject Transaction] ( #reject-transaction ) endpoint
337
- - PS: more actions to come in near future
339
+ - ` unread ` Possible values are ` true ` and ` false ` . User required to take action as in ` actions ` if this field set to ` true ` .
You can’t perform that action at this time.
0 commit comments