docs/OrderQuery.md in ultracart_api-4.0.198 vs docs/OrderQuery.md in ultracart_api-4.0.199
- old
+ new
@@ -12,16 +12,19 @@
| **country_code** | **String** | ISO-3166 two letter country code | [optional] |
| **creation_date_begin** | **String** | Date/time that the order was created | [optional] |
| **creation_date_end** | **String** | Date/time that the order was created | [optional] |
| **current_stage** | **String** | Current stage that the order is in. | [optional] |
| **custom_field_1** | **String** | Custom field 1 | [optional] |
+| **custom_field_10** | **String** | Custom field 10 | [optional] |
| **custom_field_2** | **String** | Custom field 2 | [optional] |
| **custom_field_3** | **String** | Custom field 3 | [optional] |
| **custom_field_4** | **String** | Custom field 4 | [optional] |
| **custom_field_5** | **String** | Custom field 5 | [optional] |
| **custom_field_6** | **String** | Custom field 6 | [optional] |
| **custom_field_7** | **String** | Custom field 7 | [optional] |
+| **custom_field_8** | **String** | Custom field 8 | [optional] |
+| **custom_field_9** | **String** | Custom field 9 | [optional] |
| **customer_profile_oid** | **Integer** | The customer profile to find associated orders for | [optional] |
| **email** | **String** | Email | [optional] |
| **first_name** | **String** | First name | [optional] |
| **item_id** | **String** | Item ID | [optional] |
| **last_name** | **String** | Last name | [optional] |
@@ -58,15 +61,18 @@
country_code: null,
creation_date_begin: null,
creation_date_end: null,
current_stage: null,
custom_field_1: null,
+ custom_field_10: null,
custom_field_2: null,
custom_field_3: null,
custom_field_4: null,
custom_field_5: null,
custom_field_6: null,
custom_field_7: null,
+ custom_field_8: null,
+ custom_field_9: null,
customer_profile_oid: null,
email: null,
first_name: null,
item_id: null,
last_name: null,