WFsales: WFsales

Description Usage Arguments Value Examples

View source: R/WFsales.R

Description

WFsales will help you grab the sales order under Wayfair's account. You can define the period and specific items you would like to know. The report name is WFinvoices which will tell you the margin, amount and the order name. The period is difined by "early" and "late", which means the query will return the perod from the day of system day - early to the day of system day - late.

Usage

1
WFsales(nsid, nspwd, early, late, item)

Arguments

nsid
nspwd
early
late
item

Value

a data frame about the sales history

Examples

1
WFsales(nsid,nspwd,90,0, c("664WH","777[BED]"))

KachiKachi/tpltest documentation built on Jan. 1, 2020, 2:57 a.m.