get_items: Quote items

Description Usage Arguments Value Examples

View source: R/endpoints.R

Description

Product information related to quotes.

Usage

1
2
3
4
5
6
7
8
get_items(
  quote_id = NULL,
  fields = NULL,
  conditions = NULL,
  page = NULL,
  pageSize = NULL,
  ...
)

Arguments

fields

Which fields to include.

conditions

Some conditions

page

Which page?

pageSize

How many rows.

...

...

Value

Product list associated with quotes.

Examples

1
2
3
4
5
6
## Not run: 

get_items()


## End(Not run)

Cloud9Smart/sell documentation built on Nov. 12, 2020, 9:44 p.m.