From 2852ab5bb4b72858f4f72c0e7c2fe7772a7b089e Mon Sep 17 00:00:00 2001 From: matst80 Date: Thu, 14 Nov 2024 20:49:59 +0100 Subject: [PATCH] update http requests --- api-tests/cart.http | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/api-tests/cart.http b/api-tests/cart.http index d8c956d..5568ff1 100644 --- a/api-tests/cart.http +++ b/api-tests/cart.http @@ -28,9 +28,15 @@ Content-Type: application/json { "provider": "postnord", - "items": [ - { - "id": 1, - } - ] -} \ No newline at end of file + "items": [] +} + + +### Get cart +GET https://cart.tornberg.me/api/12345 + + +### Remove delivery method +DELETE https://cart.tornberg.me/api/12345/delivery/2 + +