update http requests
This commit is contained in:
@@ -28,9 +28,15 @@ Content-Type: application/json
|
|||||||
|
|
||||||
{
|
{
|
||||||
"provider": "postnord",
|
"provider": "postnord",
|
||||||
"items": [
|
"items": []
|
||||||
{
|
|
||||||
"id": 1,
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
### Get cart
|
||||||
|
GET https://cart.tornberg.me/api/12345
|
||||||
|
|
||||||
|
|
||||||
|
### Remove delivery method
|
||||||
|
DELETE https://cart.tornberg.me/api/12345/delivery/2
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user