Before a partner can sell products (available to the partner depending on the addendum), they need to obtain a list of these products with corresponding prices and system features.
| PartNum | string | Product ID (PartNumber) |
| Price | decimal | Purchase price of the product |
| EndUserPrice | decimal | Recomended end user price |
| CurrencyCode | string | Purchase price currency code |
| EndUserCurrencyCode | string | End user price currency code |
| FulfillmentType | int | Internal product type. By default = 1 (order result is links with limited lifetime. Another value don't mean anything |
| LicenseFormRequired | bool | Need to send product licence form |
| InstantDelivery | bool | Instance delivery flag. If True - time to order result = 1-10 minutes (depends on product vendor). False - time to order result = 24 hours |
| HasVat | bool | Value-added tax |
| Blocked | bool | Is product blocked |
| MinCountRequired | int | Minimal product units for order |
| MaxCountRequired | int | Maximum product units for order |
| FamilyGroupId | int | Product family group ID |
| ProductType | int | Product type. 1 - product, 2 - subscription |
| Returnable | bool | Can product be return to vendor |
| ExistsInCalc | bool | Can product be calculated |
| SubscriptionDuration | int | Subscription duration measure : 2 - Month, 3 - Year |
| SubscriptionDurationType | int | Subscription duration type : 2 - Month, 3 - Year |