View source: R/ss_get_orders.R
Call the ShipStation Orders API
1 2 3 4 5 | ss_get_orders(
order_number = NULL,
start_date = Sys.Date() - 1,
end_date = Sys.Date()
)
|
order_number |
Order Number (integer/vector) |
start_date |
first day of data (Date/scalar) |
end_date |
last day of data (Date/scalar) |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.