ss_mark_as_shipped: Mark orders as shipped and add tracking info

Description Usage Arguments

View source: R/ss_mark_as_shipped.R

Description

Mark orders as shipped and add tracking info

Usage

1
2
3
4
5
6
7
8
ss_mark_as_shipped(
  orderid,
  carrier,
  tracking,
  ship_date,
  notify_customer = FALSE,
  notify_channel = TRUE
)

Arguments

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


anthonypileggi/shipstationr documentation built on Aug. 8, 2020, 10:27 a.m.