Translations: Digital Goods Store/61/en

From ArdorDocs
Jump to: navigation, search

Get DGS Pending Purchases Example

http://localhost:27876/nxt?
  requestType=getDGSPendingPurchases&
  chain=2&
  seller=ARDOR-L6FM-89WK-VK8P-FCRBB
{
 "purchases": [
  {
   "seller": "15323192282528158131",
   "priceNQT": "200000000",
   "quantity": 2,
   "deliveryDeadlineTimestamp": 31600000,
   "buyerRS": "ARDOR-6GMG-FC5F-YSX6-8CVEL",
   "pending": true,
   "purchase": "3723760852542296589",
   "name": "Test Product",
   "goods": "11813734897437346473",
   "sellerRS": "ARDOR-L6FM-89WK-VK8P-FCRBB",
   "buyer": "7580519603555678830",
   "timestamp": 31520720
  }
 ],
 "requestProcessingTime": 1
}