CartClient#transferCart(cartId, options);
The following are operations used to transfer and reprice an existing cart.
Parameter | Type | Required? | Description |
---|---|---|---|
|
|
✅ |
The id of the cart to transfer. |
|
❌ |
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 to price |
|
❌ |
Options passed to the HTTP request call to customize the request configuration. |
This function returns a Cart.