Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/pages/rest/modules/custom-attributes.md
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,7 @@ curl -i -X POST \

### Order

The following example uses the `POST V1/order` endpoint to set custom attributes on an order.
The following example uses the `POST V1/orders` endpoint to set custom attributes on an order.

```curl
curl -i -X POST \
Expand All @@ -252,7 +252,7 @@ curl -i -X POST \
'https://<COMMERCE_URL>/rest/all/V1/orders'
```

If an order item has custom attributes, they will be returned as part of the order item object in responses to requests like `GET /V1/order/items/{id}`.
If an order item has custom attributes, they will be returned as part of the order item object in responses to requests like `GET /V1/orders/items/{id}`.

### Negotiable Quote

Expand Down