QuoteClient#retrieveRequestedQuotes(cq, options);
The following operations are used to manage quotes.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
❌ |
RSQL filter params |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a list of Carts.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
The request to update the status of a quote |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The request to create the |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns the persisted CartNote.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The ID of the cart item to add the |
|
|
✅ |
The request to create the |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns the persisted CartNote.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The ID of the cart whose notes to retrieve |
|
|
✅ |
Whether to only fetch the cart’s notes or also the items'. Defaults to |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a page of CartNotes.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The ID of the cart whose notes to retrieve |
|
|
✅ |
The ID of the cart item whose notes to retrieve |
|
|
❌ |
RSQL filter params |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a page of CartNotes.
Parameter | Type | Required? | Description |
---|---|---|---|
|
✅ |
The cart note to update |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns the updated CartNote.
Parameter | Type | Required? | Description |
---|---|---|---|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns the QuoteProperties containing the quote configuration.