"""Constants.""" BASE_URL = "https://api.aftership.com/v4" GOOD_HTTP_CODES = [200, 201, 202, 203]