---
title: "Get shopping cart with pricing"
method: POST
path: "/mcp/v1/actions/ud_cart_get"
tags: ["Cart"]
---

# Get shopping cart with pricing

`POST /mcp/v1/actions/ud_cart_get`

Get the current shopping cart contents with comprehensive pricing breakdown including discounts, taxes, and credits. Optionally apply a discount code. Requires authentication.

## Request body

- object
  - `discountCode` string — Optional discount/promo code to apply

## Response `200`

Cart contents with pricing

- CartResponse
  - `items` CartItem[]
    - `productId` number
    - `productCode` string
    - `productType` string
    - `domain` string, nullable
    - `originalPrice` number
    - `originalPriceFormatted` string
    - `discountAmount` number
    - `discountAmountFormatted` string
    - `promoCreditsApplied` number
    - `accountBalanceApplied` number
    - `salesTax` number
    - `fees` object[]
  - `itemCount` number
  - `pricing` object
    - `totalOrderValue` number
    - `totalOrderValueFormatted` string
    - `preTaxAmountDue` number
    - `preTaxAmountDueFormatted` string
    - `salesTax` number
    - `salesTaxFormatted` string
    - `taxRate` number
    - `promoCreditsUsed` number
    - `promoCreditsUsedFormatted` string
    - `storeCreditsUsed` number
    - `storeCreditsUsedFormatted` string
    - `accountBalanceUsed` number
    - `accountBalanceUsedFormatted` string
    - `totalAmountDue` number
    - `totalAmountDueFormatted` string
  - `discounts` object[]
    - `amount` number
    - `amountFormatted` string
    - `type` string
    - `title` string
    - `code` string, nullable
    - `productIds` number[]
  - `totalDiscounts` number
  - `totalDiscountsFormatted` string

## Other responses

- `401` — Authentication required

---

[API](https://skmtc.net/unstoppabledomains/apis/user-api.md) · [All operations](https://skmtc.net/unstoppabledomains/apis/user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/unstoppabledomains/user-api/revisions/c1def8e34b41/schema)
