CourierService

Gets price list for couriers.

get
Authorizations
Responses
200

Returns list of delivery options.

get
GET /api/v1/CourierService/price-check HTTP/1.1
Host: 
Authorization: Bearer YOUR_OAUTH2_TOKEN
Accept: */*
{
  "deliveryId": 1,
  "deliveryName": "text",
  "deliveryTypeCode": "text",
  "deliveryCost": "text",
  "deliveryCode": "text",
  "allowControlDrug": true,
  "isInternational": true
}