@tillhub/javascript-sdk
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Pricebook
Entries
constructor
http
options
uri
Helper
create
delete
get
get
All
meta
put
Pricebook
Entries
Fetch
Failed
Pricebook
Entry
Creation
Failed
Pricebook
Entry
Delete
Failed
Pricebook
Entry
Fetch
Failed
Pricebook
Entry
Put
Failed
Pricebook
Entries
Options
Pricebook
Entries
Query
Pricebook
Entries
Response
Pricebook
Entry
Pricebook
Entry
Response
Hierarchy
PricebookEntries
Index
Constructors
constructor
Properties
http
options
uri
Helper
Methods
create
delete
get
get
All
meta
put
Constructors
constructor
new
Pricebook
Entries
(
options
:
PricebookEntriesOptions
, http
:
Client
, uriHelper
:
UriHelper
)
:
PricebookEntries
Parameters
options:
PricebookEntriesOptions
http:
Client
uriHelper:
UriHelper
Returns
PricebookEntries
Properties
http
http
:
Client
options
options
:
PricebookEntriesOptions
uri
Helper
uri
Helper
:
UriHelper
Methods
create
create
(
pricebookEntry
:
PricebookEntry
)
:
Promise
<
PricebookEntryResponse
>
Parameters
pricebookEntry:
PricebookEntry
Returns
Promise
<
PricebookEntryResponse
>
delete
delete
(
pricebookEntryId
:
string
)
:
Promise
<
PricebookEntryResponse
>
Parameters
pricebookEntryId:
string
Returns
Promise
<
PricebookEntryResponse
>
get
get
(
pricebookEntryId
:
string
)
:
Promise
<
PricebookEntryResponse
>
Parameters
pricebookEntryId:
string
Returns
Promise
<
PricebookEntryResponse
>
get
All
get
All
(
query
?:
PricebookEntriesQuery
)
:
Promise
<
PricebookEntriesResponse
>
Parameters
Optional
query:
PricebookEntriesQuery
Returns
Promise
<
PricebookEntriesResponse
>
meta
meta
(
)
:
Promise
<
PricebookEntriesResponse
>
Returns
Promise
<
PricebookEntriesResponse
>
put
put
(
pricebookEntryId
:
string
, pricebookEntry
:
PricebookEntry
)
:
Promise
<
PricebookEntryResponse
>
Parameters
pricebookEntryId:
string
pricebookEntry:
PricebookEntry
Returns
Promise
<
PricebookEntryResponse
>
Generated using
TypeDoc