PostEbayLocation
Version: v1.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Post Ebay Location model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
address_line_1 | str | ✅ | — | — |
city | str | ✅ | — | — |
state | str | ✅ | — | — |
postal_code | str | ✅ | — | — |
country | str | ✅ | — | — |
name | str | ✅ | — | — |
phone | str | ✅ | — | — |
location_types | str | ✅ | — | — |
merchant_location_key | str | ✅ | — | — |
APIs / Triggers
| Trigger | Endpoint / Source | Detail | Handler |
|---|---|---|---|
| API | POST /newebay/locations | — | src/ebay_post_location.py |
Change history
v1.0.0 · 2025-03-16 · Cian (shared account) · 0c2952ef4
init
- Initial version.
Generated from
dismantly-backend/Microservices/Ebay/dependencies/models.py. Do not edit by hand.