EbayUpdate
Version: v20.0.0
Supporting model
A request/response or nested model — not a stored DynamoDB entity.
Overview
Update ebay model
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
ebay_id | str | ✅ | — | — |
part_id | str | ✅ | — | — |
part_type | str | ✅ | — | — |
images | List[Image] | ❌ | [] | — |
videos | List[Video] | ❌ | [] | — |
title | str | ✅ | — | — |
price | float | ✅ | — | — |
fitment | List[EbayFitmentEntryAUS | EbayFitmentEntryGB | EbayFitmentEntryUS] | ❌ |
listing_method | ListingMethod (MANUAL, AUTO) | ✅ | — | ListingMethod |
template_id | str | ❌ | — | — |
template_name | str | ❌ | — | — |
item_specifics | List[ItemSpecific] | ❌ | [] | — |
condition | str | ✅ | — | — |
category_id | str | ✅ | — | — |
category | str | ✅ | — | — |
secondary_category_id | str | ❌ | — | — |
secondary_category | str | ❌ | — | — |
store_category_id | str | ❌ | — | — |
store_category | str | ❌ | — | — |
description | str | ✅ | — | — |
condition_description | str | ❌ | — | — |
height | float | ❌ | — | — |
width | float | ❌ | — | — |
length | float | ❌ | — | — |
weight | float |