get_release_statistics: Retrieve marketplace statistics for the provided Release ID

Description Usage Arguments Details

View source: R/Marketplace.R

Description

Retrieve marketplace statistics for the provided Release ID

Usage

1
2
3
4
5
get_release_statistics(
  release_id,
  options = list(),
  token = NA
)

Arguments

release_id

Integer value representing a valid release ID

options

(optional) Parameters, see Details

token

(optional) Token object obtained from authorize() or a string containing your personal access token

Details

Retrieve marketplace statistics for the provided Release ID. These statistics reflect the state of the release in the marketplace currently, and include the number of items currently for sale, lowest listed price of any item for sale, and whether the item is blocked for sale in the marketplace. Authentication is optional. Authenticated users will by default have the lowest currency expressed in their own buyer currency, configurable in buyer settings, in the absence of the curr_abbr query parameter to specify the currency. Unauthenticated users will have the price expressed in US Dollars, if no curr_abbr is provided. Releases that have no items for sale in the marketplace will return a body with null data in the lowest_price and num_for_sale keys. Releases that are blocked for sale will also have null data for these keys.


Pascallio/discogsAPI documentation built on Dec. 31, 2020, 3:27 p.m.