CSRClient#cancelCSRCart(cartId, options);
The following operations are used by CSR related functionality to perform various actions such as price match.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
|
✅ |
The id of the cart item. |
|
✅ |
The override price details. |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
CSRClient#overrideFulfillmentGroupPriceInCart(cartId, referenceNumber, overridePrice, options);
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
|
✅ |
The reference number of the fulfillment group. |
|
✅ |
The override price details. |
|
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a TransferCartToken.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
|
✅ |
The transfer token to consume. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart. |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.