From 4eb726edd7c3a9928970553d5ae74e9c0107f69e Mon Sep 17 00:00:00 2001 From: Traci Porter Date: Fri, 20 Dec 2024 10:47:24 -0600 Subject: [PATCH] Update checkouts - test the rendering of a numbered list (#720) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # NO TICKET ## What changed? Added an extra line to test the rendering of an itemized list. ## Release notes draft * ## Anything else? ping {names} --- reference/checkouts.sf.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/reference/checkouts.sf.yml b/reference/checkouts.sf.yml index 7fc610d2e..304b6f9d9 100644 --- a/reference/checkouts.sf.yml +++ b/reference/checkouts.sf.yml @@ -288,6 +288,7 @@ paths: ### 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. * As part of the request URL make sure to add `include=consignments.availableShippingOptions` to return the available shipping options based on the items, the address, and the shipping location. This will return `availableShippingOptions` in the response. @@ -300,7 +301,8 @@ paths: ### For pickup consignments: - 1. Create a new consignment object. + 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. - Required Fields: