Import Delivery Cost

This is the endpoint for fetching Import delivery cost.

Delivery Cost

Endpoint => /orders/import-price

POST /orders/import-price

Headers

Name
Type
Description

Authorization *

String

Your Bearer Token

secret-key*

String

Your Secret Key

Request Body

Name
Type
Description

destinationState*

string

State to importing to

weight*

integer

Weight of item to be imported in Kg

importLocationId*

integer

Fez's ID for the international location you are importing from. Check import location API

{
    "status": "Success",
    "description": "Request Successful",
    "data": {
        "price": "20.00",
        "currency": "£"
    }
}

Last updated