get_order: Get a seller’s Marketplace order

Description Usage Arguments Details Examples

View source: R/Marketplace.R

Description

Get a seller’s Marketplace order

Usage

1
2
3
4
get_order(
  order_id,
  token
)

Arguments

order_id

The ID of the order you are fetching

token

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

Details

View the data associated with an order. Authentication as the seller is required.

Examples

1
2
token <- authorize("key", "secret")
order <- get_order(1, token)

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