From 0b54580a079511c1659cb2ec0d2625ad7d3f7b40 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Mon, 2 Oct 2023 15:59:38 -0500 Subject: [PATCH] Update tutorial.mdx --- docs/api-docs/headless/tutorial.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/api-docs/headless/tutorial.mdx b/docs/api-docs/headless/tutorial.mdx index 1498edc3c..e233a9fad 100644 --- a/docs/api-docs/headless/tutorial.mdx +++ b/docs/api-docs/headless/tutorial.mdx @@ -132,7 +132,7 @@ X-Auth-Token: {{ACCESS_TOKEN}} ## Creating a checkout -To change a cart to a checkout, you must have a `checkoutID` and a billing address. The `checkoutID` is the same as the `cart_id` you generated in [step 1](#creating-a-cart) of creating a cart. To add a billing address, send a POST request to the [Add Checkout Billing Address](https://developer.bigcommerce.com/docs/rest-management/checkouts/checkout-billing-address#add-checkout-billing-address) endpoint. +In this section, we will add a billing address to your checkout. You must have a `checkoutID`. The `checkoutID` is the same as the `cart_id` you generated in [step 1](#creating-a-cart) of creating a cart. To add a billing address, send a POST request to the [Add Checkout Billing Address](https://developer.bigcommerce.com/docs/rest-management/checkouts/checkout-billing-address#add-checkout-billing-address) endpoint. @@ -254,7 +254,7 @@ X-Auth-Token: {{ACCESS_TOKEN}} -Now that you have transformed your headless cart into a checkout, you must add a consignment with a shipping address, line items, and a shipping option. You can do so by following this two-step process: +Now that you have transformed your headless cart into a proper checkout with a billing address, you can add a consignment with a shipping address, line items, and a shipping option. You can do so by following this two-step process: ### Step 1: Add a new consignment to the checkout