---
title: "Adds Extended Properties"
method: POST
path: "/commerce/carts/current/extendedproperties"
tags: ["Cart"]
---

# Adds Extended Properties

`POST /commerce/carts/current/extendedproperties`

Add Extended Properties on the current cart. Store an arbitrary number of cart extended properties such as tracking strings, marketing sources, affiliates, sales personnel/data, and so on, on a per cart basis. Each cart may have none, one, or more than one entry in the extended properties collection, and all values in the extended properties collection are represented as strings. When you create an order from a cart, all extended properties are retained from the cart and copied to the order.

## Query parameters

- `responseFields` string

## Request body

- ExtendedProperty[]
  - `key` string
  - `value` string, nullable

## Response `200`

OK

- ExtendedProperty[]
  - `key` string
  - `value` string, nullable

---

[API](https://skmtc.net/kibocommerce/apis/customer.md) · [All operations](https://skmtc.net/kibocommerce/apis/customer/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kibocommerce/customer/versions/47c0cf7b75ab/schema)
