get_list_order_messages: Get messages of a single order

Description Usage Arguments Details Examples

View source: R/Marketplace.R

Description

Get messages of a single order

Usage

1
2
3
4
5
get_list_order_messages(
  order_id,
  token,
  options = list(),
)

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

options

(optional) Parameters, see Details

Details

Returns a list of the order’s messages with the most recent first. Accepts Pagination parameters. Authentication as the seller is required.

Examples

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

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