addedInput schema / properties / request
Added value: +{
+ "additionalProperties": false,
+ "description": "Update item price markdown promotion request body",
+ "properties": {
+ "applyFreeShipping": {
+ "type": "boolean"
+ },
+ "autoSelectFutureInventory": {
+ "type": "boolean"
+ },
+ "blockPriceIncreaseInItemRevision": {
+ "type": "boolean"
+ },
+ "description": {
+ "type": "string"
+ },
+ "endDate": {
+ "type": "string"
+ },
+ "marketplaceId": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "priority": {
+ "type": "string"
+ },
+ "promotionImageUrl": {
+ "type": "string"
+ },
+ "promotionStatus": {
+ "type": "string"
+ },
+ "selectedInventoryDiscounts": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "discountBenefit": {
+ "additionalProperties": false,
+ "properties": {
+ "amountOffItem": {
+ "additionalProperties": false,
+ "properties": {
+ "currency": {
+ "type": "string"
+ },
+ "value": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "amountOffOrder": {
+ "$ref": "#/properties/request/properties/selectedInventoryDiscounts/items/properties/discountBenefit/properties/amountOffItem"
+ },
+ "percentageOffItem": {
+ "type": "string"
+ },
+ "percentageOffOrder": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "discountId": {
+ "type": "string"
+ },
+ "inventoryCriterion": {
+ "additionalProperties": false,
+ "properties": {
+ "inventoryCriterionType": {
+ "type": "string"
+ },
+ "inventoryItems": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "inventoryReferenceId": {
+ "type": "string"
+ },
+ "inventoryReferenceType": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "listingIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "ruleCriteria": {
+ "additionalProperties": false,
+ "properties": {
+ "excludeInventoryItems": {
+ "items": {
+ "$ref": "#/properties/request/properties/selectedInventoryDiscounts/items/properties/inventoryCriterion/properties/inventoryItems/items"
+ },
+ "type": "array"
+ },
+ "excludeListingIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "markupInventoryItems": {
+ "items": {
+ "$ref": "#/properties/request/properties/selectedInventoryDiscounts/items/properties/inventoryCriterion/properties/inventoryItems/items"
+ },
+ "type": "array"
+ },
+ "markupListingIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "selectionRules": {
+ "items": {
+ "additionalProperties": false,
+ "properties": {
+ "brands": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "categoryIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "categoryScope": {
+ "type": "string"
+ },
+ "listingConditionIds": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "maxPrice": {
+ "$ref": "#/properties/request/properties/selectedInventoryDiscounts/items/properties/discountBenefit/properties/amountOffItem"
+ },
+ "minPrice": {
+ "$ref": "#/properties/request/properties/selectedInventoryDiscounts/items/properties/discountBenefit/properties/amountOffItem"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+ }
+ },
+ "type": "object"
+ },
+ "ruleOrder": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "startDate": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}