URL
GET
/api/v1/shippings/list
Parameters
Name |
Type |
Method |
Required |
Default |
Description |
page |
int |
GET |
no |
1 |
Stránkovanie. |
Response
HTTP 200 - OK
Host: example.org
Content-Type: application/vnd.shoptec.v1.0+json; charset=utf-8
{
"page": 1,
"pages": 1,
"itemsCount": 1,
"itemsPerPage": 10,
"shippings": [
{
"id": 1,
"name": "Kuri\u00e9r",
"description": "Doru\u010denie do 24 hod\u00edn.",
"price": {
"base": 5,
"vat": 20
},
"price_range_min": 0,
"price_range_max": null,
"price_range_calc_vat": 1,
"free_from": 20,
"free_calc_vat": 1,
"applicable_free": 1,
"minimal_quantity": 1,
"minimal_weight": 0,
"payments": [
3,
6,
10,
24
],
"countries": [
1,
4
],
"filter_id": null
}
]
}
URL
GET
/api/v1/shippings/count
Response
HTTP 200 - OK
Host: example.org
Content-Type: application/vnd.shoptec.v1.0+json; charset=utf-8
{
"count": 7
}