Digital Goods Store
DGS Delisting
Delist a listed product.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Delivery
Deliver a product.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Feedback
Give feedback about a purchased product after delivery.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Listing
List a product in the DGS by creating a listing transaction.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Price Change
Change the price of a listed product.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Purchase
Purchase a product for sale.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Quantity Change
Change the quantity of a listed product.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
DGS Refund
Refund a purchase.
Method: POST
Example body (x-www-form-urlencoded)
Example response: 200
Get DGS Expired Purchases
Get purchase orders which have expired without being delivered, given a seller ID, in reverse chronological order.
Method: GET
Example response: 200
Get DGS Good
Get a DGS product given a goods ID.
Method: GET
Example response: 200
Get DGS Goods
Get DGS products for sale in reverse chronological listing creation order unless a seller is given, then in product name order.
Method: GET
Example response: 200
Get DGS Goods Count
Get the number of products for sale by a given seller or all sellers.
Method: GET
Example response: 200
Get DGS Goods Purchase Count
Get the number of completed purchase orders given a goods ID.
Method: GET
Example response: 200
Get DGS Goods Purchases
Get completed purchase orders given a goods ID and optionally a buyer ID in reverse chronological order.
Method: GET
Example response: 200
Get DGS Pending Purchases
Get pending purchase orders given a seller ID in reverse chronological order.
Method: GET
Example response: 200
Get DGS Purchase
Get a purchase order given a purchase order ID.
Method: GET
Example response: 200
Get DGS Purchase Count
Get the number of purchase orders given a seller and/or buyer ID, or all orders combined.
Method: GET
Example response: 200
Get DGS Purchases
Get purchase orders given a seller and/or buyer ID in reverse chronological order.
Method: GET
Example response: 200
Get DGS Tag Count
Get the number of tags used by all sellers.
Method: GET
Example response: 200
Get DGS Tags
Get tags used by all sellers in reverse inStockCount, reverse totalCount, tag order.
Method: GET
Example response: 200
Get DGS Tags Like
Get all tags starting with a given prefix (at least 2 characters long) in reverse inStockCount, reverse totalCount, tag order.
Method: GET
Example response: 200
Get DGS Tags Like
Get all tags starting with a given prefix (at least 2 characters long) in reverse inStockCount, reverse totalCount, tag order.
Method: GET
Example response: 200
Search DGS Goods
Get product listings that have a name or description that match a given query in reverse relevance order, then name order (given a seller), then reverse chronological order.
Method: GET
Example response: 200
Last updated