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 + +