Export Delivery Cost
This is the endpoint for fetching Export delivery cost.
Delivery Cost
Endpoint => /orders/export-price
GET /orders/export-price
Headers
Name
Type
Description
Authorization *
String
Your Bearer Token
secret-key*
String
Your Secret Key
Request Body
Name
Type
Description
weightId*
integer
WeightID for the item from the location and weight API
exportLocationId*
integer
Fez's ID for the international location you are importing from. Check import location API
{
"status": "Success",
"description": "Request Successful",
"data": {
"price": "17500.00",
"discountedRate": "17500.00",
"discount": "N",
"orderLocked": "N"
}
}Last updated