Skip to content

Commit

Permalink
DEVDOCS-6177: [update] fix rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
bc-traciporter authored Dec 20, 2024
1 parent 69a6de1 commit 1c09a01
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions reference/checkouts.sf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand Down

0 comments on commit 1c09a01

Please sign in to comment.