Skip to content

Commit 3d2a2c3

Browse files
author
Sarah Riehl
authored
Issue-2016 from dev-docs: Orders Overview, remove links that don't fit (#11)
<!-- Ticket number or summary of work --> # Issue-2016 from dev-docs: Orders Overview, remove links that don't fit ## What changed? <!-- Provide a bulleted list in the present tense --> * remove links that don't fit ## Release notes draft <!-- Provide an entry for the release notes using simple, conversational language. Don't be too technical. Explain how the change will benefit the merchant and link to the feature. Examples: * The newly-released [X feature] is now available to use. Now, you’ll be able to [perform Y action]. * We're happy to announce [X feature], which can help you [perform Y action]. * [X feature] helps you to create [Y response] using the [Z query parameter]. Now, you can deliver [ex, localized shopping experiences for your customers]. * Fixed a bug in the [X endpoint]. Now the [Y field] will appear when you click [Z option]. --> * ## Anything else? <!-- Add related PRs, salient notes, additional ticket numbers, etc. --> * bigcommerce/dev-docs#2016 ping {names}
1 parent 1e9d021 commit 3d2a2c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-docs/orders/orders-api-overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ Accept: application/json
171171

172172
## Adding products
173173

174-
Specify [products from the catalog](/docs/rest-management/orders/order-shipping-addresses#update-a-shipping-address) by including a [products array](/docs/rest-management/orders/order-shipping-addresses#update-a-shipping-address) in a `POST` request to the [create order](/docs/rest-management/orders#create-an-order) endpoint.
174+
Specify products from the catalog by including a products array in a `POST` request to the [Create an order](/docs/rest-management/orders#create-an-order) endpoint.
175175

176176
```http filename="Example request: Add products" showLineNumbers copy
177177
POST https://api.bigcommerce.com/stores/{{STORE_HASH}}/v2/orders

0 commit comments

Comments
 (0)