add_order_message: Add a new message to the order's message log

Description Usage Arguments Details

View source: R/Marketplace.R

Description

Add a new message to the order's message log

Usage

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

Arguments

order_id

The ID of the order you are fetching

token

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

options

(optional) Parameters, see Details

Details

Adds a new message to the order’s message log. When posting a new message, you can simultaneously change the order status. If you do, the message will automatically be prepended with: Seller changed status from Old Status to New Status While message and status are each optional, one or both must be present.


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