View source: R/ss_mark_as_shipped.R
Mark orders as shipped and add tracking info
1 2 3 4 5 6 7 8 | ss_mark_as_shipped(
orderid,
carrier,
tracking,
ship_date,
notify_customer = FALSE,
notify_channel = TRUE
)
|
orderid |
OrderId |
tracking |
tracking number |
ship_date |
date shipped |
notify_customer |
should customer be notified? (logical/scalar) |
notify_channel |
should channel be notified? (logical/scalar) |
carrient |
shipping carrier |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.