docs/DistributionCenter.md in ultracart_api-3.10.141 vs docs/DistributionCenter.md in ultracart_api-3.10.142
- old
+ new
@@ -20,9 +20,24 @@
**latitude** | **Float** | Latitude where the distribution center is located | [optional]
**longitude** | **Float** | Longitude where the distribution center is located | [optional]
**name** | **String** | Name of this distribution center | [optional]
**no_customer_direct_shipments** | **BOOLEAN** | True if this distribution center does not handle customer direct shipments | [optional]
**no_split_shipment** | **BOOLEAN** | True if this distribution center is not allowed to participate in a split shipment. | [optional]
+**pickup_cutoff_time_friday** | **String** | The time (EST) after which pickups will not be available on Friday | [optional]
+**pickup_cutoff_time_monday** | **String** | The time (EST) after which pickups will not be available on Monday | [optional]
+**pickup_cutoff_time_saturday** | **String** | The time (EST) after which pickups will not be available on Saturday | [optional]
+**pickup_cutoff_time_sunday** | **String** | The time (EST) after which pickups will not be available on Sunday | [optional]
+**pickup_cutoff_time_thursday** | **String** | The time (EST) after which pickups will not be available on Thursday | [optional]
+**pickup_cutoff_time_tuesday** | **String** | The time (EST) after which pickups will not be available on Tuesday | [optional]
+**pickup_cutoff_time_wednesday** | **String** | The time (EST) after which pickups will not be available on Wednesday | [optional]
+**pickup_start_time_friday** | **String** | The time (EST) after which pickups are available on Friday | [optional]
+**pickup_start_time_monday** | **String** | The time (EST) after which pickups are available on Monday | [optional]
+**pickup_start_time_saturday** | **String** | The time (EST) after which pickups are available on Saturday | [optional]
+**pickup_start_time_sunday** | **String** | The time (EST) after which pickups are available on Sunday | [optional]
+**pickup_start_time_thursday** | **String** | The time (EST) after which pickups are available on Thursday | [optional]
+**pickup_start_time_tuesday** | **String** | The time (EST) after which pickups are available on Tuesday | [optional]
+**pickup_start_time_wednesday** | **String** | The time (EST) after which pickups are available on Wednesday | [optional]
+**pickup_tz** | **String** | The IANA timezone for all pickup times | [optional]
**postal_code** | **String** | Postal code of the distribution center | [optional]
**process_days** | **Integer** | The number of processing days required before an order ships | [optional]
**process_inventory_start_time** | **String** | The time (EST) after which inventory updates will be processed | [optional]
**process_inventory_stop_time** | **String** | The time (EST) before which inventory updates will be processed | [optional]
**require_asn** | **BOOLEAN** | True if ASNs are required for this distribution center (EDI) | [optional]