docs/ChannelPartner.md in ultracart_api-4.0.165 vs docs/ChannelPartner.md in ultracart_api-4.0.166
- old
+ new
@@ -5,10 +5,11 @@
| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **channel_partner_oid** | **Integer** | Channel partner object id | [optional] |
| **code** | **String** | Code associated with the channel partner | [optional] |
| **communication_method** | **String** | Communication method of the channel partner | [optional] |
+| **dont_hold_shipment** | **Boolean** | True if shipments should immediately process for this channel partner. | [optional] |
| **inactive** | **Boolean** | True if the channel partner is inactive | [optional] |
| **merchant_id** | **String** | Merchant ID of the channel partner | [optional] |
| **name** | **String** | Name of the channel partner | [optional] |
| **skip_customer_emails** | **Boolean** | True if emails to the customer are skipped for this channel partner. | [optional] |
@@ -19,9 +20,10 @@
instance = UltracartClient::ChannelPartner.new(
channel_partner_oid: null,
code: null,
communication_method: null,
+ dont_hold_shipment: null,
inactive: null,
merchant_id: null,
name: null,
skip_customer_emails: null
)