get https://api.shioja.com/getDeliveryFee
The get delivery endpoint returns the amount it would cost to deliver an item.
The api checks for the location and retuns the delivery fee.
Parameters | Type | Description | Optional |
---|---|---|---|
state | string | The state where the item will be delivered to. | required |
lga | string | The local goverment area of the state | required |
area | string | The area connected to the lga | required |
productId | string | The product id of the item. | required |