---
title: "Update order attributes for non-draft orders"
method: PUT
path: "/orders/{orderId}/attributes"
tags: ["Orders"]
---

# Update order attributes for non-draft orders

`PUT /orders/{orderId}/attributes`

Update order attributes for non-draft orders

## Path parameters

- `orderId` string, required

## Request body

- OrderAttributesUpdateRequest
  - `name` string
  - `shippingContactId` string
  - `billingContactId` string
  - `purchaseOrderNumber` string
  - `crmOpportunityId` string
  - `crmOpportunityName` string
  - `crmOpportunityStage` string
  - `crmOpportunityType` string

## Response `default`

successful operation

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
