From 7ac37619c062cf13f9354471cbe71472f38f5192 Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Fri, 20 Dec 2024 09:43:20 -0600 Subject: [PATCH] DEVDOCS-6177: [update] fix rendering (#719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [DEVDOCS-6177] ## What changed? Fix the rendering of : - For Shipping Consignment - For Pickup Consignment ## Release notes draft * ## Anything else? ping {names} [DEVDOCS-6177]: https://bigcommercecloud.atlassian.net/browse/DEVDOCS-6177?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ --- reference/checkouts.sf.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/reference/checkouts.sf.yml b/reference/checkouts.sf.yml index 80747274e..7fc610d2e 100644 --- a/reference/checkouts.sf.yml +++ b/reference/checkouts.sf.yml @@ -284,7 +284,9 @@ paths: Adds a new *Consignment* to *Checkout*. Perform the following two steps to define the fulfillment of the items in the cart. - ### For **shipping** consignments: + + ### For shipping consignments: + 1. Add a new Consignment to Checkout. * Send a `POST` request to `/consignments` with each shipping address, line item IDs, and quantities. Each address can have its own line item IDs. * Provide a full valid customer address before placing the order. If provided, the order placement will succeed. @@ -296,7 +298,8 @@ paths: 2. Update the Consignment with Shipping Options using the [REST Storefront API](/docs/rest-storefront/checkouts/checkout-consignments#update-a-consignment), the [REST Management API](/docs/rest-management/checkouts/checkout-consignments#update-checkout-consignment) or the [GraphQL Storefront API](/docs/storefront/cart-checkout/guide/graphql-storefront). - ### For **pickup** consignments: + ### For pickup consignments: + 1. Create a new consignment object. - Send a `POST` request to `/consignments` with line item IDs and quantities. - Provide a `pickupMethodId`. This is the `id` of the Pickup Method provided in the response body of the Storefront Pickup Options API.