# Add Sedo marketplace domains to cart Add one or more Sedo marketplace domains to the shopping cart. For domains with marketplace.source = "sedo" and marketplace.status = "registered-listed-for-sale" from search results. Requires authentication. Endpoint: POST /mcp/v1/actions/ud_cart_add_domain_sedo Version: 1.0.0 Security: bearerAuth ## Request fields (application/json): - `domains` (array, required) Array of Sedo marketplace domains to add to cart - `domains.name` (string, required) Full domain name from Sedo marketplace (e.g., "premium.com") ## Response 200 fields (application/json): - `addedProducts` (array) - `addedProducts.domain` (string) Domain name - `addedProducts.success` (boolean) - `addedProducts.productId` (number) - `addedProducts.price` (string) Formatted price when available - `addedProducts.error` (string) - `successCount` (number) - `failureCount` (number) - `cart` (object) - `cart.itemCount` (number) - `cart.subtotal` (number) - `cart.subtotalFormatted` (string) ## Response 401 fields