---
title: "Update order tags and attributes"
method: POST
path: "/orders"
tags: ["Orders"]
---

# Update order tags and attributes

`POST /orders`

Updates order tags and attributes.

Active subscriptions with these attributes will automatically update to reflect the new tags and attributes.

## Request body

- UpdateOrderTagsRequest
  - `orders` object[], required
    - `order` string, required — The order ID to be updated.
    - `tags` object
      - `TagKey1` string — The order tag to be added or updated.
      - `TagKey2` string — The order tag to be added or updated.
    - `items` object[]
      - `product` string — The product path of the product whose attributes will be added or updated.
      - `attributes` object
        - `AttributeKey1` string — The attribute to be added or updated.
        - `AttributeKey2` string — The attribute to be added or updated.

## Response `200`

OK

- UpdateOrderTagsResponse
  - `orders` object[]
    - `action` string — The action performed by the API call.
    - `result` string — Indicates that the request has succeeded or failed.
    - `order` string — The unique order identifier.

## Other responses

- `400` — Bad Request

---

[API](https://skmtc.dev/fastspring/apis/fastspring-api-accounts.md) · [All operations](https://skmtc.dev/fastspring/apis/fastspring-api-accounts/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fastspring/fastspring-api-accounts/revisions/ae2f0b97db3e/schema)
