ConfigInventoryLastCopySettings Object
Description
Last copy automation settings for a specific item type.
Declaration
type ConfigInventoryLastCopySettings {
enabled: Boolean
comment: String
options: [ListingOption]
comparePriceMultiplier: Float
status: String
}
Fields
| Name | Type | Description |
|---|---|---|
enabled | Boolean | Whether the last copy automation is enabled for this item type. |
comment | String | Public comment to set on the listing when it becomes the last copy. |
options | [ListingOption] | Listing options to apply (e.g. Media Condition, Sleeve Condition). |
comparePriceMultiplier | Float | Multiplier applied to the sale price to set the compare-at price (e.g. 1.2 = 20% above sale price). |
status | String | Listing status to apply: published or private. |