Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 278 Bytes

2023-07-25-change-line-item-delete-to-post.md

File metadata and controls

8 lines (6 loc) · 278 Bytes
title issue
Change line item removal in Store-API to POST
NEXT-29490

Core

  • Deprecated DELETE /store-api/checkout/cart/line-item api route. Use POST /store-api/checkout/cart/line-item/delete instead with JSON payload of ids. See API docs for more information.