Sha256: 1823bb6f4315e15033cb4f3a7ce0e18c5535a75fa49951ecc71c71dfaecf9f3a
Contents?: true
Size: 964 Bytes
Versions: 203
Compression:
Stored size: 964 Bytes
Contents
# UltracartClient::ChannelPartnerImportResponse ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **error** | [**Error**](Error.md) | | [optional] | | **import_errors** | **Array<String>** | Array of errors if errors occurred | [optional] | | **import_warnings** | **Array<String>** | Array of warnings if warnings occurred | [optional] | | **metadata** | [**ResponseMetadata**](ResponseMetadata.md) | | [optional] | | **order_id** | **String** | The order id of the newly imported order if successful | [optional] | | **success** | **Boolean** | Indicates if API call was successful | [optional] | | **warning** | [**Warning**](Warning.md) | | [optional] | ## Example ```ruby require 'ultracart_api' instance = UltracartClient::ChannelPartnerImportResponse.new( error: null, import_errors: null, import_warnings: null, metadata: null, order_id: null, success: null, warning: null ) ```
Version data entries
203 entries across 203 versions & 1 rubygems