From 3d2a2c3f5830b0391ddcd57151e8f591bde4e239 Mon Sep 17 00:00:00 2001 From: Sarah Riehl Date: Thu, 28 Dec 2023 13:57:03 -0600 Subject: [PATCH] Issue-2016 from dev-docs: Orders Overview, remove links that don't fit (#11) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # Issue-2016 from dev-docs: Orders Overview, remove links that don't fit ## What changed? * remove links that don't fit ## Release notes draft * ## Anything else? * https://github.com/bigcommerce/dev-docs/issues/2016 ping {names} --- docs/api-docs/orders/orders-api-overview.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-docs/orders/orders-api-overview.mdx b/docs/api-docs/orders/orders-api-overview.mdx index 0a976831d..189a7c5a8 100644 --- a/docs/api-docs/orders/orders-api-overview.mdx +++ b/docs/api-docs/orders/orders-api-overview.mdx @@ -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