get_price_suggestions: Retrieve price suggestions for the provided Release ID

Description Usage Arguments Details Examples

View source: R/Marketplace.R

Description

Retrieve price suggestions for the provided Release ID

Usage

1
2
3
4
get_price_suggestions(
  release_id,
  token
)

Arguments

release_id

Integer value representing a valid release ID

token

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

Details

Retrieve price suggestions for the provided Release ID. If no suggestions are available, an empty object will be returned. Authentication is required, and the user needs to have filled out their seller settings. Suggested prices will be denominated in the user’s selling currency.

Examples

1
token <- authorize("key", "secret")

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