feat(warehouses): add is_courier_phone_same_as_warehouse to erfbs aggregator delivery-method/update (0.88.0)#9
Merged
Conversation
…regator delivery-method/update (0.88.0) Ozon added an optional boolean request field `is_courier_phone_same_as_warehouse` to POST /v1/warehouse/erfbs/aggregator/delivery-method/update (live-spec delta). Additive, non-breaking: added the field to WarehouseERFBSAggregatorDeliveryMethodUpdateRequest with a Russian Field(description=...) and Attributes entry, and exercised it in the test. Minor bump 0.87.0 -> 0.88.0 (per PR #4 precedent for adding a field to an existing method). Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Что изменилось
Ozon добавил в спецификацию Request операции
POST /v1/warehouse/erfbs/aggregator/delivery-method/updateновое опциональное поле
is_courier_phone_same_as_warehouse(boolean) — совпадает ли телефонкурьера с телефоном склада.
Изменение аддитивное и не ломающее: поле добавлено в
WarehouseERFBSAggregatorDeliveryMethodUpdateRequest(
v1__warehouse_erfbs_aggregator_delivery_method_update.py) с русскимField(description=...)изаписью в блоке
Attributes:. Тест метода дополнен передачей нового поля.Почему
Синхронизация со свежей live-спецификацией Ozon Seller API (swagger-дельта
~1, сигнал watcher от2026-07-01). Метод уже реализован — строка каталога README остаётся
✓, счётчики методов безизменений.
Версия
Минорный бамп
0.87.0 → 0.88.0вpyproject.tomlиsrc/ozonapi/__init__.py(прецедент: PR #4 —добавление поля в существующий метод минорным бампом). Публикация в PyPI произойдёт только при merge
человеком.
Проверки
pytest: 580 passed--config-file .claude/linters/mypy.ini): чисто на изменённой схеме, 0 net-new ошибок🤖 Generated with Claude Code