Skip to content

Commit

Permalink
Update checkouts - test the rendering of a numbered list (#720)
Browse files Browse the repository at this point in the history
<!-- Ticket number or summary of work -->
# NO TICKET

## What changed?

Added an extra line to test the rendering of an itemized list.

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

ping {names}
  • Loading branch information
bc-traciporter authored Dec 20, 2024
1 parent 7ac3761 commit 4eb726e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reference/checkouts.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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:
Expand Down

0 comments on commit 4eb726e

Please sign in to comment.