ICartCompletionStrategy
Methods
complete
Takes a cart id and completes the cart. This for example takes place when creating an order or confirming a swap.
Parameters
cartId
stringRequiredthe id of the Cart to complete.
the idempotency key for the request
the request context for the completion request
Returns
the response for the completion request
Was this section helpful?