Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7dd5417

Browse files
Updating output attribute in place order mutation output object (#6753)
* Updating place orderoutput attribute * Adding whitespace * adding whitespace after order_number * Add highlighting Co-authored-by: Kevin Harper <keharper@users.noreply.github.com>
1 parent 6394414 commit 7dd5417

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/guides/v2.3/graphql/mutations/place-order.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,8 @@ Attribute | Data Type | Description
7373

7474
Attribute | Data Type | Description
7575
--- | --- | ---
76-
`order_id` String | The unique ID that identifies the order
77-
`order_number` String | The unique ID that identifies the order
76+
`order_id` | String! | Deprecated. Use `order_number` instead. The unique ID that identifies the order
77+
`order_number` | String | The unique ID that identifies the order
7878

7979
## Errors
8080

0 commit comments

Comments
 (0)