Skip to content

Commit

Permalink
Issue-2016 from dev-docs: Orders Overview, remove links that don't fit (
Browse files Browse the repository at this point in the history
#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}
  • Loading branch information
Sarah Riehl authored Dec 28, 2023
1 parent 1e9d021 commit 3d2a2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api-docs/orders/orders-api-overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ Accept: application/json

## Adding products

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.
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.

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

0 comments on commit 3d2a2c3

Please sign in to comment.