docs/OrderApi.md in ultracart_api-3.10.11 vs docs/OrderApi.md in ultracart_api-3.10.12

- old
+ new

@@ -690,22 +690,10 @@ purchase_order_number: 'purchase_order_number_example', # String | Purchase Order Number item_id: 'item_id_example', # String | Item Id current_stage: 'current_stage_example', # String | Current Stage channel_partner_code: 'channel_partner_code_example', # String | Channel Partner Code channel_partner_order_id: 'channel_partner_order_id_example', # String | Channel Partner Order ID - customer_profile_oid: 56, # Integer | - refund_date_begin: 'refund_date_begin_example', # String | - refund_date_end: 'refund_date_end_example', # String | - custom_field_1: 'custom_field_1_example', # String | - custom_field_2: 'custom_field_2_example', # String | - custom_field_3: 'custom_field_3_example', # String | - custom_field_4: 'custom_field_4_example', # String | - custom_field_5: 'custom_field_5_example', # String | - custom_field_6: 'custom_field_6_example', # String | - custom_field_7: 'custom_field_7_example', # String | - ship_on_date_begin: 'ship_on_date_begin_example', # String | - ship_on_date_end: 'ship_on_date_end_example', # String | _limit: 100, # Integer | The maximum number of records to return on this one API call. (Maximum 200) _offset: 0, # Integer | Pagination of the record set. Offset is a zero based index. _sort: '_sort_example', # String | The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. _expand: '_expand_example' # String | The object expansion to perform on the result. } @@ -748,21 +736,9 @@ **purchase_order_number** | **String**| Purchase Order Number | [optional] **item_id** | **String**| Item Id | [optional] **current_stage** | **String**| Current Stage | [optional] **channel_partner_code** | **String**| Channel Partner Code | [optional] **channel_partner_order_id** | **String**| Channel Partner Order ID | [optional] - **customer_profile_oid** | **Integer**| | [optional] - **refund_date_begin** | **String**| | [optional] - **refund_date_end** | **String**| | [optional] - **custom_field_1** | **String**| | [optional] - **custom_field_2** | **String**| | [optional] - **custom_field_3** | **String**| | [optional] - **custom_field_4** | **String**| | [optional] - **custom_field_5** | **String**| | [optional] - **custom_field_6** | **String**| | [optional] - **custom_field_7** | **String**| | [optional] - **ship_on_date_begin** | **String**| | [optional] - **ship_on_date_end** | **String**| | [optional] **_limit** | **Integer**| The maximum number of records to return on this one API call. (Maximum 200) | [optional] [default to 100] **_offset** | **Integer**| Pagination of the record set. Offset is a zero based index. | [optional] [default to 0] **_sort** | **String**| The sort order of the orders. See Sorting documentation for examples of using multiple values and sorting by ascending and descending. | [optional] **_expand** | **String**| The object expansion to perform on the result. | [optional]