View source: R/ss_get_fulfillments.R
Call the ShipStation API for fulfillments
1 2 3 4 5 | ss_get_fulfillments(
order_number = NULL,
start_date = Sys.Date() - 1,
end_date = Sys.Date() - 1
)
|
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.