Members can use the Get Shipping Cost method to retrieve shipping cost data on the system. There are parameters origin id, destination id, total weight and volume.EXAMPLE
KEY
VALUE
origin_id
{{subdistrict_id}}
destination_id
{{subdistrict_id}}
total_weight
[gram]
force_oexpress
true/false *set to true if yo u want to force service to oexpress
Request
Query Params
Header Params
Request Code Samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl--location-g--request GET '/open/1.0/shipment/shipping-cost?total_weight=1&volume=["length":10,"width":10,"height":10]&force_oexpress=false&origin_id=2111&destination_id=2111' \
--header'X-API-KEY: {{ApiKey}}'