---
title: "Get Pro PriceModel"
method: GET
path: "/v1/client/order/propricing"
tags: ["ClientOrder"]
---

# Get Pro PriceModel

`GET /v1/client/order/propricing`

## Query parameters

- `countryCode` string
- `numberOfUnits` integer

## Response `200`

The pro price details returned

- ApiPriceModel
  - `ISO4217CurrencyCode` string
  - `IsYearlySubscription` boolean
  - `SubscriptionFeePerDeviceAndMonth` number, double
  - `SubscriptionFeePerDeviceAndYear` number, double
  - `NumberOfUnits` number, double
  - `UnitFee` number, double
  - `UnitTotalFee` number, double
  - `SubscriptionFee` number, double
  - `SubscriptionTotalFee` number, double
  - `ShipmentFee` number, double
  - `TotalFee` number, double
  - `SubscriptionTotalFeeDescription` string
  - `UnitTotalFeeDescription` string
  - `ShipmentFeeDescription` string
  - `SubscriptionFeePerDeviceAndMonthDescription` string
  - `SubscriptionFeePerDeviceAndYearDescription` string
  - `FreightForwarderUrl` string
  - `FreightForwarderDescription` string
  - `ArticlePriceIdMonthlyPlan` integer
  - `ArticlePriceIdYearlyPlan` integer

## Other responses

- `500` — Internal server error

---

[API](https://skmtc.net/automile/apis/automile-api.md) · [All operations](https://skmtc.net/automile/apis/automile-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/automile/automile-api/revisions/bd42075f6b02/schema)
