Sha256: 65ab79822795d7152f03e888f1809128cc7176e272d0ad8d6e423c9141335cde

Contents?: true

Size: 1.13 KB

Versions: 4

Compression:

Stored size: 1.13 KB

Contents

# UltracartClient::ChannelPartnerShipToPreference

## Properties

| Name | Type | Description | Notes |
| ---- | ---- | ----------- | ----- |
| **additional_kit_component_item_ids** | **Array<String>** | Additional item ids to add as kit components to the order with a zero price. | [optional] |
| **channel_partner_oid** | **Integer** | The channel partner object identifier this preference is associated with | [optional] |
| **channel_partner_ship_to_preference_oid** | **Integer** | Object identifier for the ship to preference | [optional] |
| **merchant_id** | **String** | The merchant id that owns the channel partner | [optional] |
| **return_policy** | **String** | Alternate return policy to print on the packing slip. | [optional] |
| **ship_to_edi_code** | **String** | The ship to EDI code that the preferences are for | [optional] |

## Example

```ruby
require 'ultracart_api'

instance = UltracartClient::ChannelPartnerShipToPreference.new(
  additional_kit_component_item_ids: null,
  channel_partner_oid: null,
  channel_partner_ship_to_preference_oid: null,
  merchant_id: null,
  return_policy: null,
  ship_to_edi_code: null
)
```

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ultracart_api-4.0.115.rc docs/ChannelPartnerShipToPreference.md
ultracart_api-4.0.114.rc docs/ChannelPartnerShipToPreference.md
ultracart_api-4.0.113.rc docs/ChannelPartnerShipToPreference.md
ultracart_api-4.0.112.rc docs/ChannelPartnerShipToPreference.md