addedInput schema / properties / marketplaceId
Added value: +{
+ "description": "Marketplace ID",
+ "enum": [
+ "EBAY_AT",
+ "EBAY_AU",
+ "EBAY_BE",
+ "EBAY_CA",
+ "EBAY_CH",
+ "EBAY_CN",
+ "EBAY_CZ",
+ "EBAY_DE",
+ "EBAY_DK",
+ "EBAY_ES",
+ "EBAY_FI",
+ "EBAY_FR",
+ "EBAY_GB",
+ "EBAY_GR",
+ "EBAY_HK",
+ "EBAY_HU",
+ "EBAY_ID",
+ "EBAY_IE",
+ "EBAY_IL",
+ "EBAY_IN",
+ "EBAY_IT",
+ "EBAY_JP",
+ "EBAY_MY",
+ "EBAY_NL",
+ "EBAY_NO",
+ "EBAY_NZ",
+ "EBAY_PE",
+ "EBAY_PH",
+ "EBAY_PL",
+ "EBAY_PR",
+ "EBAY_PT",
+ "EBAY_RU",
+ "EBAY_SE",
+ "EBAY_SG",
+ "EBAY_TH",
+ "EBAY_TW",
+ "EBAY_US",
+ "EBAY_VN",
+ "EBAY_ZA",
+ "EBAY_HALF_US",
+ "EBAY_MOTORS_US"
+ ],
+ "type": "string"
+}
addedInput schema / properties / specification / properties / categoryId / description
Added value: +"eBay leaf category ID"
removedInput schema / properties / specification / properties / categoryTreeId
Removed value: -{
- "type": "string"
-}
removedInput schema / properties / specification / properties / compatibilityProperties
Removed value: -{
- "items": {
- "additionalProperties": true,
- "properties": {
- "name": {
- "type": "string"
- },
- "value": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "value"
- ],
- "type": "object"
- },
- "type": "array"
-}
addedInput schema / properties / specification / properties / compatibilityPropertyFilters
Added value: +{
+ "description": "Compatibility property filters",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "propertyName": {
+ "description": "Compatibility property name",
+ "type": "string"
+ },
+ "propertyValue": {
+ "description": "Compatibility property value",
+ "type": "string"
+ },
+ "unitOfMeasurement": {
+ "description": "Property unit of measurement",
+ "type": "string"
+ },
+ "url": {
+ "description": "Property reference URL",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / specification / properties / dataset
Added value: +{
+ "description": "Dataset to return",
+ "type": "string"
+}
addedInput schema / properties / specification / properties / datasetPropertyName
Added value: +{
+ "description": "Specific dataset property names",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+}
addedInput schema / properties / specification / properties / exactMatch
Added value: +{
+ "description": "Return only exact specification matches",
+ "type": "boolean"
+}
addedInput schema / properties / specification / properties / paginationInput
Added value: +{
+ "additionalProperties": true,
+ "description": "Pagination input",
+ "properties": {
+ "limit": {
+ "description": "Maximum number of results",
+ "type": "number"
+ },
+ "offset": {
+ "description": "Number of results to skip",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}
addedInput schema / properties / specification / properties / sortOrders
Added value: +{
+ "description": "Compatibility property sort order",
+ "items": {
+ "additionalProperties": true,
+ "properties": {
+ "sortOrder": {
+ "additionalProperties": true,
+ "description": "Sort property definition",
+ "properties": {
+ "order": {
+ "description": "Sort order",
+ "type": "string"
+ },
+ "propertyName": {
+ "description": "Property name to sort by",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "sortPriority": {
+ "description": "Sort priority",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+}
addedInput schema / properties / specification / properties / specifications
Added value: +{
+ "description": "Part specifications",
+ "items": {
+ "$ref": "#/properties/specification/properties/compatibilityPropertyFilters/items"
+ },
+ "type": "array"
+}
changedInput schema / required
Previous value: -[
- "specification"
-]New value: +[
+ "marketplaceId",
+ "specification"
+]