EbayTemplatePost
Version: v19.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Ebay template model for POST requests
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
template_id | str | ❌ | — | — |
template_name | str | ✅ | — | — |
upload_if_final_status_is | List[LocationStatusEnum] (ON_VEHICLE, INSIDE_VEHICLE, WAREHOUSE) | ✅ | — | — |
upload_if_condition_is | List[TemplateConditionTypeEnum] (A, B, C) | ✅ | — | — |
upload_only_if_part_has_a_location | bool | ✅ | — | — |
minimum_photo_count_required | int | ❌ | — | — |
upload_if_manufacturer_type_is | List[ManufacturerTypeEnum] (Genuine, Aftermarket, Remanufactured, Reconditioned, Performance, OEM, Core, Unknown) | ✅ | — | — |
auto_reupload_interval | AutoReuploadIntervalEnum (AFTER_15_DAYS, AFTER_30_DAYS, AFTER_40_DAYS, AFTER_60_DAYS, AFTER_90_DAYS) | ❌ | — | Auto Reupload Interval Enum |
applicable_part_types | List[PartTypeModel] | ✅ | — | — |
description | str | ✅ | — | — |
allow_offers | bool | ✅ | — | — |
shipping_policy_id | str | ✅ | — | — |
shipping_policy | str | ✅ | — | — |
shipping_policy_description | str | ✅ | — | — |
return_policy_id | str | ✅ | — | — |
return_policy | str | ✅ | — | — |
return_policy_description | str | ✅ | — | — |
payment_policy_id | str | ✅ | — | — |
payment_policy | str | ✅ | — | — |
payment_policy_description | str | ✅ | — | — |
stock_images | List[Image] |