removedInput schema / properties / offer
Removed value: -{
- "additionalProperties": true,
- "description": "Offer details including SKU, marketplace, pricing, and policies",
- "properties": {
- "availableQuantity": {
- "type": "number"
- },
- "categoryId": {
- "type": "string"
- },
- "format": {
- "enum": [
- "AUCTION",
- "FIXED_PRICE"
- ],
- "type": "string"
- },
- "listingDescription": {
- "type": "string"
- },
- "listingPolicies": {
- "additionalProperties": true,
- "properties": {
- "bestOfferTerms": {
- "additionalProperties": true,
- "properties": {
- "autoAcceptPrice": {
- "additionalProperties": true,
- "properties": {
- "currency": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": [
- "currency",
- "value"
- ],
- "type": "object"
- },
- "autoDeclinePrice": {
- "$ref": "#/properties/offer/properties/listingPolicies/properties/bestOfferTerms/properties/autoAcceptPrice"
- },
- "bestOfferEnabled": {
- "type": "boolean"
- }
- },
- "type": "object"
- },
- "eBayPlusIfEligible": {
- "type": "boolean"
- },
- "fulfillmentPolicyId": {
- "type": "string"
- },
- "paymentPolicyId": {
- "type": "string"
- },
- "returnPolicyId": {
- "type": "string"
- }
- },
- "type": "object"
- },
- "marketplaceId": {
- "type": "string"
- },
- "merchantLocationKey": {
- "type": "string"
- },
- "pricingSummary": {
- "additionalProperties": true,
- "properties": {
- "minimumAdvertisedPrice": {
- "$ref": "#/properties/offer/properties/listingPolicies/properties/bestOfferTerms/properties/autoAcceptPrice"
- },
- "originalRetailPrice": {
- "$ref": "#/properties/offer/properties/listingPolicies/properties/bestOfferTerms/properties/autoAcceptPrice"
- },
- "price": {
- "$ref": "#/properties/offer/properties/listingPolicies/properties/bestOfferTerms/properties/autoAcceptPrice"
- },
- "pricingVisibility": {
- "enum": [
- "NONE",
- "PRE_CHECKOUT",
- "DURING_CHECKOUT"
- ],
- "type": "string"
- }
- },
- "required": [
- "price"
- ],
- "type": "object"
- },
- "quantityLimitPerBuyer": {
- "type": "number"
- },
- "sku": {
- "type": "string"
- },
- "tax": {
- "additionalProperties": true,
- "properties": {
- "applyTax": {
- "type": "boolean"
- },
- "thirdPartyTaxCategory": {
- "type": "string"
- },
- "vatPercentage": {
- "type": "number"
- }
- },
- "type": "object"
- }
- },
- "required": [
- "sku",
- "marketplaceId",
- "format"
- ],
- "type": "object"
-}