Spedizione

Calcola un preventivo spedizione per ordine e contratto corriere

GET
/api/v1/external/shipment/quote
x-api-key<token>

In: header

Query Parameters

orderId*number
carrierCompanyId*number

Response Body

application/json

curl -X GET "https://service.e-manager.io/api/v1/external/shipment/quote?orderId=0&carrierCompanyId=0"
{
  "carrier_id": 0,
  "carrier_company_id": 0,
  "carrier_name": "string",
  "base_price": "string",
  "zone_label": "string",
  "logo_url": "string",
  "zone_name": "string",
  "coefficient": "string",
  "chargeable_weight": "string",
  "real_weight": "string",
  "volumetric_weight": "string",
  "is_active": true,
  "is_connected": true,
  "contract_label": "string",
  "delete_flag": true,
  "surcharge_price": "string",
  "extra_steps": 0,
  "extra_price": "string",
  "carrier_options_total": "string",
  "carrier_options_detail": [
    {
      "name": "string",
      "price": "string",
      "option_id": 0,
      "calculated": 0,
      "description": "string"
    }
  ],
  "total_price": "string",
  "vat_amount": "string",
  "total_price_with_vat": "string",
  "purchase": {}
}

Last updated on