docs/PointOfSaleLocation.md in ultracart_api-4.0.112.rc vs docs/PointOfSaleLocation.md in ultracart_api-4.0.113.rc

- old
+ new

@@ -7,10 +7,11 @@ | **adddress2** | **String** | Address line 2 | [optional] | | **address1** | **String** | Address line 1 | [optional] | | **city** | **String** | City | [optional] | | **country** | **String** | Country | [optional] | | **distribution_center_code** | **String** | The distribution center code where inventory is reduced from for this sale. | [optional] | +| **external_id** | **String** | External Id useful for syncing with a remote filesystem, this may be an MD5 hash or whatever suits your needs. | [optional] | | **merchant_id** | **String** | Merchant ID that owns this location | [optional] | | **pos_location_oid** | **Integer** | Object identifier of the point of sale location. | [optional] | | **postal_code** | **String** | Postal code | [optional] | | **state_province** | **String** | State/province | [optional] | @@ -23,9 +24,10 @@ adddress2: null, address1: null, city: null, country: null, distribution_center_code: null, + external_id: null, merchant_id: null, pos_location_oid: null, postal_code: null, state_province: null )