-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
doc(checkout): CHECKOUT-8739 update doc to reflect new feature of ord…
…er level fees. (#642) <!-- Ticket number or summary of work --> # [CHECKOUT-8739](https://bigcommercecloud.atlassian.net/browse/CHECKOUT-8739) ## What changed? <details open> <summary> <h3> bulk Fees APIs</h3> </summary> v3 checkout api changes: Have 3 endpoints to support bulk operations on fees: - POST v3/checkouts/:checkoutId/fees - PUT v3/checkouts/:checkoutId/fees - DELETE v3/checkouts/:checkoutId/fees storefront checkout api: - response of checkout object added applied fees (fees:) ### Overall ![image](https://github.com/user-attachments/assets/b4164b80-0d1c-42f5-a2d9-c780cf1d15e0) ### bulk POST ![image](https://github.com/user-attachments/assets/c37b721a-736f-4a34-b03d-320631f3fff0) ### bulk PUT <img width="1221" alt="Screenshot 2024-11-28 at 10 11 24 AM" src="https://github.com/user-attachments/assets/6bfb89a7-6a04-49c8-8e47-b15d3358106b"> ### bulk DELETE ![image](https://github.com/user-attachments/assets/65d20c64-6f50-401f-994a-7eab883b4e18) </details> ## Release notes draft * The newly-released custom order level fees on the checkout is now available to use. Now, you’ll be able to apply and manage the checkout's order level fees via v3 management api, and fetch any checkout's applied fees on storefront checkout api and v3 management checkout api. ## Anything else? ping @bigcommerce/team-checkout @bigcommerce/dev-docs [CHECKOUT-8739]: https://bigcommercecloud.atlassian.net/browse/CHECKOUT-8739?atlOrigin=eyJpIjoiNWRkNTljNzYxNjVmNDY3MDlhMDU5Y2ZhYzA5YTRkZjUiLCJwIjoiZ2l0aHViLWNvbS1KU1cifQ
- Loading branch information
1 parent
ff627f8
commit 212c70d
Showing
2 changed files
with
284 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters