Description Usage Arguments Details Examples
Retrieve price suggestions for the provided Release ID
1 2 3 4 | get_price_suggestions(
release_id,
token
)
|
release_id |
Integer value representing a valid release ID |
token |
Token object obtained from authorize() or a string containing your personal access token |
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.
1 | token <- authorize("key", "secret")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.