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--request GET '/open/1.0/shipment/shipping-cost-all?total_weight=1&force_oexpress=false&origin_id=2111&destination_id=2111'