December 5, 2019
The field "active" is deprecated
Some endpoints of Shipper API return two fields: active
and is_active
. Both fields are boolean, and they indicate the object is active, not deleted.
active
is deprecated now. API clients should use only is_active
from now. We’ll remove active
from Shipper API on February 7, 2020. The field is marked as deprecated in the API reference already.