ebay-api 8.4.1 → 8.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/dist/api/apiFactory.d.ts +27 -27
- package/dist/api/apiFactory.js +94 -94
- package/dist/api/base.d.ts +10 -10
- package/dist/api/base.js +10 -10
- package/dist/api/digitalSignature.d.ts +43 -43
- package/dist/api/digitalSignature.js +105 -105
- package/dist/api/index.d.ts +13 -13
- package/dist/api/index.js +29 -29
- package/dist/api/restful/buy/browse/index.d.ts +84 -84
- package/dist/api/restful/buy/browse/index.js +132 -135
- package/dist/api/restful/buy/deal/index.d.ts +56 -55
- package/dist/api/restful/buy/deal/index.js +74 -73
- package/dist/api/restful/buy/feed/index.d.ts +44 -43
- package/dist/api/restful/buy/feed/index.js +79 -78
- package/dist/api/restful/buy/index.d.ts +17 -17
- package/dist/api/restful/buy/index.js +8 -8
- package/dist/api/restful/buy/marketing/index.d.ts +28 -27
- package/dist/api/restful/buy/marketing/index.js +45 -44
- package/dist/api/restful/buy/marketplaceInsights/index.d.ts +29 -28
- package/dist/api/restful/buy/marketplaceInsights/index.js +45 -44
- package/dist/api/restful/buy/offer/index.d.ts +24 -23
- package/dist/api/restful/buy/offer/index.js +31 -30
- package/dist/api/restful/buy/order/index.d.ts +265 -264
- package/dist/api/restful/buy/order/index.js +363 -362
- package/dist/api/restful/commerce/catalog/index.d.ts +74 -73
- package/dist/api/restful/commerce/catalog/index.js +100 -101
- package/dist/api/restful/commerce/charity/index.d.ts +35 -34
- package/dist/api/restful/commerce/charity/index.js +50 -49
- package/dist/api/restful/commerce/identity/index.d.ts +15 -14
- package/dist/api/restful/commerce/identity/index.js +21 -20
- package/dist/api/restful/commerce/index.d.ts +15 -15
- package/dist/api/restful/commerce/index.js +7 -7
- package/dist/api/restful/commerce/notification/index.d.ts +118 -117
- package/dist/api/restful/commerce/notification/index.js +181 -180
- package/dist/api/restful/commerce/taxonomy/index.d.ts +79 -78
- package/dist/api/restful/commerce/taxonomy/index.js +129 -128
- package/dist/api/restful/commerce/translation/index.d.ts +16 -15
- package/dist/api/restful/commerce/translation/index.js +19 -18
- package/dist/api/restful/developer/analytics/index.d.ts +23 -22
- package/dist/api/restful/developer/analytics/index.js +39 -38
- package/dist/api/restful/developer/index.d.ts +7 -7
- package/dist/api/restful/developer/index.js +3 -3
- package/dist/api/restful/developer/keyManagement/index.d.ts +25 -24
- package/dist/api/restful/developer/keyManagement/index.js +37 -36
- package/dist/api/restful/index.d.ts +70 -67
- package/dist/api/restful/index.js +180 -180
- package/dist/api/restful/postOrder/cancellation/index.d.ts +57 -57
- package/dist/api/restful/postOrder/cancellation/index.js +89 -88
- package/dist/api/restful/postOrder/case/index.d.ts +63 -63
- package/dist/api/restful/postOrder/case/index.js +89 -88
- package/dist/api/restful/postOrder/index.d.ts +11 -11
- package/dist/api/restful/postOrder/index.js +5 -5
- package/dist/api/restful/postOrder/inquiry/index.d.ts +82 -82
- package/dist/api/restful/postOrder/inquiry/index.js +125 -124
- package/dist/api/restful/postOrder/return/index.d.ts +231 -231
- package/dist/api/restful/postOrder/return/index.js +355 -354
- package/dist/api/restful/sell/account/index.d.ts +299 -298
- package/dist/api/restful/sell/account/index.js +461 -460
- package/dist/api/restful/sell/analytics/index.d.ts +42 -41
- package/dist/api/restful/sell/analytics/index.js +55 -54
- package/dist/api/restful/sell/compliance/index.d.ts +38 -37
- package/dist/api/restful/sell/compliance/index.js +51 -50
- package/dist/api/restful/sell/feed/index.d.ts +172 -171
- package/dist/api/restful/sell/feed/index.js +278 -277
- package/dist/api/restful/sell/finances/index.d.ts +79 -78
- package/dist/api/restful/sell/finances/index.js +103 -102
- package/dist/api/restful/sell/fulfillment/index.d.ts +138 -137
- package/dist/api/restful/sell/fulfillment/index.js +193 -192
- package/dist/api/restful/sell/index.d.ts +29 -29
- package/dist/api/restful/sell/index.js +14 -14
- package/dist/api/restful/sell/inventory/index.d.ts +249 -248
- package/dist/api/restful/sell/inventory/index.js +340 -339
- package/dist/api/restful/sell/listing/index.d.ts +15 -14
- package/dist/api/restful/sell/listing/index.js +19 -18
- package/dist/api/restful/sell/logistics/index.d.ts +45 -44
- package/dist/api/restful/sell/logistics/index.js +60 -59
- package/dist/api/restful/sell/marketing/index.d.ts +627 -626
- package/dist/api/restful/sell/marketing/index.js +863 -862
- package/dist/api/restful/sell/metadata/index.d.ts +78 -77
- package/dist/api/restful/sell/metadata/index.js +125 -124
- package/dist/api/restful/sell/negotiation/index.d.ts +25 -24
- package/dist/api/restful/sell/negotiation/index.js +33 -32
- package/dist/api/restful/sell/recommendation/index.d.ts +27 -26
- package/dist/api/restful/sell/recommendation/index.js +33 -32
- package/dist/api/traditional/XMLRequest.d.ts +109 -109
- package/dist/api/traditional/XMLRequest.js +176 -175
- package/dist/api/traditional/clientAlerts/index.d.ts +9 -9
- package/dist/api/traditional/clientAlerts/index.js +11 -11
- package/dist/api/traditional/clientAlerts/types.d.ts +31 -31
- package/dist/api/traditional/clientAlerts/types.js +32 -32
- package/dist/api/traditional/fields.d.ts +1948 -1948
- package/dist/api/traditional/fields.js +1946 -1946
- package/dist/api/traditional/finding/index.d.ts +12 -12
- package/dist/api/traditional/finding/index.js +13 -13
- package/dist/api/traditional/index.d.ts +17 -17
- package/dist/api/traditional/index.js +191 -191
- package/dist/api/traditional/merchandising/index.d.ts +7 -7
- package/dist/api/traditional/merchandising/index.js +8 -8
- package/dist/api/traditional/shopping/index.d.ts +11 -11
- package/dist/api/traditional/shopping/index.js +13 -13
- package/dist/api/traditional/trading/index.d.ts +142 -142
- package/dist/api/traditional/trading/index.js +143 -143
- package/dist/auth/authNAuth.d.ts +49 -49
- package/dist/auth/authNAuth.js +117 -116
- package/dist/auth/index.d.ts +17 -17
- package/dist/auth/index.js +25 -25
- package/dist/auth/oAuth2.d.ts +95 -95
- package/dist/auth/oAuth2.js +260 -259
- package/dist/eBayApi.d.ts +59 -59
- package/dist/eBayApi.js +105 -104
- package/dist/ebay-api.min.mjs +1 -1
- package/dist/enums/apiEnums.d.ts +49 -49
- package/dist/enums/apiEnums.js +51 -51
- package/dist/enums/index.d.ts +2 -2
- package/dist/enums/index.js +2 -2
- package/dist/enums/restfulEnums.d.ts +970 -970
- package/dist/enums/restfulEnums.js +1013 -1013
- package/dist/errors/index.d.ts +66 -66
- package/dist/errors/index.js +189 -189
- package/dist/nanoevents.d.ts +6 -6
- package/dist/nanoevents.js +20 -20
- package/dist/request.d.ts +26 -26
- package/dist/request.js +43 -43
- package/dist/types/apiTypes.d.ts +40 -40
- package/dist/types/apiTypes.js +1 -1
- package/dist/types/index.d.ts +3 -3
- package/dist/types/index.js +3 -3
- package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +1531 -0
- package/dist/types/restful/specs/buy_browse_v1_oas3.js +5 -0
- package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +434 -0
- package/dist/types/restful/specs/buy_deal_v1_oas3.js +5 -0
- package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +561 -0
- package/dist/types/restful/specs/buy_feed_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +288 -0
- package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.d.ts +304 -0
- package/dist/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +173 -0
- package/dist/types/restful/specs/buy_offer_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +1701 -0
- package/dist/types/restful/specs/buy_order_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/cancellation_oas3.d.ts +112 -0
- package/dist/types/restful/specs/cancellation_oas3.js +5 -0
- package/dist/types/restful/specs/case_oas3.d.ts +124 -0
- package/dist/types/restful/specs/case_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +758 -0
- package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +224 -0
- package/dist/types/restful/specs/commerce_charity_v1_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +152 -0
- package/dist/types/restful/specs/commerce_identity_v1_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +677 -0
- package/dist/types/restful/specs/commerce_notification_v1_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +530 -0
- package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.js +5 -0
- package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +100 -0
- package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +158 -0
- package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +162 -0
- package/dist/types/restful/specs/developer_key_management_v1_oas3.js +5 -0
- package/dist/types/restful/specs/inquiry_oas3.d.ts +180 -0
- package/dist/types/restful/specs/inquiry_oas3.js +5 -0
- package/dist/types/restful/specs/return_oas3.d.ts +528 -0
- package/dist/types/restful/specs/return_oas3.js +5 -0
- package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +2061 -0
- package/dist/types/restful/specs/sell_account_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_analytics_v1_oas3.d.ts +340 -0
- package/dist/types/restful/specs/sell_analytics_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +253 -0
- package/dist/types/restful/specs/sell_compliance_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +1191 -0
- package/dist/types/restful/specs/sell_feed_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +572 -0
- package/dist/types/restful/specs/sell_finances_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +1386 -0
- package/dist/types/restful/specs/sell_fulfillment_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +2175 -0
- package/dist/types/restful/specs/sell_inventory_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_listing_v1_beta_oas3.d.ts +150 -0
- package/dist/types/restful/specs/sell_listing_v1_beta_oas3.js +5 -0
- package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +451 -0
- package/dist/types/restful/specs/sell_logistics_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +3728 -0
- package/dist/types/restful/specs/sell_marketing_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +429 -0
- package/dist/types/restful/specs/sell_metadata_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +225 -0
- package/dist/types/restful/specs/sell_negotiation_v1_oas3.js +5 -0
- package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +148 -0
- package/dist/types/restful/specs/sell_recommendation_v1_oas3.js +5 -0
- package/dist/types/restfulTypes.d.ts +439 -1179
- package/dist/types/restfulTypes.js +1 -1
- package/dist/types/traditonalTypes.d.ts +35 -35
- package/dist/types/traditonalTypes.js +1 -1
- package/lib/api/apiFactory.d.ts +27 -27
- package/lib/api/apiFactory.js +100 -100
- package/lib/api/base.d.ts +10 -10
- package/lib/api/base.js +13 -13
- package/lib/api/digitalSignature.d.ts +43 -43
- package/lib/api/digitalSignature.js +112 -112
- package/lib/api/index.d.ts +13 -13
- package/lib/api/index.js +35 -35
- package/lib/api/restful/buy/browse/index.d.ts +84 -84
- package/lib/api/restful/buy/browse/index.js +137 -141
- package/lib/api/restful/buy/deal/index.d.ts +56 -55
- package/lib/api/restful/buy/deal/index.js +79 -79
- package/lib/api/restful/buy/feed/index.d.ts +44 -43
- package/lib/api/restful/buy/feed/index.js +84 -84
- package/lib/api/restful/buy/index.d.ts +17 -17
- package/lib/api/restful/buy/index.js +20 -20
- package/lib/api/restful/buy/marketing/index.d.ts +28 -27
- package/lib/api/restful/buy/marketing/index.js +50 -50
- package/lib/api/restful/buy/marketplaceInsights/index.d.ts +29 -28
- package/lib/api/restful/buy/marketplaceInsights/index.js +50 -50
- package/lib/api/restful/buy/offer/index.d.ts +24 -23
- package/lib/api/restful/buy/offer/index.js +36 -36
- package/lib/api/restful/buy/order/index.d.ts +265 -264
- package/lib/api/restful/buy/order/index.js +368 -368
- package/lib/api/restful/commerce/catalog/index.d.ts +74 -73
- package/lib/api/restful/commerce/catalog/index.js +105 -107
- package/lib/api/restful/commerce/charity/index.d.ts +35 -34
- package/lib/api/restful/commerce/charity/index.js +55 -55
- package/lib/api/restful/commerce/identity/index.d.ts +15 -14
- package/lib/api/restful/commerce/identity/index.js +26 -26
- package/lib/api/restful/commerce/index.d.ts +15 -15
- package/lib/api/restful/commerce/index.js +18 -18
- package/lib/api/restful/commerce/notification/index.d.ts +118 -117
- package/lib/api/restful/commerce/notification/index.js +186 -186
- package/lib/api/restful/commerce/taxonomy/index.d.ts +79 -78
- package/lib/api/restful/commerce/taxonomy/index.js +134 -134
- package/lib/api/restful/commerce/translation/index.d.ts +16 -15
- package/lib/api/restful/commerce/translation/index.js +24 -24
- package/lib/api/restful/developer/analytics/index.d.ts +23 -22
- package/lib/api/restful/developer/analytics/index.js +44 -44
- package/lib/api/restful/developer/index.d.ts +7 -7
- package/lib/api/restful/developer/index.js +10 -10
- package/lib/api/restful/developer/keyManagement/index.d.ts +25 -24
- package/lib/api/restful/developer/keyManagement/index.js +42 -42
- package/lib/api/restful/index.d.ts +70 -67
- package/lib/api/restful/index.js +187 -187
- package/lib/api/restful/postOrder/cancellation/index.d.ts +57 -57
- package/lib/api/restful/postOrder/cancellation/index.js +94 -94
- package/lib/api/restful/postOrder/case/index.d.ts +63 -63
- package/lib/api/restful/postOrder/case/index.js +94 -94
- package/lib/api/restful/postOrder/index.d.ts +11 -11
- package/lib/api/restful/postOrder/index.js +14 -14
- package/lib/api/restful/postOrder/inquiry/index.d.ts +82 -82
- package/lib/api/restful/postOrder/inquiry/index.js +130 -130
- package/lib/api/restful/postOrder/return/index.d.ts +231 -231
- package/lib/api/restful/postOrder/return/index.js +360 -360
- package/lib/api/restful/sell/account/index.d.ts +299 -298
- package/lib/api/restful/sell/account/index.js +466 -466
- package/lib/api/restful/sell/analytics/index.d.ts +42 -41
- package/lib/api/restful/sell/analytics/index.js +60 -60
- package/lib/api/restful/sell/compliance/index.d.ts +38 -37
- package/lib/api/restful/sell/compliance/index.js +56 -56
- package/lib/api/restful/sell/feed/index.d.ts +172 -171
- package/lib/api/restful/sell/feed/index.js +283 -283
- package/lib/api/restful/sell/finances/index.d.ts +79 -78
- package/lib/api/restful/sell/finances/index.js +108 -108
- package/lib/api/restful/sell/fulfillment/index.d.ts +138 -137
- package/lib/api/restful/sell/fulfillment/index.js +198 -198
- package/lib/api/restful/sell/index.d.ts +29 -29
- package/lib/api/restful/sell/index.js +32 -32
- package/lib/api/restful/sell/inventory/index.d.ts +249 -248
- package/lib/api/restful/sell/inventory/index.js +345 -345
- package/lib/api/restful/sell/listing/index.d.ts +15 -14
- package/lib/api/restful/sell/listing/index.js +24 -24
- package/lib/api/restful/sell/logistics/index.d.ts +45 -44
- package/lib/api/restful/sell/logistics/index.js +65 -65
- package/lib/api/restful/sell/marketing/index.d.ts +627 -626
- package/lib/api/restful/sell/marketing/index.js +868 -868
- package/lib/api/restful/sell/metadata/index.d.ts +78 -77
- package/lib/api/restful/sell/metadata/index.js +130 -130
- package/lib/api/restful/sell/negotiation/index.d.ts +25 -24
- package/lib/api/restful/sell/negotiation/index.js +38 -38
- package/lib/api/restful/sell/recommendation/index.d.ts +27 -26
- package/lib/api/restful/sell/recommendation/index.js +38 -38
- package/lib/api/traditional/XMLRequest.d.ts +109 -109
- package/lib/api/traditional/XMLRequest.js +182 -182
- package/lib/api/traditional/clientAlerts/index.d.ts +9 -9
- package/lib/api/traditional/clientAlerts/index.js +14 -14
- package/lib/api/traditional/clientAlerts/types.d.ts +31 -31
- package/lib/api/traditional/clientAlerts/types.js +34 -35
- package/lib/api/traditional/fields.d.ts +1948 -1948
- package/lib/api/traditional/fields.js +1948 -1948
- package/lib/api/traditional/finding/index.d.ts +12 -12
- package/lib/api/traditional/finding/index.js +15 -15
- package/lib/api/traditional/index.d.ts +17 -17
- package/lib/api/traditional/index.js +220 -220
- package/lib/api/traditional/merchandising/index.d.ts +7 -7
- package/lib/api/traditional/merchandising/index.js +10 -10
- package/lib/api/traditional/shopping/index.d.ts +11 -11
- package/lib/api/traditional/shopping/index.js +15 -15
- package/lib/api/traditional/trading/index.d.ts +142 -142
- package/lib/api/traditional/trading/index.js +145 -145
- package/lib/auth/authNAuth.d.ts +49 -49
- package/lib/auth/authNAuth.js +122 -122
- package/lib/auth/index.d.ts +17 -17
- package/lib/auth/index.js +31 -31
- package/lib/auth/oAuth2.d.ts +95 -95
- package/lib/auth/oAuth2.js +265 -265
- package/lib/eBayApi.d.ts +59 -59
- package/lib/eBayApi.js +141 -141
- package/lib/ebay-api.min.js +1 -1
- package/lib/enums/apiEnums.d.ts +49 -49
- package/lib/enums/apiEnums.js +54 -54
- package/lib/enums/index.d.ts +2 -2
- package/lib/enums/index.js +18 -18
- package/lib/enums/restfulEnums.d.ts +970 -970
- package/lib/enums/restfulEnums.js +1016 -1016
- package/lib/errors/index.d.ts +66 -66
- package/lib/errors/index.js +212 -212
- package/lib/index.d.ts +2 -2
- package/lib/index.js +6 -6
- package/lib/nanoevents.d.ts +6 -6
- package/lib/nanoevents.js +24 -24
- package/lib/request.d.ts +26 -26
- package/lib/request.js +50 -50
- package/lib/types/apiTypes.d.ts +40 -40
- package/lib/types/apiTypes.js +2 -2
- package/lib/types/index.d.ts +3 -3
- package/lib/types/index.js +19 -19
- package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +1531 -0
- package/lib/types/restful/specs/buy_browse_v1_oas3.js +6 -0
- package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +434 -0
- package/lib/types/restful/specs/buy_deal_v1_oas3.js +6 -0
- package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +561 -0
- package/lib/types/restful/specs/buy_feed_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +288 -0
- package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.d.ts +304 -0
- package/lib/types/restful/specs/buy_marketplace_insights_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +173 -0
- package/lib/types/restful/specs/buy_offer_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +1701 -0
- package/lib/types/restful/specs/buy_order_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/cancellation_oas3.d.ts +112 -0
- package/lib/types/restful/specs/cancellation_oas3.js +6 -0
- package/lib/types/restful/specs/case_oas3.d.ts +124 -0
- package/lib/types/restful/specs/case_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +758 -0
- package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +224 -0
- package/lib/types/restful/specs/commerce_charity_v1_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +152 -0
- package/lib/types/restful/specs/commerce_identity_v1_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +677 -0
- package/lib/types/restful/specs/commerce_notification_v1_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +530 -0
- package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.js +6 -0
- package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +100 -0
- package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +158 -0
- package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +162 -0
- package/lib/types/restful/specs/developer_key_management_v1_oas3.js +6 -0
- package/lib/types/restful/specs/inquiry_oas3.d.ts +180 -0
- package/lib/types/restful/specs/inquiry_oas3.js +6 -0
- package/lib/types/restful/specs/return_oas3.d.ts +528 -0
- package/lib/types/restful/specs/return_oas3.js +6 -0
- package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +2061 -0
- package/lib/types/restful/specs/sell_account_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_analytics_v1_oas3.d.ts +340 -0
- package/lib/types/restful/specs/sell_analytics_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +253 -0
- package/lib/types/restful/specs/sell_compliance_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +1191 -0
- package/lib/types/restful/specs/sell_feed_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +572 -0
- package/lib/types/restful/specs/sell_finances_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_fulfillment_v1_oas3.d.ts +1386 -0
- package/lib/types/restful/specs/sell_fulfillment_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +2175 -0
- package/lib/types/restful/specs/sell_inventory_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_listing_v1_beta_oas3.d.ts +150 -0
- package/lib/types/restful/specs/sell_listing_v1_beta_oas3.js +6 -0
- package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +451 -0
- package/lib/types/restful/specs/sell_logistics_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +3728 -0
- package/lib/types/restful/specs/sell_marketing_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +429 -0
- package/lib/types/restful/specs/sell_metadata_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +225 -0
- package/lib/types/restful/specs/sell_negotiation_v1_oas3.js +6 -0
- package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +148 -0
- package/lib/types/restful/specs/sell_recommendation_v1_oas3.js +6 -0
- package/lib/types/restfulTypes.d.ts +439 -1179
- package/lib/types/restfulTypes.js +2 -2
- package/lib/types/traditonalTypes.d.ts +35 -35
- package/lib/types/traditonalTypes.js +2 -2
- package/package.json +6 -4
|
@@ -1,1948 +1,1948 @@
|
|
|
1
|
-
declare enum fields {
|
|
2
|
-
AboutMePage = 0,
|
|
3
|
-
Accent = 1,
|
|
4
|
-
AcceptedTime = 2,
|
|
5
|
-
AccountCode = 3,
|
|
6
|
-
AccountDetailsEntryType = 4,
|
|
7
|
-
AccountEntries = 5,
|
|
8
|
-
AccountEntry = 6,
|
|
9
|
-
AccountEntrySortType = 7,
|
|
10
|
-
AccountHistorySelection = 8,
|
|
11
|
-
AccountID = 9,
|
|
12
|
-
AccountNumber = 10,
|
|
13
|
-
AccountState = 11,
|
|
14
|
-
AccountSummary = 12,
|
|
15
|
-
Ack = 13,
|
|
16
|
-
Action = 14,
|
|
17
|
-
ActionRequiredBy = 15,
|
|
18
|
-
ActiveAuctionCount = 16,
|
|
19
|
-
ActiveItemsOnly = 17,
|
|
20
|
-
ActiveList = 18,
|
|
21
|
-
ActualDeliveryTime = 19,
|
|
22
|
-
ActualHandlingCost = 20,
|
|
23
|
-
ActualShippingCost = 21,
|
|
24
|
-
AddItemRequestContainer = 22,
|
|
25
|
-
AddItemResponseContainer = 23,
|
|
26
|
-
AdditionalAccount = 24,
|
|
27
|
-
AdditionalCompatibilityEnabled = 25,
|
|
28
|
-
AdditionalContactInformation = 26,
|
|
29
|
-
AdditionalInformation = 27,
|
|
30
|
-
AddMemberMessagesAAQToBidderRequestContainer = 28,
|
|
31
|
-
AddMemberMessagesAAQToBidderResponseContainer = 29,
|
|
32
|
-
Address = 30,
|
|
33
|
-
AddressID = 31,
|
|
34
|
-
AddressOwner = 32,
|
|
35
|
-
AddressUsage = 33,
|
|
36
|
-
AddToFavoriteStores = 34,
|
|
37
|
-
AdFormatEnabled = 35,
|
|
38
|
-
AdFormatLead = 36,
|
|
39
|
-
AdFormatLeadCount = 37,
|
|
40
|
-
AdjustmentAmount = 38,
|
|
41
|
-
AdminEnded = 39,
|
|
42
|
-
AdminEndedItemsOnly = 40,
|
|
43
|
-
Adult = 41,
|
|
44
|
-
AdvancedThemeArray = 42,
|
|
45
|
-
AffiliateTrackingDetails = 43,
|
|
46
|
-
AffiliateUserID = 44,
|
|
47
|
-
AffiliationType = 45,
|
|
48
|
-
Alert = 46,
|
|
49
|
-
AlertEmail = 47,
|
|
50
|
-
AlertEnable = 48,
|
|
51
|
-
AlertType = 49,
|
|
52
|
-
AllAuctionItems = 50,
|
|
53
|
-
AllFeaturesForCategory = 51,
|
|
54
|
-
AllFixedPriceItems = 52,
|
|
55
|
-
AllowPaymentEdit = 53,
|
|
56
|
-
AllStoreInventoryItems = 54,
|
|
57
|
-
AlternateText = 55,
|
|
58
|
-
AlwaysUseThisPaymentAddress = 56,
|
|
59
|
-
Amount = 57,
|
|
60
|
-
AmountLimitRemaining = 58,
|
|
61
|
-
AmountPaid = 59,
|
|
62
|
-
AmountPastDue = 60,
|
|
63
|
-
AmountSaved = 61,
|
|
64
|
-
AnnouncementStartTime = 62,
|
|
65
|
-
Answer1 = 63,
|
|
66
|
-
Answer2 = 64,
|
|
67
|
-
ApiAccessRule = 65,
|
|
68
|
-
ApplicationData = 66,
|
|
69
|
-
ApplicationDeliveryPreferences = 67,
|
|
70
|
-
ApplicationDeviceType = 68,
|
|
71
|
-
ApplicationEnable = 69,
|
|
72
|
-
ApplicationURL = 70,
|
|
73
|
-
ApplyBuyerProtection = 71,
|
|
74
|
-
Archived = 72,
|
|
75
|
-
ASQPreferences = 73,
|
|
76
|
-
Attribute = 74,
|
|
77
|
-
AttributeArray = 75,
|
|
78
|
-
AttributeRecommendations = 76,
|
|
79
|
-
AttributeSetArray = 77,
|
|
80
|
-
AttributeSetID = 78,
|
|
81
|
-
AttributeSetVersion = 79,
|
|
82
|
-
AttributeSystemVersion = 80,
|
|
83
|
-
AuctionBidCount = 81,
|
|
84
|
-
AuctionSellingCount = 82,
|
|
85
|
-
AudioChallengeURL = 83,
|
|
86
|
-
AutomatedLeaveFeedbackEvent = 84,
|
|
87
|
-
AutomatedListingRule = 85,
|
|
88
|
-
AutomatedRelistingRule = 86,
|
|
89
|
-
AutomatedSecondChanceOfferRule = 87,
|
|
90
|
-
AutomationAlert = 88,
|
|
91
|
-
AutoOptDonationRefund = 89,
|
|
92
|
-
AutoPay = 90,
|
|
93
|
-
AutoPayEnabled = 91,
|
|
94
|
-
AutoRelist = 92,
|
|
95
|
-
AverageRatingDetails = 93,
|
|
96
|
-
AverageRatingSummary = 94,
|
|
97
|
-
AverageSellingPrice = 95,
|
|
98
|
-
AverageSoldPrice = 96,
|
|
99
|
-
AverageStartPrice = 97,
|
|
100
|
-
B2BVATEnabled = 98,
|
|
101
|
-
Balance = 99,
|
|
102
|
-
BankAccountInfo = 100,
|
|
103
|
-
BankModifyDate = 101,
|
|
104
|
-
BaseURL = 102,
|
|
105
|
-
BasicThemeArray = 103,
|
|
106
|
-
BasicUpgradePackEnabled = 104,
|
|
107
|
-
BeginDate = 105,
|
|
108
|
-
BestOffer = 106,
|
|
109
|
-
BestOfferArray = 107,
|
|
110
|
-
BestOfferAutoAcceptEnabled = 108,
|
|
111
|
-
BestOfferAutoAcceptPrice = 109,
|
|
112
|
-
BestOfferAutoDeclineEnabled = 110,
|
|
113
|
-
BestOfferCodeType = 111,
|
|
114
|
-
BestOfferCount = 112,
|
|
115
|
-
BestOfferCounterEnabled = 113,
|
|
116
|
-
BestOfferDetails = 114,
|
|
117
|
-
BestOfferEnabled = 115,
|
|
118
|
-
BestOfferID = 116,
|
|
119
|
-
BestOfferList = 117,
|
|
120
|
-
BestOfferSale = 118,
|
|
121
|
-
BestOfferStatus = 119,
|
|
122
|
-
BestTimeToCall = 120,
|
|
123
|
-
BidActivityWithSeller = 121,
|
|
124
|
-
BidArray = 122,
|
|
125
|
-
BidAssistantList = 123,
|
|
126
|
-
BidCount = 124,
|
|
127
|
-
BidCountMax = 125,
|
|
128
|
-
BidCountMin = 126,
|
|
129
|
-
Bidder = 127,
|
|
130
|
-
BidderCount = 128,
|
|
131
|
-
BidderNoticePreferences = 129,
|
|
132
|
-
BiddingCount = 130,
|
|
133
|
-
BiddingDetails = 131,
|
|
134
|
-
BiddingSummary = 132,
|
|
135
|
-
BidIncrement = 133,
|
|
136
|
-
BidItemArray = 134,
|
|
137
|
-
BidList = 135,
|
|
138
|
-
BidRetractionFeedbackPeriodArray = 136,
|
|
139
|
-
BidRetractions = 137,
|
|
140
|
-
BidsToUniqueCategories = 138,
|
|
141
|
-
BidsToUniqueSellers = 139,
|
|
142
|
-
BillingCycleDate = 140,
|
|
143
|
-
BillingEmail = 141,
|
|
144
|
-
BindingAuction = 142,
|
|
145
|
-
BlockOnWarning = 143,
|
|
146
|
-
Body = 144,
|
|
147
|
-
BoldTitle = 145,
|
|
148
|
-
Border = 146,
|
|
149
|
-
BotBlock = 147,
|
|
150
|
-
BotBlockAudioUrl = 148,
|
|
151
|
-
BotBlockToken = 149,
|
|
152
|
-
BotBlockUrl = 150,
|
|
153
|
-
BotBlockUserInput = 151,
|
|
154
|
-
Brand = 152,
|
|
155
|
-
BrandMPN = 153,
|
|
156
|
-
BrandMPNIdentifierEnabled = 154,
|
|
157
|
-
BriefText = 155,
|
|
158
|
-
Build = 156,
|
|
159
|
-
BusinessRole = 157,
|
|
160
|
-
BusinessSeller = 158,
|
|
161
|
-
BusinessSellerDetails = 159,
|
|
162
|
-
Buyer = 160,
|
|
163
|
-
BuyerCheckoutMessage = 161,
|
|
164
|
-
BuyerEmail = 162,
|
|
165
|
-
BuyerExternalTransactionID = 163,
|
|
166
|
-
BuyerGuaranteeEnabled = 164,
|
|
167
|
-
BuyerGuaranteePrice = 165,
|
|
168
|
-
BuyerID = 166,
|
|
169
|
-
BuyerInfo = 167,
|
|
170
|
-
BuyerMessage = 168,
|
|
171
|
-
BuyerPaidStatus = 169,
|
|
172
|
-
BuyerProtection = 170,
|
|
173
|
-
BuyerProtectionSource = 171,
|
|
174
|
-
BuyerProtectionStatus = 172,
|
|
175
|
-
BuyerRequirementDetails = 173,
|
|
176
|
-
BuyerResponsibleForShipping = 174,
|
|
177
|
-
BuyerRoleMetrics = 175,
|
|
178
|
-
BuyerSatisfaction = 176,
|
|
179
|
-
BuyerSelectedShipping = 177,
|
|
180
|
-
BuyerUserID = 178,
|
|
181
|
-
BuyingReminders = 179,
|
|
182
|
-
BuyingSummary = 180,
|
|
183
|
-
BuyItNowAdded = 181,
|
|
184
|
-
BuyItNowAvailable = 182,
|
|
185
|
-
BuyItNowLowered = 183,
|
|
186
|
-
BuyItNowPrice = 184,
|
|
187
|
-
CalculatedHandlingDiscount = 185,
|
|
188
|
-
CalculatedShippingDiscount = 186,
|
|
189
|
-
CalculatedShippingRate = 187,
|
|
190
|
-
CallMode = 188,
|
|
191
|
-
CallName = 189,
|
|
192
|
-
CallStatus = 190,
|
|
193
|
-
CampaignDisplayName = 191,
|
|
194
|
-
CampaignID = 192,
|
|
195
|
-
CancelCompleteDate = 193,
|
|
196
|
-
CancelDetail = 194,
|
|
197
|
-
CancelIntiationDate = 195,
|
|
198
|
-
CancelIntiator = 196,
|
|
199
|
-
CancelReason = 197,
|
|
200
|
-
CancelReasonDetails = 198,
|
|
201
|
-
CancelStatus = 199,
|
|
202
|
-
CarrierID = 200,
|
|
203
|
-
CartID = 201,
|
|
204
|
-
CashOnDeliveryCost = 202,
|
|
205
|
-
CatalogEnabled = 203,
|
|
206
|
-
Category = 204,
|
|
207
|
-
Category2ID = 205,
|
|
208
|
-
CategoryArray = 206,
|
|
209
|
-
CategoryBasedAttributesPrefill = 207,
|
|
210
|
-
CategoryCount = 208,
|
|
211
|
-
CategoryGroup = 209,
|
|
212
|
-
CategoryID = 210,
|
|
213
|
-
CategoryLevel = 211,
|
|
214
|
-
CategoryMapping = 212,
|
|
215
|
-
CategoryMappingAllowed = 213,
|
|
216
|
-
CategoryName = 214,
|
|
217
|
-
CategoryParent = 215,
|
|
218
|
-
CategoryParentID = 216,
|
|
219
|
-
CategoryParentName = 217,
|
|
220
|
-
CategorySiteID = 218,
|
|
221
|
-
CategorySpecific = 219,
|
|
222
|
-
CategorySpecificsFileInfo = 220,
|
|
223
|
-
CategoryStructureOnly = 221,
|
|
224
|
-
CategoryVersion = 222,
|
|
225
|
-
CeilingPrice = 223,
|
|
226
|
-
ChallengeToken = 224,
|
|
227
|
-
ChangePaymentInstructions = 225,
|
|
228
|
-
CharacteristicsSet = 226,
|
|
229
|
-
CharacteristicsSets = 227,
|
|
230
|
-
Charity = 228,
|
|
231
|
-
CharityAffiliationDetail = 229,
|
|
232
|
-
CharityAffiliationDetails = 230,
|
|
233
|
-
CharityAffiliations = 231,
|
|
234
|
-
CharityDomain = 232,
|
|
235
|
-
CharityID = 233,
|
|
236
|
-
CharityListing = 234,
|
|
237
|
-
CharityName = 235,
|
|
238
|
-
CharityNumber = 236,
|
|
239
|
-
CharityRegion = 237,
|
|
240
|
-
CharityRegistered = 238,
|
|
241
|
-
CheckoutEnabled = 239,
|
|
242
|
-
CheckoutInstructions = 240,
|
|
243
|
-
CheckoutStatus = 241,
|
|
244
|
-
ChildCategory = 242,
|
|
245
|
-
ChildFolder = 243,
|
|
246
|
-
CIPBankAccountStored = 244,
|
|
247
|
-
CityName = 245,
|
|
248
|
-
ClassifiedAdAutoAcceptEnabled = 246,
|
|
249
|
-
ClassifiedAdAutoDeclineEnabled = 247,
|
|
250
|
-
ClassifiedAdBestOfferEnabled = 248,
|
|
251
|
-
ClassifiedAdCompanyNameEnabled = 249,
|
|
252
|
-
ClassifiedAdContactByAddressEnabled = 250,
|
|
253
|
-
ClassifiedAdContactByEmailEnabled = 251,
|
|
254
|
-
ClassifiedAdContactByPhoneEnabled = 252,
|
|
255
|
-
ClassifiedAdCount = 253,
|
|
256
|
-
ClassifiedAdCounterOfferEnabled = 254,
|
|
257
|
-
ClassifiedAdOfferCount = 255,
|
|
258
|
-
ClassifiedAdPaymentMethodEnabled = 256,
|
|
259
|
-
ClassifiedAdPayPerLeadEnabled = 257,
|
|
260
|
-
ClassifiedAdPhoneCount = 258,
|
|
261
|
-
ClassifiedAdShippingMethodEnabled = 259,
|
|
262
|
-
ClassifiedAdStreetCount = 260,
|
|
263
|
-
ClientAlertsAuthToken = 261,
|
|
264
|
-
CODCost = 262,
|
|
265
|
-
Code = 263,
|
|
266
|
-
CodiceFiscale = 264,
|
|
267
|
-
CODService = 265,
|
|
268
|
-
Color = 266,
|
|
269
|
-
ColorScheme = 267,
|
|
270
|
-
ColorSchemeID = 268,
|
|
271
|
-
CombinedDuration = 269,
|
|
272
|
-
CombinedFixedPriceTreatmentEnabled = 270,
|
|
273
|
-
CombinedPaymentOption = 271,
|
|
274
|
-
CombinedPaymentPreferences = 272,
|
|
275
|
-
Comment = 273,
|
|
276
|
-
CommentingUser = 274,
|
|
277
|
-
CommentingUserScore = 275,
|
|
278
|
-
CommentReplaced = 276,
|
|
279
|
-
Comments = 277,
|
|
280
|
-
CommentText = 278,
|
|
281
|
-
CommentTime = 279,
|
|
282
|
-
CommentType = 280,
|
|
283
|
-
Commission = 281,
|
|
284
|
-
CompanyName = 282,
|
|
285
|
-
Compatibility = 283,
|
|
286
|
-
CompatibilityNotes = 284,
|
|
287
|
-
CompatibleVehicleType = 285,
|
|
288
|
-
CompleteStatus = 286,
|
|
289
|
-
Condition = 287,
|
|
290
|
-
ConditionDescription = 288,
|
|
291
|
-
ConditionDisplayName = 289,
|
|
292
|
-
ConditionEnabled = 290,
|
|
293
|
-
ConditionHelpURL = 291,
|
|
294
|
-
ConditionID = 292,
|
|
295
|
-
ConditionValues = 293,
|
|
296
|
-
Confidence = 294,
|
|
297
|
-
ContactAddress = 295,
|
|
298
|
-
ContactHoursDetails = 296,
|
|
299
|
-
ContactID = 297,
|
|
300
|
-
ContainingOrder = 298,
|
|
301
|
-
Content = 299,
|
|
302
|
-
ContextSearchAsset = 300,
|
|
303
|
-
ConversionRate = 301,
|
|
304
|
-
ConvertedAdjustmentAmount = 302,
|
|
305
|
-
ConvertedAmountPaid = 303,
|
|
306
|
-
ConvertedBuyItNowPrice = 304,
|
|
307
|
-
ConvertedCurrentPrice = 305,
|
|
308
|
-
ConvertedMaxBid = 306,
|
|
309
|
-
ConvertedPrice = 307,
|
|
310
|
-
ConvertedReservePrice = 308,
|
|
311
|
-
ConvertedStartPrice = 309,
|
|
312
|
-
ConvertedTransactionPrice = 310,
|
|
313
|
-
CopyEmail = 311,
|
|
314
|
-
CopyEmailToRightsOwner = 312,
|
|
315
|
-
Copyright = 313,
|
|
316
|
-
CorrelationID = 314,
|
|
317
|
-
CostGroupFlat = 315,
|
|
318
|
-
Count = 316,
|
|
319
|
-
Countable = 317,
|
|
320
|
-
CounterOfferPrice = 318,
|
|
321
|
-
CounterOfferQuantity = 319,
|
|
322
|
-
Country = 320,
|
|
323
|
-
CountryDetails = 321,
|
|
324
|
-
CountryName = 322,
|
|
325
|
-
CountryOfOrigin = 323,
|
|
326
|
-
CountsTowardAggregate = 324,
|
|
327
|
-
County = 325,
|
|
328
|
-
CreatedDate = 326,
|
|
329
|
-
CreatedTime = 327,
|
|
330
|
-
CreateTimeFrom = 328,
|
|
331
|
-
CreateTimeTo = 329,
|
|
332
|
-
CreatingUserRole = 330,
|
|
333
|
-
CreationDate = 331,
|
|
334
|
-
CreationTime = 332,
|
|
335
|
-
CreditCardExpiration = 333,
|
|
336
|
-
CreditCardInfo = 334,
|
|
337
|
-
CreditCardModifyDate = 335,
|
|
338
|
-
CrossBorderTrade = 336,
|
|
339
|
-
CrossBorderTradeAustraliaEnabled = 337,
|
|
340
|
-
CrossBorderTradeGBEnabled = 338,
|
|
341
|
-
CrossBorderTradeNorthAmericaEnabled = 339,
|
|
342
|
-
CrossBorderTransactionCount = 340,
|
|
343
|
-
CrossBorderTransactionPercent = 341,
|
|
344
|
-
CrossPromotion = 342,
|
|
345
|
-
CrossPromotionEnabled = 343,
|
|
346
|
-
CrossPromotionPreferences = 344,
|
|
347
|
-
CrossSellGallerySortFilter = 345,
|
|
348
|
-
CrossSellItemFormatSortFilter = 346,
|
|
349
|
-
CrossSellItemSortFilter = 347,
|
|
350
|
-
Currency = 348,
|
|
351
|
-
CurrencyDetails = 349,
|
|
352
|
-
CurrencyID = 350,
|
|
353
|
-
CurrentBalance = 351,
|
|
354
|
-
CurrentFieldText = 352,
|
|
355
|
-
CurrentFieldValue = 353,
|
|
356
|
-
CurrentPrice = 354,
|
|
357
|
-
CustomCategories = 355,
|
|
358
|
-
CustomCategory = 356,
|
|
359
|
-
CustomEmailName = 357,
|
|
360
|
-
CustomHeader = 358,
|
|
361
|
-
CustomHeaderLayout = 359,
|
|
362
|
-
CustomLabel = 360,
|
|
363
|
-
CustomListingHeader = 361,
|
|
364
|
-
CustomPage = 362,
|
|
365
|
-
CustomPageArray = 363,
|
|
366
|
-
CutoffTime = 364,
|
|
367
|
-
DailyHardLimit = 365,
|
|
368
|
-
DailySoftLimit = 366,
|
|
369
|
-
DailyUsage = 367,
|
|
370
|
-
Date = 368,
|
|
371
|
-
DaylightSavingsInEffect = 369,
|
|
372
|
-
DaylightSavingsLabel = 370,
|
|
373
|
-
DaylightSavingsOffset = 371,
|
|
374
|
-
DayOfWeek = 372,
|
|
375
|
-
DaysSinceSale = 373,
|
|
376
|
-
DaysToFullPayment = 374,
|
|
377
|
-
DeclinedRTERequestCount = 375,
|
|
378
|
-
DefaultPayPalEmailAddress = 376,
|
|
379
|
-
DefaultValue = 377,
|
|
380
|
-
DelayBeforeOpeningDispute = 378,
|
|
381
|
-
Delete = 379,
|
|
382
|
-
DeleteAutomatedListingRule = 380,
|
|
383
|
-
DeleteAutomatedRelistingRule = 381,
|
|
384
|
-
DeleteAutomatedSecondChanceOfferRule = 382,
|
|
385
|
-
DeletedField = 383,
|
|
386
|
-
DeletedFromLostList = 384,
|
|
387
|
-
DeletedFromSoldList = 385,
|
|
388
|
-
DeletedFromUnsoldList = 386,
|
|
389
|
-
DeletedFromWonList = 387,
|
|
390
|
-
DeletedSaleTemplateID = 388,
|
|
391
|
-
DeletedSaleTemplateName = 389,
|
|
392
|
-
DeletedSellingManagerProductDetails = 390,
|
|
393
|
-
DeliveredCount = 391,
|
|
394
|
-
DeliveryStatus = 392,
|
|
395
|
-
DeliveryTime = 393,
|
|
396
|
-
DeliveryURL = 394,
|
|
397
|
-
DeliveryURLDetails = 395,
|
|
398
|
-
DeliveryURLName = 396,
|
|
399
|
-
DepositAmount = 397,
|
|
400
|
-
DepositSupported = 398,
|
|
401
|
-
DepositType = 399,
|
|
402
|
-
DeprecationDetails = 400,
|
|
403
|
-
DescColor = 401,
|
|
404
|
-
DescFace = 402,
|
|
405
|
-
Description = 403,
|
|
406
|
-
DescriptionReviseMode = 404,
|
|
407
|
-
DescriptionTemplate = 405,
|
|
408
|
-
DescSize = 406,
|
|
409
|
-
DestinationCountryCode = 407,
|
|
410
|
-
DestinationParentCategoryID = 408,
|
|
411
|
-
DestinationPostalCode = 409,
|
|
412
|
-
DetailedMessage = 410,
|
|
413
|
-
DetailedText = 411,
|
|
414
|
-
DetailLevel = 412,
|
|
415
|
-
DetailName = 413,
|
|
416
|
-
DetailsURL = 414,
|
|
417
|
-
DetailVersion = 415,
|
|
418
|
-
DeviceType = 416,
|
|
419
|
-
DimensionsRequired = 417,
|
|
420
|
-
DimensionsSupported = 418,
|
|
421
|
-
DisableBuyerRequirements = 419,
|
|
422
|
-
DiscountName = 420,
|
|
423
|
-
DiscountPriceInfo = 421,
|
|
424
|
-
DiscountProfile = 422,
|
|
425
|
-
DiscountProfileID = 423,
|
|
426
|
-
DiscountProfileName = 424,
|
|
427
|
-
DiscountReason = 425,
|
|
428
|
-
DiscountType = 426,
|
|
429
|
-
DiscountValue = 427,
|
|
430
|
-
DispatchCutoffTimePreference = 428,
|
|
431
|
-
DispatchTimeMax = 429,
|
|
432
|
-
DispatchTimeMaxDetails = 430,
|
|
433
|
-
DisplayLogoSelling = 431,
|
|
434
|
-
DisplayMessageStoreCustomText = 432,
|
|
435
|
-
DisplayName = 433,
|
|
436
|
-
DisplayPayNowButton = 434,
|
|
437
|
-
DisplayToPublic = 435,
|
|
438
|
-
DisplayType = 436,
|
|
439
|
-
Dispute = 437,
|
|
440
|
-
DisputeActivity = 438,
|
|
441
|
-
DisputeArray = 439,
|
|
442
|
-
DisputeCreatedTime = 440,
|
|
443
|
-
DisputeCreditEligibility = 441,
|
|
444
|
-
DisputeExplanation = 442,
|
|
445
|
-
DisputeFilterCount = 443,
|
|
446
|
-
DisputeFilterType = 444,
|
|
447
|
-
DisputeID = 445,
|
|
448
|
-
DisputeMessage = 446,
|
|
449
|
-
DisputeModifiedTime = 447,
|
|
450
|
-
DisputeReason = 448,
|
|
451
|
-
DisputeRecordType = 449,
|
|
452
|
-
DisputeResolution = 450,
|
|
453
|
-
DisputeResolutionReason = 451,
|
|
454
|
-
DisputeResolutionRecordType = 452,
|
|
455
|
-
DisputeSortType = 453,
|
|
456
|
-
DisputeState = 454,
|
|
457
|
-
DisputeStatus = 455,
|
|
458
|
-
DocsForCCProcessingToSendCount = 456,
|
|
459
|
-
DomesticRateTable = 457,
|
|
460
|
-
DonationPercent = 458,
|
|
461
|
-
DuplicateInvocationDetails = 459,
|
|
462
|
-
DuplicateInvocationID = 460,
|
|
463
|
-
Duration = 461,
|
|
464
|
-
DurationInDays = 462,
|
|
465
|
-
DutchBINEnabled = 463,
|
|
466
|
-
EachAdditionalAmount = 464,
|
|
467
|
-
EachAdditionalAmountOff = 465,
|
|
468
|
-
EachAdditionalOffAmount = 466,
|
|
469
|
-
EachAdditionalPercentOff = 467,
|
|
470
|
-
EAN = 468,
|
|
471
|
-
EANIdentifierEnabled = 469,
|
|
472
|
-
eBayAuthToken = 470,
|
|
473
|
-
eBayGoodStanding = 471,
|
|
474
|
-
eBayMotorsProAdFormatEnabled = 472,
|
|
475
|
-
eBayMotorsProAutoAcceptEnabled = 473,
|
|
476
|
-
eBayMotorsProAutoDeclineEnabled = 474,
|
|
477
|
-
eBayMotorsProBestOfferEnabled = 475,
|
|
478
|
-
eBayMotorsProCompanyNameEnabled = 476,
|
|
479
|
-
eBayMotorsProContactByAddressEnabled = 477,
|
|
480
|
-
eBayMotorsProContactByEmailEnabled = 478,
|
|
481
|
-
eBayMotorsProContactByPhoneEnabled = 479,
|
|
482
|
-
eBayMotorsProCounterOfferEnabled = 480,
|
|
483
|
-
eBayMotorsProPaymentMethodCheckOutEnabled = 481,
|
|
484
|
-
eBayMotorsProPhoneCount = 482,
|
|
485
|
-
eBayMotorsProSellerContactDetailsEnabled = 483,
|
|
486
|
-
eBayMotorsProShippingMethodEnabled = 484,
|
|
487
|
-
eBayMotorsProStreetCount = 485,
|
|
488
|
-
eBayNotes = 486,
|
|
489
|
-
eBayNowEligible = 487,
|
|
490
|
-
eBayPaymentMismatchDetails = 488,
|
|
491
|
-
eBayPaymentStatus = 489,
|
|
492
|
-
eBayWikiReadOnly = 490,
|
|
493
|
-
EIASToken = 491,
|
|
494
|
-
EligibleForPickupInStore = 492,
|
|
495
|
-
Email = 493,
|
|
496
|
-
EmailCopyToSeller = 494,
|
|
497
|
-
EmailCopyToSender = 495,
|
|
498
|
-
EmailCustomized = 496,
|
|
499
|
-
EmailDateRange = 497,
|
|
500
|
-
EmailLog = 498,
|
|
501
|
-
EmailShipmentTrackingNumberPreference = 499,
|
|
502
|
-
EmailsSent = 500,
|
|
503
|
-
EmailState = 501,
|
|
504
|
-
EmailType = 502,
|
|
505
|
-
Encoding = 503,
|
|
506
|
-
EncryptedID = 504,
|
|
507
|
-
EndCreationTime = 505,
|
|
508
|
-
EndDate = 506,
|
|
509
|
-
EndingDisputeID = 507,
|
|
510
|
-
EndingReason = 508,
|
|
511
|
-
EndItemRequestContainer = 509,
|
|
512
|
-
EndItemResponseContainer = 510,
|
|
513
|
-
EndOfAuctionEmailPreferences = 511,
|
|
514
|
-
EndTime = 512,
|
|
515
|
-
EndTimeFrom = 513,
|
|
516
|
-
EndTimeTo = 514,
|
|
517
|
-
EndUserIP = 515,
|
|
518
|
-
EnforcedOnListingSite = 516,
|
|
519
|
-
EnforcedOnRegistrationSite = 517,
|
|
520
|
-
EnterpriseSeller = 518,
|
|
521
|
-
EntriesPerPage = 519,
|
|
522
|
-
EPID = 520,
|
|
523
|
-
ErrorClassification = 521,
|
|
524
|
-
ErrorCode = 522,
|
|
525
|
-
ErrorCount = 523,
|
|
526
|
-
ErrorHandling = 524,
|
|
527
|
-
ErrorLanguage = 525,
|
|
528
|
-
ErrorMessage = 526,
|
|
529
|
-
ErrorParameters = 527,
|
|
530
|
-
Errors = 528,
|
|
531
|
-
Escalation = 529,
|
|
532
|
-
EstimatedRefundCompletionTime = 530,
|
|
533
|
-
EventEnable = 531,
|
|
534
|
-
EventProperty = 532,
|
|
535
|
-
EventTime = 533,
|
|
536
|
-
EventTitle = 534,
|
|
537
|
-
EventType = 535,
|
|
538
|
-
ExcludeBalance = 536,
|
|
539
|
-
ExcludeCategoryID = 537,
|
|
540
|
-
ExcludedUser = 538,
|
|
541
|
-
ExcludeRelationships = 539,
|
|
542
|
-
ExcludeShippingLocationDetails = 540,
|
|
543
|
-
ExcludeShipToLocation = 541,
|
|
544
|
-
ExcludeSummary = 542,
|
|
545
|
-
ExpectedReleaseDate = 543,
|
|
546
|
-
ExpeditedService = 544,
|
|
547
|
-
ExpirationDate = 545,
|
|
548
|
-
ExpirationTime = 546,
|
|
549
|
-
Expired = 547,
|
|
550
|
-
ExpiredCount = 548,
|
|
551
|
-
ExportListings = 549,
|
|
552
|
-
ExpressConditionRequired = 550,
|
|
553
|
-
ExpressEnabled = 551,
|
|
554
|
-
ExpressPicturesRequired = 552,
|
|
555
|
-
ExtendedHandling = 553,
|
|
556
|
-
ExtendedSellerContactDetails = 554,
|
|
557
|
-
ExtensionInDays = 555,
|
|
558
|
-
ExternalAddressID = 556,
|
|
559
|
-
ExternalEmail = 557,
|
|
560
|
-
ExternalID = 558,
|
|
561
|
-
ExternalMessageID = 559,
|
|
562
|
-
ExternalMessageIDs = 560,
|
|
563
|
-
ExternalPictureURL = 561,
|
|
564
|
-
ExternalProductID = 562,
|
|
565
|
-
ExternalReferenceID = 563,
|
|
566
|
-
ExternalTransaction = 564,
|
|
567
|
-
ExternalTransactionID = 565,
|
|
568
|
-
ExternalTransactionStatus = 566,
|
|
569
|
-
ExternalTransactionTime = 567,
|
|
570
|
-
ExternalUserData = 568,
|
|
571
|
-
FavoriteItemID = 569,
|
|
572
|
-
FavoriteSearch = 570,
|
|
573
|
-
FavoriteSearches = 571,
|
|
574
|
-
FavoriteSeller = 572,
|
|
575
|
-
FavoriteSellerCount = 573,
|
|
576
|
-
FavoriteSellers = 574,
|
|
577
|
-
Fax = 575,
|
|
578
|
-
Featured = 576,
|
|
579
|
-
FeatureDefinitions = 577,
|
|
580
|
-
FeaturedFirst = 578,
|
|
581
|
-
FeaturedPlus = 579,
|
|
582
|
-
FeatureEligibility = 580,
|
|
583
|
-
FeatureID = 581,
|
|
584
|
-
FedExRateOption = 582,
|
|
585
|
-
Fee = 583,
|
|
586
|
-
FeedbackDetail = 584,
|
|
587
|
-
FeedbackDetailArray = 585,
|
|
588
|
-
FeedbackDetailItemTotal = 586,
|
|
589
|
-
FeedbackID = 587,
|
|
590
|
-
FeedbackInfo = 588,
|
|
591
|
-
FeedbackLeft = 589,
|
|
592
|
-
FeedbackLeftPercent = 590,
|
|
593
|
-
FeedbackPeriod = 591,
|
|
594
|
-
FeedbackPrivate = 592,
|
|
595
|
-
FeedbackRatingStar = 593,
|
|
596
|
-
FeedbackReceived = 594,
|
|
597
|
-
FeedbackResponse = 595,
|
|
598
|
-
FeedbackRevised = 596,
|
|
599
|
-
FeedbackScore = 597,
|
|
600
|
-
FeedbackSent = 598,
|
|
601
|
-
FeedbackSummary = 599,
|
|
602
|
-
FeedbackSummaryPeriod = 600,
|
|
603
|
-
FeedbackToReceiveCount = 601,
|
|
604
|
-
FeedbackToSendCount = 602,
|
|
605
|
-
FeedbackType = 603,
|
|
606
|
-
FeeOrCreditAmount = 604,
|
|
607
|
-
Fees = 605,
|
|
608
|
-
Field = 606,
|
|
609
|
-
FieldName = 607,
|
|
610
|
-
FieldTip = 608,
|
|
611
|
-
FileReferenceID = 609,
|
|
612
|
-
Filter = 610,
|
|
613
|
-
FinalValueFee = 611,
|
|
614
|
-
FinancingAnswer = 612,
|
|
615
|
-
FirstName = 613,
|
|
616
|
-
Flagged = 614,
|
|
617
|
-
FlaggedMessageCount = 615,
|
|
618
|
-
FlatRateInsuranceRange = 616,
|
|
619
|
-
FlatRateInsuranceRangeCost = 617,
|
|
620
|
-
FlatShippingDiscount = 618,
|
|
621
|
-
FloorPrice = 619,
|
|
622
|
-
Folder = 620,
|
|
623
|
-
FolderComment = 621,
|
|
624
|
-
FolderID = 622,
|
|
625
|
-
FolderLevel = 623,
|
|
626
|
-
FolderName = 624,
|
|
627
|
-
FolderSummary = 625,
|
|
628
|
-
Followup = 626,
|
|
629
|
-
FollowUpReplaced = 627,
|
|
630
|
-
Font = 628,
|
|
631
|
-
ForwardDetails = 629,
|
|
632
|
-
FreeAddedCategory = 630,
|
|
633
|
-
FreeGalleryPlusEnabled = 631,
|
|
634
|
-
FreePicturePackEnabled = 632,
|
|
635
|
-
FreeShipping = 633,
|
|
636
|
-
Frequency = 634,
|
|
637
|
-
FullRecursion = 635,
|
|
638
|
-
FullURL = 636,
|
|
639
|
-
GalleryDuration = 637,
|
|
640
|
-
GalleryErrorInfo = 638,
|
|
641
|
-
GalleryFeaturedDurations = 639,
|
|
642
|
-
GalleryStatus = 640,
|
|
643
|
-
GalleryType = 641,
|
|
644
|
-
GalleryURL = 642,
|
|
645
|
-
GeneralAlert = 643,
|
|
646
|
-
GenericColorSchemeArray = 644,
|
|
647
|
-
GetItFast = 645,
|
|
648
|
-
GetRecommendationsRequestContainer = 646,
|
|
649
|
-
GetRecommendationsResponseContainer = 647,
|
|
650
|
-
GiftIcon = 648,
|
|
651
|
-
GiftServices = 649,
|
|
652
|
-
GlobalShipping = 650,
|
|
653
|
-
GlobalShippingEnabled = 651,
|
|
654
|
-
GlobalShippingProgramListingPreference = 652,
|
|
655
|
-
GoodStanding = 653,
|
|
656
|
-
GranularityLevel = 654,
|
|
657
|
-
GrossDetailAmount = 655,
|
|
658
|
-
Group = 656,
|
|
659
|
-
Group1MaxFlatShippingCost = 657,
|
|
660
|
-
Group2MaxFlatShippingCost = 658,
|
|
661
|
-
Group3MaxFlatShippingCost = 659,
|
|
662
|
-
GroupID = 660,
|
|
663
|
-
GroupName = 661,
|
|
664
|
-
GTIN = 662,
|
|
665
|
-
HandlingTimeEnabled = 663,
|
|
666
|
-
HardExpirationTime = 664,
|
|
667
|
-
HardExpirationWarning = 665,
|
|
668
|
-
HasMoreEntries = 666,
|
|
669
|
-
HasMoreItems = 667,
|
|
670
|
-
HasMoreOrders = 668,
|
|
671
|
-
HasMorePayments = 669,
|
|
672
|
-
HasMoreTransactions = 670,
|
|
673
|
-
HasPublicMessages = 671,
|
|
674
|
-
HasReservePrice = 672,
|
|
675
|
-
HasUnansweredQuestions = 673,
|
|
676
|
-
HeaderStyle = 674,
|
|
677
|
-
HelpText = 675,
|
|
678
|
-
HelpURL = 676,
|
|
679
|
-
HelpURLPath = 677,
|
|
680
|
-
HideFixedPriceStoreItems = 678,
|
|
681
|
-
HideFromSearch = 679,
|
|
682
|
-
HideSendersEmailAddress = 680,
|
|
683
|
-
HideVariations = 681,
|
|
684
|
-
HighBidder = 682,
|
|
685
|
-
HighestBid = 683,
|
|
686
|
-
Highlight = 684,
|
|
687
|
-
HighPriority = 685,
|
|
688
|
-
HitCount = 686,
|
|
689
|
-
HitCounter = 687,
|
|
690
|
-
HomePage = 688,
|
|
691
|
-
HomePageFeatured = 689,
|
|
692
|
-
HomePageFeaturedEnabled = 690,
|
|
693
|
-
HourlyHardLimit = 691,
|
|
694
|
-
HourlySoftLimit = 692,
|
|
695
|
-
HourlyUsage = 693,
|
|
696
|
-
Hours1AnyTime = 694,
|
|
697
|
-
Hours1Days = 695,
|
|
698
|
-
Hours1From = 696,
|
|
699
|
-
Hours1To = 697,
|
|
700
|
-
Hours2AnyTime = 698,
|
|
701
|
-
Hours2Days = 699,
|
|
702
|
-
Hours2From = 700,
|
|
703
|
-
Hours2To = 701,
|
|
704
|
-
HoursToDeposit = 702,
|
|
705
|
-
ID = 703,
|
|
706
|
-
IDVerified = 704,
|
|
707
|
-
ImageChallengeURL = 705,
|
|
708
|
-
ImageURL = 706,
|
|
709
|
-
ImmediatePayEligible = 707,
|
|
710
|
-
ImportCharge = 708,
|
|
711
|
-
Imposition = 709,
|
|
712
|
-
Include = 710,
|
|
713
|
-
IncludeASQPreferences = 711,
|
|
714
|
-
IncludeBiddingSummary = 712,
|
|
715
|
-
IncludeCodiceFiscale = 713,
|
|
716
|
-
IncludeConfidence = 714,
|
|
717
|
-
IncludeContainingOrder = 715,
|
|
718
|
-
IncludeConversionRate = 716,
|
|
719
|
-
IncludeCrossPromotion = 717,
|
|
720
|
-
IncludeDescription = 718,
|
|
721
|
-
IncludeFavoriteSellerCount = 719,
|
|
722
|
-
IncludeFeatureEligibility = 720,
|
|
723
|
-
IncludeFinalValueFee = 721,
|
|
724
|
-
IncludeFinalValueFees = 722,
|
|
725
|
-
IncludeHighPriorityMessageOnly = 723,
|
|
726
|
-
IncludeItemCompatibilityList = 724,
|
|
727
|
-
IncludeItemCount = 725,
|
|
728
|
-
IncludeItemSpecifics = 726,
|
|
729
|
-
IncludeListContents = 727,
|
|
730
|
-
IncludeMemberMessages = 728,
|
|
731
|
-
IncludeNotes = 729,
|
|
732
|
-
IncludePrefilledItemInformation = 730,
|
|
733
|
-
IncludeRecommendations = 731,
|
|
734
|
-
IncludeReportedItemDetails = 732,
|
|
735
|
-
IncludeStockPhotoURL = 733,
|
|
736
|
-
IncludeTaxTable = 734,
|
|
737
|
-
IncludeVariations = 735,
|
|
738
|
-
IncludeVariationSpecifics = 736,
|
|
739
|
-
IncludeWatchCount = 737,
|
|
740
|
-
INEscrowWorkflowTimeline = 738,
|
|
741
|
-
InsuranceCost = 739,
|
|
742
|
-
InsuranceDetails = 740,
|
|
743
|
-
InsuranceFee = 741,
|
|
744
|
-
InsuranceOption = 742,
|
|
745
|
-
InsuranceType = 743,
|
|
746
|
-
InsuranceWanted = 744,
|
|
747
|
-
IntangibleItem = 745,
|
|
748
|
-
IntegratedMerchantCreditCardEnabled = 746,
|
|
749
|
-
IntegratedMerchantCreditCardInfo = 747,
|
|
750
|
-
InternationalCalculatedShippingDiscount = 748,
|
|
751
|
-
InternationalFlatShippingDiscount = 749,
|
|
752
|
-
InternationalInsuranceDetails = 750,
|
|
753
|
-
InternationalName = 751,
|
|
754
|
-
InternationalPackagingHandlingCosts = 752,
|
|
755
|
-
InternationalPromotionalShippingDiscount = 753,
|
|
756
|
-
InternationalRateTable = 754,
|
|
757
|
-
InternationalService = 755,
|
|
758
|
-
InternationalShippingDiscountProfileID = 756,
|
|
759
|
-
InternationalShippingInsurance = 757,
|
|
760
|
-
InternationalShippingServiceOption = 758,
|
|
761
|
-
InternationalShippingServiceOptions = 759,
|
|
762
|
-
InternationalStateAndCity = 760,
|
|
763
|
-
InternationalStreet = 761,
|
|
764
|
-
IntlAutosFixedCat = 762,
|
|
765
|
-
InventoryAlert = 763,
|
|
766
|
-
InventoryCountLastCalculatedDate = 764,
|
|
767
|
-
InventoryStatus = 765,
|
|
768
|
-
InventoryTrackingMethod = 766,
|
|
769
|
-
InvocationID = 767,
|
|
770
|
-
InvocationTrackingID = 768,
|
|
771
|
-
InvoiceBalance = 769,
|
|
772
|
-
InvoiceCredit = 770,
|
|
773
|
-
InvoiceDate = 771,
|
|
774
|
-
InvoiceNewFee = 772,
|
|
775
|
-
InvoiceNumber = 773,
|
|
776
|
-
InvoicePayment = 774,
|
|
777
|
-
InvoiceSentTime = 775,
|
|
778
|
-
ISBN = 776,
|
|
779
|
-
ISBNIdentifierEnabled = 777,
|
|
780
|
-
IsDefault = 778,
|
|
781
|
-
IsIntermediatedShippingEligible = 779,
|
|
782
|
-
IsMultiLegShipping = 780,
|
|
783
|
-
Item = 781,
|
|
784
|
-
ItemArray = 782,
|
|
785
|
-
ItemBestOffers = 783,
|
|
786
|
-
ItemBestOffersArray = 784,
|
|
787
|
-
ItemBidDetails = 785,
|
|
788
|
-
ItemCompatibilityCount = 786,
|
|
789
|
-
ItemCompatibilityEnabled = 787,
|
|
790
|
-
ItemCompatibilityList = 788,
|
|
791
|
-
ItemCost = 789,
|
|
792
|
-
ItemCount = 790,
|
|
793
|
-
ItemDestinationCategoryID = 791,
|
|
794
|
-
ItemDiscountAmount = 792,
|
|
795
|
-
ItemEndTime = 793,
|
|
796
|
-
ItemID = 794,
|
|
797
|
-
ItemListLayout = 795,
|
|
798
|
-
ItemListSortOrder = 796,
|
|
799
|
-
ItemPolicyViolation = 797,
|
|
800
|
-
ItemPrice = 798,
|
|
801
|
-
ItemRatingDetails = 799,
|
|
802
|
-
ItemReasonForFailure = 800,
|
|
803
|
-
ItemReceiptConfirmationToReceiveCount = 801,
|
|
804
|
-
ItemReceiptToConfirmCount = 802,
|
|
805
|
-
ItemRevised = 803,
|
|
806
|
-
ItemsAvailableTo = 804,
|
|
807
|
-
ItemsAwaitingFeedback = 805,
|
|
808
|
-
ItemsLocatedIn = 806,
|
|
809
|
-
ItemSort = 807,
|
|
810
|
-
ItemSpecificDetails = 808,
|
|
811
|
-
ItemSpecifics = 809,
|
|
812
|
-
ItemSpecificsEnabled = 810,
|
|
813
|
-
ItemsPerPage = 811,
|
|
814
|
-
ItemStatus = 812,
|
|
815
|
-
ItemTitle = 813,
|
|
816
|
-
ItemToUnsubscribe = 814,
|
|
817
|
-
ItemTransactionID = 815,
|
|
818
|
-
ItemTransactionIDArray = 816,
|
|
819
|
-
ItemType = 817,
|
|
820
|
-
JurisdictionID = 818,
|
|
821
|
-
JurisdictionName = 819,
|
|
822
|
-
KeepMinActive = 820,
|
|
823
|
-
KeepTokenValid = 821,
|
|
824
|
-
Keyword = 822,
|
|
825
|
-
LastAmountPaid = 823,
|
|
826
|
-
LastBidTime = 824,
|
|
827
|
-
LastEmailSentTime = 825,
|
|
828
|
-
LastModifiedDate = 826,
|
|
829
|
-
LastModifiedTime = 827,
|
|
830
|
-
LastName = 828,
|
|
831
|
-
LastOpenedTime = 829,
|
|
832
|
-
LastPaymentDate = 830,
|
|
833
|
-
LastTimeModified = 831,
|
|
834
|
-
LastUpdateTime = 832,
|
|
835
|
-
LastUsedTime = 833,
|
|
836
|
-
LayoutID = 834,
|
|
837
|
-
LayoutTotal = 835,
|
|
838
|
-
LeadCount = 836,
|
|
839
|
-
LeafCategory = 837,
|
|
840
|
-
LeftNav = 838,
|
|
841
|
-
LegalInvoice = 839,
|
|
842
|
-
Level = 840,
|
|
843
|
-
LevelLimit = 841,
|
|
844
|
-
LineItem = 842,
|
|
845
|
-
LinkedPayPalAccount = 843,
|
|
846
|
-
LinkID = 844,
|
|
847
|
-
LinkToInclude = 845,
|
|
848
|
-
LinkType = 846,
|
|
849
|
-
ListAccordingToSchedule = 847,
|
|
850
|
-
ListAtSpecificTimeOfDay = 848,
|
|
851
|
-
ListedOn = 849,
|
|
852
|
-
ListIfNoProduct = 850,
|
|
853
|
-
ListingAnalyzerRecommendations = 851,
|
|
854
|
-
ListingCheckoutRedirectPreference = 852,
|
|
855
|
-
ListingDesigner = 853,
|
|
856
|
-
ListingDetails = 854,
|
|
857
|
-
ListingDuration = 855,
|
|
858
|
-
ListingDurations = 856,
|
|
859
|
-
ListingEnhancement = 857,
|
|
860
|
-
ListingFeatureDetails = 858,
|
|
861
|
-
ListingFlow = 859,
|
|
862
|
-
ListingHoldInventoryLevel = 860,
|
|
863
|
-
ListingPeriodInWeeks = 861,
|
|
864
|
-
ListingRecommendations = 862,
|
|
865
|
-
ListingStartPriceDetails = 863,
|
|
866
|
-
ListingStatus = 864,
|
|
867
|
-
ListingSubtype2 = 865,
|
|
868
|
-
ListingTip = 866,
|
|
869
|
-
ListingTipArray = 867,
|
|
870
|
-
ListingTipFieldID = 868,
|
|
871
|
-
ListingTipID = 869,
|
|
872
|
-
ListingTipMessageID = 870,
|
|
873
|
-
ListingType = 871,
|
|
874
|
-
ListTimeFrom = 872,
|
|
875
|
-
ListTimeTo = 873,
|
|
876
|
-
LocalListingDistance = 874,
|
|
877
|
-
LocalListingDistancesNonSubscription = 875,
|
|
878
|
-
LocalListingDistancesRegular = 876,
|
|
879
|
-
LocalListingDistancesSpecialty = 877,
|
|
880
|
-
LocalMarketAdFormatEnabled = 878,
|
|
881
|
-
LocalMarketAutoAcceptEnabled = 879,
|
|
882
|
-
LocalMarketAutoDeclineEnabled = 880,
|
|
883
|
-
LocalMarketBestOfferEnabled = 881,
|
|
884
|
-
LocalMarketCompanyNameEnabled = 882,
|
|
885
|
-
LocalMarketContactByAddressEnabled = 883,
|
|
886
|
-
LocalMarketContactByEmailEnabled = 884,
|
|
887
|
-
LocalMarketContactByPhoneEnabled = 885,
|
|
888
|
-
LocalMarketCounterOfferEnabled = 886,
|
|
889
|
-
LocalMarketNonSubscription = 887,
|
|
890
|
-
LocalMarketPaymentMethodCheckOutEnabled = 888,
|
|
891
|
-
LocalMarketPhoneCount = 889,
|
|
892
|
-
LocalMarketPremiumSubscription = 890,
|
|
893
|
-
LocalMarketRegularSubscription = 891,
|
|
894
|
-
LocalMarketSellerContactDetailsEnabled = 892,
|
|
895
|
-
LocalMarketShippingMethodEnabled = 893,
|
|
896
|
-
LocalMarketSpecialitySubscription = 894,
|
|
897
|
-
LocalMarketStreetCount = 895,
|
|
898
|
-
LocalPickup = 896,
|
|
899
|
-
Location = 897,
|
|
900
|
-
LocationDefaulted = 898,
|
|
901
|
-
Logo = 899,
|
|
902
|
-
LogoArray = 900,
|
|
903
|
-
LogoCustomized = 901,
|
|
904
|
-
LogoID = 902,
|
|
905
|
-
LogoType = 903,
|
|
906
|
-
LogoURL = 904,
|
|
907
|
-
LogoURLSelling = 905,
|
|
908
|
-
LongMessage = 906,
|
|
909
|
-
LookupAttributeArray = 907,
|
|
910
|
-
LostList = 908,
|
|
911
|
-
LotSize = 909,
|
|
912
|
-
LSD = 910,
|
|
913
|
-
MadeForOutletComparisonPrice = 911,
|
|
914
|
-
MailMessageType = 912,
|
|
915
|
-
MappedCategoryArray = 913,
|
|
916
|
-
MappedDiscountProfileID = 914,
|
|
917
|
-
MappedToShippingServiceID = 915,
|
|
918
|
-
MarkUpMarkDownEvent = 916,
|
|
919
|
-
MarkUpMarkDownHistory = 917,
|
|
920
|
-
MatchType = 918,
|
|
921
|
-
MaxActiveItemCount = 919,
|
|
922
|
-
MaxBid = 920,
|
|
923
|
-
MaxCategories = 921,
|
|
924
|
-
MaxCategoryLevels = 922,
|
|
925
|
-
MaxCharactersPerName = 923,
|
|
926
|
-
MaxCharactersPerValue = 924,
|
|
927
|
-
MaxDepth = 925,
|
|
928
|
-
MaxDistance = 926,
|
|
929
|
-
MaxFlatShippingCost = 927,
|
|
930
|
-
MaxFlatShippingCostCBTExempt = 928,
|
|
931
|
-
MaxGranularFitmentCount = 929,
|
|
932
|
-
MaximumBuyerPolicyViolations = 930,
|
|
933
|
-
MaximumItemCount = 931,
|
|
934
|
-
MaximumItemRequirements = 932,
|
|
935
|
-
MaximumQuantity = 933,
|
|
936
|
-
MaximumUnpaidItemStrikesCount = 934,
|
|
937
|
-
MaximumUnpaidItemStrikesDuration = 935,
|
|
938
|
-
MaximumUnpaidItemStrikesInfo = 936,
|
|
939
|
-
MaxItemCompatibility = 937,
|
|
940
|
-
MaxItemSpecificsPerItem = 938,
|
|
941
|
-
MaxNames = 939,
|
|
942
|
-
MaxNamesPerVariationSpecificsSet = 940,
|
|
943
|
-
MaxPrice = 941,
|
|
944
|
-
MaxResults = 942,
|
|
945
|
-
MaxScheduledItems = 943,
|
|
946
|
-
MaxScheduledMinutes = 944,
|
|
947
|
-
MaxValues = 945,
|
|
948
|
-
MaxValuesPerName = 946,
|
|
949
|
-
MaxValuesPerVariationSpecificsSetName = 947,
|
|
950
|
-
MaxVariationsPerItem = 948,
|
|
951
|
-
MeasurementUnit = 949,
|
|
952
|
-
MechanicalCheckAccepted = 950,
|
|
953
|
-
MediaName = 951,
|
|
954
|
-
MediaURL = 952,
|
|
955
|
-
MemberMessage = 953,
|
|
956
|
-
MemberMessageExchange = 954,
|
|
957
|
-
MemberMessageID = 955,
|
|
958
|
-
MemberURL = 956,
|
|
959
|
-
Memo = 957,
|
|
960
|
-
MerchandizingPref = 958,
|
|
961
|
-
MerchantPickupCode = 959,
|
|
962
|
-
MerchDisplay = 960,
|
|
963
|
-
Message = 961,
|
|
964
|
-
MessageCreationTime = 962,
|
|
965
|
-
MessageID = 963,
|
|
966
|
-
MessageIDs = 964,
|
|
967
|
-
MessageItem = 965,
|
|
968
|
-
MessageMedia = 966,
|
|
969
|
-
Messages = 967,
|
|
970
|
-
MessageSource = 968,
|
|
971
|
-
MessageStatus = 969,
|
|
972
|
-
MessageStore = 970,
|
|
973
|
-
MessageStoreCustomText = 971,
|
|
974
|
-
MessageText = 972,
|
|
975
|
-
MessageToSeller = 973,
|
|
976
|
-
MessageType = 974,
|
|
977
|
-
MinActiveItemCount = 975,
|
|
978
|
-
MinBuyItNowPricePercent = 976,
|
|
979
|
-
MinimumAdvertisedPrice = 977,
|
|
980
|
-
MinimumAdvertisedPriceExposure = 978,
|
|
981
|
-
MinimumBestOfferPrice = 979,
|
|
982
|
-
MinimumFeedbackScore = 980,
|
|
983
|
-
MinimumRemnantSet = 981,
|
|
984
|
-
MinimumReservePrice = 982,
|
|
985
|
-
MinimumToBid = 983,
|
|
986
|
-
MinItemCompatibility = 984,
|
|
987
|
-
MinPrice = 985,
|
|
988
|
-
MinScheduledMinutes = 986,
|
|
989
|
-
MinValues = 987,
|
|
990
|
-
MismatchAmount = 988,
|
|
991
|
-
MismatchType = 989,
|
|
992
|
-
Mission = 990,
|
|
993
|
-
ModifyActionCode = 991,
|
|
994
|
-
ModifyName = 992,
|
|
995
|
-
ModifyNameList = 993,
|
|
996
|
-
ModTime = 994,
|
|
997
|
-
ModTimeFrom = 995,
|
|
998
|
-
ModTimeTo = 996,
|
|
999
|
-
MonetaryDetails = 997,
|
|
1000
|
-
MotorsDealer = 998,
|
|
1001
|
-
MotorsDealerUsers = 999,
|
|
1002
|
-
MotorsGermanySearchable = 1000,
|
|
1003
|
-
MotorVehicles = 1001,
|
|
1004
|
-
MPN = 1002,
|
|
1005
|
-
MultiLegShippingDetails = 1003,
|
|
1006
|
-
MultipleSellerPaymentID = 1004,
|
|
1007
|
-
MyMaxBid = 1005,
|
|
1008
|
-
Name = 1006,
|
|
1009
|
-
NameColor = 1007,
|
|
1010
|
-
NameFace = 1008,
|
|
1011
|
-
NameRecommendation = 1009,
|
|
1012
|
-
NameSize = 1010,
|
|
1013
|
-
NameValueList = 1011,
|
|
1014
|
-
NegativeFeedbackLeftCount = 1012,
|
|
1015
|
-
NegativeFeedbackPeriodArray = 1013,
|
|
1016
|
-
NegotiatedPrice = 1014,
|
|
1017
|
-
NetDetailAmount = 1015,
|
|
1018
|
-
NetInsuranceFee = 1016,
|
|
1019
|
-
NetShippingFee = 1017,
|
|
1020
|
-
NetTotalAmount = 1018,
|
|
1021
|
-
NeutralCommentCountFromSuspendedUsers = 1019,
|
|
1022
|
-
NeutralFeedbackLeftCount = 1020,
|
|
1023
|
-
NeutralFeedbackPeriodArray = 1021,
|
|
1024
|
-
NewAlertCount = 1022,
|
|
1025
|
-
NewBestOffer = 1023,
|
|
1026
|
-
NewHighPriorityCount = 1024,
|
|
1027
|
-
NewItemFilter = 1025,
|
|
1028
|
-
NewLeadCount = 1026,
|
|
1029
|
-
NewMessageCount = 1027,
|
|
1030
|
-
NewName = 1028,
|
|
1031
|
-
NewParentFolderID = 1029,
|
|
1032
|
-
NewUser = 1030,
|
|
1033
|
-
NextRetryTime = 1031,
|
|
1034
|
-
NonSubscription = 1032,
|
|
1035
|
-
Note = 1033,
|
|
1036
|
-
Notes = 1034,
|
|
1037
|
-
NotesFromBuyer = 1035,
|
|
1038
|
-
NotesToBuyer = 1036,
|
|
1039
|
-
NotesToSeller = 1037,
|
|
1040
|
-
NoteText = 1038,
|
|
1041
|
-
NotificationDetails = 1039,
|
|
1042
|
-
NotificationDetailsArray = 1040,
|
|
1043
|
-
NotificationEnable = 1041,
|
|
1044
|
-
NotificationPayloadType = 1042,
|
|
1045
|
-
NotificationStatistics = 1043,
|
|
1046
|
-
NumberOfDays = 1044,
|
|
1047
|
-
NumberOfPolicyViolations = 1045,
|
|
1048
|
-
NumOfReqSellerActions = 1046,
|
|
1049
|
-
ObsoleteLayoutID = 1047,
|
|
1050
|
-
ObsoleteThemeID = 1048,
|
|
1051
|
-
Offer = 1049,
|
|
1052
|
-
OfferGlobalShippingProgramPreference = 1050,
|
|
1053
|
-
OnVacation = 1051,
|
|
1054
|
-
Operation = 1052,
|
|
1055
|
-
OptedIn = 1053,
|
|
1056
|
-
OptimalPictureSize = 1054,
|
|
1057
|
-
OptInStatus = 1055,
|
|
1058
|
-
Order = 1056,
|
|
1059
|
-
OrderAmount = 1057,
|
|
1060
|
-
OrderArray = 1058,
|
|
1061
|
-
OrderHandlingAmount = 1059,
|
|
1062
|
-
OrderID = 1060,
|
|
1063
|
-
OrderIDArray = 1061,
|
|
1064
|
-
OrderLineItemID = 1062,
|
|
1065
|
-
OrderRole = 1063,
|
|
1066
|
-
OrdersPerPage = 1064,
|
|
1067
|
-
OrderStatus = 1065,
|
|
1068
|
-
OrderStatusFilter = 1066,
|
|
1069
|
-
OrderTransaction = 1067,
|
|
1070
|
-
OrderTransactionArray = 1068,
|
|
1071
|
-
OriginalItemPrice = 1069,
|
|
1072
|
-
OriginalItemShippingCost = 1070,
|
|
1073
|
-
OriginalPrice = 1071,
|
|
1074
|
-
OriginalRetailPrice = 1072,
|
|
1075
|
-
OriginatingPostalCode = 1073,
|
|
1076
|
-
ORPA = 1074,
|
|
1077
|
-
ORRA = 1075,
|
|
1078
|
-
OtherPartyName = 1076,
|
|
1079
|
-
OtherPartyRole = 1077,
|
|
1080
|
-
OutbidCount = 1078,
|
|
1081
|
-
OutOfStockControl = 1079,
|
|
1082
|
-
OutputSelector = 1080,
|
|
1083
|
-
OverrideGSPserviceWithIntlService = 1081,
|
|
1084
|
-
OverrideGSPServiceWithIntlServicePreference = 1082,
|
|
1085
|
-
PackageDepth = 1083,
|
|
1086
|
-
PackageID = 1084,
|
|
1087
|
-
PackageLength = 1085,
|
|
1088
|
-
PackageWidth = 1086,
|
|
1089
|
-
PackagingHandlingCosts = 1087,
|
|
1090
|
-
PageID = 1088,
|
|
1091
|
-
PageNumber = 1089,
|
|
1092
|
-
Pagination = 1090,
|
|
1093
|
-
PaginationResult = 1091,
|
|
1094
|
-
Paid = 1092,
|
|
1095
|
-
PaidStatus = 1093,
|
|
1096
|
-
PaidTime = 1094,
|
|
1097
|
-
PaisaPayAlert = 1095,
|
|
1098
|
-
PaisaPayEscrowEMIStatus = 1096,
|
|
1099
|
-
PaisaPayFullEscrowEnabled = 1097,
|
|
1100
|
-
PaisaPayID = 1098,
|
|
1101
|
-
PaisaPayStatus = 1099,
|
|
1102
|
-
ParentFolderID = 1100,
|
|
1103
|
-
ParentMessageID = 1101,
|
|
1104
|
-
ParentName = 1102,
|
|
1105
|
-
ParentValue = 1103,
|
|
1106
|
-
PastDue = 1104,
|
|
1107
|
-
Patent = 1105,
|
|
1108
|
-
Payee = 1106,
|
|
1109
|
-
Payer = 1107,
|
|
1110
|
-
PayloadVersion = 1108,
|
|
1111
|
-
Payment = 1109,
|
|
1112
|
-
PaymentAllowedSite = 1110,
|
|
1113
|
-
PaymentAmount = 1111,
|
|
1114
|
-
PaymentDetails = 1112,
|
|
1115
|
-
PaymentEdited = 1113,
|
|
1116
|
-
PaymentHoldDetails = 1114,
|
|
1117
|
-
PaymentHoldReason = 1115,
|
|
1118
|
-
PaymentHoldStatus = 1116,
|
|
1119
|
-
PaymentInstructions = 1117,
|
|
1120
|
-
PaymentMethod = 1118,
|
|
1121
|
-
PaymentMethods = 1119,
|
|
1122
|
-
PaymentMethodUsed = 1120,
|
|
1123
|
-
PaymentOptionDetails = 1121,
|
|
1124
|
-
PaymentOptionsGroup = 1122,
|
|
1125
|
-
PaymentOrRefundAmount = 1123,
|
|
1126
|
-
PaymentProfileCategoryGroup = 1124,
|
|
1127
|
-
PaymentProfileID = 1125,
|
|
1128
|
-
PaymentProfileName = 1126,
|
|
1129
|
-
PaymentReferenceID = 1127,
|
|
1130
|
-
Payments = 1128,
|
|
1131
|
-
PaymentsPerPage = 1129,
|
|
1132
|
-
PaymentStatus = 1130,
|
|
1133
|
-
PaymentTime = 1131,
|
|
1134
|
-
PaymentTimeFrom = 1132,
|
|
1135
|
-
PaymentTimeTo = 1133,
|
|
1136
|
-
PaymentToReceiveCount = 1134,
|
|
1137
|
-
PaymentToSendCount = 1135,
|
|
1138
|
-
PaymentType = 1136,
|
|
1139
|
-
PayoutMethod = 1137,
|
|
1140
|
-
PayoutMethodSet = 1138,
|
|
1141
|
-
PayPalAccountLevel = 1139,
|
|
1142
|
-
PayPalAccountStatus = 1140,
|
|
1143
|
-
PayPalAccountType = 1141,
|
|
1144
|
-
PayPalAlwaysOn = 1142,
|
|
1145
|
-
PayPalBuyerProtectionEnabled = 1143,
|
|
1146
|
-
PayPalEmailAddress = 1144,
|
|
1147
|
-
PayPalPreferred = 1145,
|
|
1148
|
-
PayPalRequired = 1146,
|
|
1149
|
-
PayPalRequiredForStoreOwner = 1147,
|
|
1150
|
-
PayPalTransactionID = 1148,
|
|
1151
|
-
PendingRTERequestCount = 1149,
|
|
1152
|
-
Percent = 1150,
|
|
1153
|
-
PercentItemFound = 1151,
|
|
1154
|
-
Performance = 1152,
|
|
1155
|
-
Period = 1153,
|
|
1156
|
-
PeriodicHardLimit = 1154,
|
|
1157
|
-
PeriodicSoftLimit = 1155,
|
|
1158
|
-
PeriodicStartDate = 1156,
|
|
1159
|
-
PeriodicUsage = 1157,
|
|
1160
|
-
PeriodInDays = 1158,
|
|
1161
|
-
Phone = 1159,
|
|
1162
|
-
Phone2 = 1160,
|
|
1163
|
-
Phone2AreaOrCityCode = 1161,
|
|
1164
|
-
Phone2CountryCode = 1162,
|
|
1165
|
-
Phone2CountryPrefix = 1163,
|
|
1166
|
-
Phone2LocalNumber = 1164,
|
|
1167
|
-
PhoneAreaOrCityCode = 1165,
|
|
1168
|
-
PhoneCountryCode = 1166,
|
|
1169
|
-
PhoneCountryPrefix = 1167,
|
|
1170
|
-
PhoneLocalNumber = 1168,
|
|
1171
|
-
PhotoDisplay = 1169,
|
|
1172
|
-
PickupDetails = 1170,
|
|
1173
|
-
PickupFulfillmentTime = 1171,
|
|
1174
|
-
PickupInStoreDetails = 1172,
|
|
1175
|
-
PickupMethod = 1173,
|
|
1176
|
-
PickupMethodSelected = 1174,
|
|
1177
|
-
PickupOptions = 1175,
|
|
1178
|
-
PickupPriority = 1176,
|
|
1179
|
-
PickupStatus = 1177,
|
|
1180
|
-
PickupStoreID = 1178,
|
|
1181
|
-
PictureData = 1179,
|
|
1182
|
-
PictureDetails = 1180,
|
|
1183
|
-
PictureFormat = 1181,
|
|
1184
|
-
PictureHeight = 1182,
|
|
1185
|
-
PictureName = 1183,
|
|
1186
|
-
Pictures = 1184,
|
|
1187
|
-
PictureSet = 1185,
|
|
1188
|
-
PictureSetMember = 1186,
|
|
1189
|
-
PictureSource = 1187,
|
|
1190
|
-
PictureSystemVersion = 1188,
|
|
1191
|
-
PictureUploadPolicy = 1189,
|
|
1192
|
-
PictureURL = 1190,
|
|
1193
|
-
PictureWatermark = 1191,
|
|
1194
|
-
PictureWidth = 1192,
|
|
1195
|
-
Platform = 1193,
|
|
1196
|
-
PolicyID = 1194,
|
|
1197
|
-
PolicyText = 1195,
|
|
1198
|
-
PolicyViolationDuration = 1196,
|
|
1199
|
-
PositiveFeedbackLeftCount = 1197,
|
|
1200
|
-
PositiveFeedbackPercent = 1198,
|
|
1201
|
-
PositiveFeedbackPeriodArray = 1199,
|
|
1202
|
-
PostalCode = 1200,
|
|
1203
|
-
PostCheckoutExperienceEnabled = 1201,
|
|
1204
|
-
PowerSellerStatus = 1202,
|
|
1205
|
-
PreferenceLevel = 1203,
|
|
1206
|
-
PreferredLocation = 1204,
|
|
1207
|
-
PremiumSubscription = 1205,
|
|
1208
|
-
PreviewEnabled = 1206,
|
|
1209
|
-
Price = 1207,
|
|
1210
|
-
PriceMax = 1208,
|
|
1211
|
-
PriceMin = 1209,
|
|
1212
|
-
PricingRecommendations = 1210,
|
|
1213
|
-
PricingTreatment = 1211,
|
|
1214
|
-
Primary = 1212,
|
|
1215
|
-
PrimaryCategory = 1213,
|
|
1216
|
-
PrimaryCategoryID = 1214,
|
|
1217
|
-
PrimaryScheme = 1215,
|
|
1218
|
-
PrintedDate = 1216,
|
|
1219
|
-
PrintedTime = 1217,
|
|
1220
|
-
Priority = 1218,
|
|
1221
|
-
PrivateListing = 1219,
|
|
1222
|
-
PrivateNotes = 1220,
|
|
1223
|
-
Product = 1221,
|
|
1224
|
-
ProductCreationEnabled = 1222,
|
|
1225
|
-
ProductDetailsURL = 1223,
|
|
1226
|
-
ProductFinderBuySide = 1224,
|
|
1227
|
-
ProductFinderID = 1225,
|
|
1228
|
-
ProductFinderIDs = 1226,
|
|
1229
|
-
ProductID = 1227,
|
|
1230
|
-
ProductInfo = 1228,
|
|
1231
|
-
ProductListingDetails = 1229,
|
|
1232
|
-
ProductName = 1230,
|
|
1233
|
-
ProductRecommendations = 1231,
|
|
1234
|
-
ProductReferenceID = 1232,
|
|
1235
|
-
ProductSearchPageAvailable = 1233,
|
|
1236
|
-
ProductState = 1234,
|
|
1237
|
-
ProductSuggestion = 1235,
|
|
1238
|
-
ProductSuggestions = 1236,
|
|
1239
|
-
ProfileID = 1237,
|
|
1240
|
-
ProfileName = 1238,
|
|
1241
|
-
ProfileType = 1239,
|
|
1242
|
-
ProfitPercent = 1240,
|
|
1243
|
-
PromotedItem = 1241,
|
|
1244
|
-
PromotionalDiscount = 1242,
|
|
1245
|
-
PromotionalSale = 1243,
|
|
1246
|
-
PromotionalSaleDetails = 1244,
|
|
1247
|
-
PromotionalSaleEndTime = 1245,
|
|
1248
|
-
PromotionalSaleID = 1246,
|
|
1249
|
-
PromotionalSaleItemIDArray = 1247,
|
|
1250
|
-
PromotionalSaleName = 1248,
|
|
1251
|
-
PromotionalSaleStartTime = 1249,
|
|
1252
|
-
PromotionalSaleStatus = 1250,
|
|
1253
|
-
PromotionalSaleType = 1251,
|
|
1254
|
-
PromotionalShippingDiscount = 1252,
|
|
1255
|
-
PromotionalShippingDiscountDetails = 1253,
|
|
1256
|
-
PromotionMethod = 1254,
|
|
1257
|
-
PromotionRuleArray = 1255,
|
|
1258
|
-
PromotionViewMode = 1256,
|
|
1259
|
-
ProPack = 1257,
|
|
1260
|
-
ProPackEnabled = 1258,
|
|
1261
|
-
ProPackPlusEnabled = 1259,
|
|
1262
|
-
ProStoresPreference = 1260,
|
|
1263
|
-
ProStoresStoreName = 1261,
|
|
1264
|
-
ProxyItem = 1262,
|
|
1265
|
-
PurchaseProtection = 1263,
|
|
1266
|
-
PurchaseReminderEmailPreferences = 1264,
|
|
1267
|
-
PurchaseTimeFrame = 1265,
|
|
1268
|
-
QualifiedForAuctionOneDayDuration = 1266,
|
|
1269
|
-
QualifiedForFixedPriceOneDayDuration = 1267,
|
|
1270
|
-
QualifiesForB2BVAT = 1268,
|
|
1271
|
-
QualifiesForBuyItNow = 1269,
|
|
1272
|
-
QualifiesForBuyItNowMultiple = 1270,
|
|
1273
|
-
QualifiesForSelling = 1271,
|
|
1274
|
-
QualifiesForVariations = 1272,
|
|
1275
|
-
Quantity = 1273,
|
|
1276
|
-
QuantityActive = 1274,
|
|
1277
|
-
QuantityAvailable = 1275,
|
|
1278
|
-
QuantityAvailableHint = 1276,
|
|
1279
|
-
QuantityBid = 1277,
|
|
1280
|
-
QuantityInfo = 1278,
|
|
1281
|
-
QuantityLimitRemaining = 1279,
|
|
1282
|
-
QuantityOperator = 1280,
|
|
1283
|
-
QuantityPurchased = 1281,
|
|
1284
|
-
QuantityRestrictionPerBuyer = 1282,
|
|
1285
|
-
QuantityScheduled = 1283,
|
|
1286
|
-
QuantitySold = 1284,
|
|
1287
|
-
QuantitySoldByPickupInStore = 1285,
|
|
1288
|
-
QuantityThreshold = 1286,
|
|
1289
|
-
QuantityUnsold = 1287,
|
|
1290
|
-
QuantityWon = 1288,
|
|
1291
|
-
Query = 1289,
|
|
1292
|
-
QueryKeywords = 1290,
|
|
1293
|
-
Question = 1291,
|
|
1294
|
-
QuestionCount = 1292,
|
|
1295
|
-
QuestionType = 1293,
|
|
1296
|
-
QueuedNewCount = 1294,
|
|
1297
|
-
QueuedPendingCount = 1295,
|
|
1298
|
-
Ranking = 1296,
|
|
1299
|
-
RateTableDetails = 1297,
|
|
1300
|
-
Rating = 1298,
|
|
1301
|
-
RatingCount = 1299,
|
|
1302
|
-
RatingDetail = 1300,
|
|
1303
|
-
Read = 1301,
|
|
1304
|
-
Reason = 1302,
|
|
1305
|
-
ReasonCodeDetail = 1303,
|
|
1306
|
-
ReasonCodeID = 1304,
|
|
1307
|
-
ReasonHideFromSearch = 1305,
|
|
1308
|
-
ReceiveDate = 1306,
|
|
1309
|
-
ReceivedTopRatedDiscount = 1307,
|
|
1310
|
-
RecipientBidderUserID = 1308,
|
|
1311
|
-
RecipientID = 1309,
|
|
1312
|
-
RecipientPostalCode = 1310,
|
|
1313
|
-
RecipientRelationType = 1311,
|
|
1314
|
-
RecipientUserID = 1312,
|
|
1315
|
-
Recommendation = 1313,
|
|
1316
|
-
RecommendationEngine = 1314,
|
|
1317
|
-
Recommendations = 1315,
|
|
1318
|
-
Recommended = 1316,
|
|
1319
|
-
RecoupmentPolicyConsent = 1317,
|
|
1320
|
-
RecoupmentPolicyDetails = 1318,
|
|
1321
|
-
ReduceReserveAllowed = 1319,
|
|
1322
|
-
ReferenceID = 1320,
|
|
1323
|
-
RefNumber = 1321,
|
|
1324
|
-
Refund = 1322,
|
|
1325
|
-
RefundAmount = 1323,
|
|
1326
|
-
RefundArray = 1324,
|
|
1327
|
-
RefundCancelledCount = 1325,
|
|
1328
|
-
RefundCompletionTime = 1326,
|
|
1329
|
-
RefundFailureCode = 1327,
|
|
1330
|
-
RefundFailureReason = 1328,
|
|
1331
|
-
RefundFromSeller = 1329,
|
|
1332
|
-
RefundFundingSource = 1330,
|
|
1333
|
-
RefundFundingSourceArray = 1331,
|
|
1334
|
-
RefundID = 1332,
|
|
1335
|
-
RefundingSourceType = 1333,
|
|
1336
|
-
RefundInitiatedCount = 1334,
|
|
1337
|
-
RefundLine = 1335,
|
|
1338
|
-
RefundLineArray = 1336,
|
|
1339
|
-
RefundMessage = 1337,
|
|
1340
|
-
RefundOnHoldCount = 1338,
|
|
1341
|
-
RefundOption = 1339,
|
|
1342
|
-
RefundReason = 1340,
|
|
1343
|
-
RefundRequestedTime = 1341,
|
|
1344
|
-
Refunds = 1342,
|
|
1345
|
-
RefundStatus = 1343,
|
|
1346
|
-
RefundTime = 1344,
|
|
1347
|
-
RefundTo = 1345,
|
|
1348
|
-
RefundTransaction = 1346,
|
|
1349
|
-
RefundTransactionArray = 1347,
|
|
1350
|
-
RefundType = 1348,
|
|
1351
|
-
Region = 1349,
|
|
1352
|
-
RegionDetails = 1350,
|
|
1353
|
-
RegionOfOriginDetails = 1351,
|
|
1354
|
-
RegisteredBusinessSeller = 1352,
|
|
1355
|
-
RegistrationAddress = 1353,
|
|
1356
|
-
RegistrationDate = 1354,
|
|
1357
|
-
RegularSubscription = 1355,
|
|
1358
|
-
Relationship = 1356,
|
|
1359
|
-
RelistAfterDays = 1357,
|
|
1360
|
-
RelistAfterHours = 1358,
|
|
1361
|
-
RelistAtSpecificTimeOfDay = 1359,
|
|
1362
|
-
RelistCondition = 1360,
|
|
1363
|
-
Relisted = 1361,
|
|
1364
|
-
RelistedItemID = 1362,
|
|
1365
|
-
RelistingNeededCount = 1363,
|
|
1366
|
-
RelistLink = 1364,
|
|
1367
|
-
RelistParentID = 1365,
|
|
1368
|
-
RemoveAllExcludedUsers = 1366,
|
|
1369
|
-
RemoveAllItems = 1367,
|
|
1370
|
-
RepeatBuyerCount = 1368,
|
|
1371
|
-
RepeatBuyerPercent = 1369,
|
|
1372
|
-
ReplaceAll = 1370,
|
|
1373
|
-
Replied = 1371,
|
|
1374
|
-
ReportedItem = 1372,
|
|
1375
|
-
ReportedItemDetails = 1373,
|
|
1376
|
-
ReportItem = 1374,
|
|
1377
|
-
ReportItems = 1375,
|
|
1378
|
-
RequesterID = 1376,
|
|
1379
|
-
RequiredSellerAction = 1377,
|
|
1380
|
-
RequiredSellerActionArray = 1378,
|
|
1381
|
-
RequiredShipPhoneNumberPreference = 1379,
|
|
1382
|
-
ReserveLowered = 1380,
|
|
1383
|
-
ReserveMet = 1381,
|
|
1384
|
-
ReservePrice = 1382,
|
|
1385
|
-
ReservePriceAllowed = 1383,
|
|
1386
|
-
ReserveRemoved = 1384,
|
|
1387
|
-
ResetDefaultSubjects = 1385,
|
|
1388
|
-
ResolutionTime = 1386,
|
|
1389
|
-
RespondToBestOffer = 1387,
|
|
1390
|
-
Response = 1388,
|
|
1391
|
-
ResponseDetails = 1389,
|
|
1392
|
-
ResponseEnabled = 1390,
|
|
1393
|
-
ResponseReplaced = 1391,
|
|
1394
|
-
ResponseText = 1392,
|
|
1395
|
-
ResponseType = 1393,
|
|
1396
|
-
ResponseURL = 1394,
|
|
1397
|
-
RestockAlert = 1395,
|
|
1398
|
-
RestockingFeeValue = 1396,
|
|
1399
|
-
RestockingFeeValueOption = 1397,
|
|
1400
|
-
RestockThreshold = 1398,
|
|
1401
|
-
RestrictedToBusiness = 1399,
|
|
1402
|
-
RESTToken = 1400,
|
|
1403
|
-
Retries = 1401,
|
|
1404
|
-
ReturnAllSites = 1402,
|
|
1405
|
-
ReturnDate = 1403,
|
|
1406
|
-
ReturnedItemCountActual = 1404,
|
|
1407
|
-
ReturnedOrderCountActual = 1405,
|
|
1408
|
-
ReturnedPaymentCountActual = 1406,
|
|
1409
|
-
ReturnedTransactionCountActual = 1407,
|
|
1410
|
-
ReturnPolicy = 1408,
|
|
1411
|
-
ReturnPolicyDetails = 1409,
|
|
1412
|
-
ReturnPolicyEnabled = 1410,
|
|
1413
|
-
ReturnPolicyProfileCategoryGroup = 1411,
|
|
1414
|
-
ReturnProfileID = 1412,
|
|
1415
|
-
ReturnProfileName = 1413,
|
|
1416
|
-
ReturnsAccepted = 1414,
|
|
1417
|
-
ReturnsAcceptedOption = 1415,
|
|
1418
|
-
ReturnSearchResultOnDuplicates = 1416,
|
|
1419
|
-
ReturnsWithin = 1417,
|
|
1420
|
-
ReturnsWithinOption = 1418,
|
|
1421
|
-
RevisePriceAllowed = 1419,
|
|
1422
|
-
ReviseQuantityAllowed = 1420,
|
|
1423
|
-
ReviseStatus = 1421,
|
|
1424
|
-
RevocationTime = 1422,
|
|
1425
|
-
RightsOwnerID = 1423,
|
|
1426
|
-
Role = 1424,
|
|
1427
|
-
RootCategoryID = 1425,
|
|
1428
|
-
RTEToProcessCount = 1426,
|
|
1429
|
-
RuleCurrentStatus = 1427,
|
|
1430
|
-
RuleStatus = 1428,
|
|
1431
|
-
RuName = 1429,
|
|
1432
|
-
SafePaymentExempt = 1430,
|
|
1433
|
-
SafePaymentRequired = 1431,
|
|
1434
|
-
SaleDateRange = 1432,
|
|
1435
|
-
SalePrice = 1433,
|
|
1436
|
-
SaleRecord = 1434,
|
|
1437
|
-
SaleRecordID = 1435,
|
|
1438
|
-
SalesTax = 1436,
|
|
1439
|
-
SalesTaxAmount = 1437,
|
|
1440
|
-
SalesTaxPercent = 1438,
|
|
1441
|
-
SalesTaxState = 1439,
|
|
1442
|
-
SaleTemplateGroupID = 1440,
|
|
1443
|
-
SaleTemplateID = 1441,
|
|
1444
|
-
SaleTemplateName = 1442,
|
|
1445
|
-
ScheduledDeliveryTimeMax = 1443,
|
|
1446
|
-
ScheduledDeliveryTimeMin = 1444,
|
|
1447
|
-
ScheduledList = 1445,
|
|
1448
|
-
ScheduleTime = 1446,
|
|
1449
|
-
SchedulingInfo = 1447,
|
|
1450
|
-
Search = 1448,
|
|
1451
|
-
SearchBox = 1449,
|
|
1452
|
-
SearchFlag = 1450,
|
|
1453
|
-
SearchKeywords = 1451,
|
|
1454
|
-
SearchName = 1452,
|
|
1455
|
-
SearchQuery = 1453,
|
|
1456
|
-
SearchSortOrder = 1454,
|
|
1457
|
-
SearchStanding = 1455,
|
|
1458
|
-
SearchType = 1456,
|
|
1459
|
-
SearchValue = 1457,
|
|
1460
|
-
Secondary = 1458,
|
|
1461
|
-
SecondaryCategory = 1459,
|
|
1462
|
-
SecondChanceEligible = 1460,
|
|
1463
|
-
SecondChanceEnabled = 1461,
|
|
1464
|
-
SecondChanceOffer = 1462,
|
|
1465
|
-
SecondChanceOfferCondition = 1463,
|
|
1466
|
-
SecondChanceOfferCount = 1464,
|
|
1467
|
-
SecondChanceOfferSent = 1465,
|
|
1468
|
-
SecondChanceOriginalItemID = 1466,
|
|
1469
|
-
SecretID = 1467,
|
|
1470
|
-
SelectionMode = 1468,
|
|
1471
|
-
Seller = 1469,
|
|
1472
|
-
SellerAccount = 1470,
|
|
1473
|
-
SellerBusinessType = 1471,
|
|
1474
|
-
SellerContactBuyerByEmail = 1472,
|
|
1475
|
-
SellerContactDetails = 1473,
|
|
1476
|
-
SellerContactDetailsEnabled = 1474,
|
|
1477
|
-
SellerDiscount = 1475,
|
|
1478
|
-
SellerDiscounts = 1476,
|
|
1479
|
-
SellereBayPaymentProcessConsent = 1477,
|
|
1480
|
-
SellereBayPaymentProcessEnableTime = 1478,
|
|
1481
|
-
SellereBayPaymentProcessStatus = 1479,
|
|
1482
|
-
SellerEIASToken = 1480,
|
|
1483
|
-
SellerEmail = 1481,
|
|
1484
|
-
SellerExcludeShipToLocationPreferences = 1482,
|
|
1485
|
-
SellerExcludeShipToLocationsPreference = 1483,
|
|
1486
|
-
SellerExternalTransactionID = 1484,
|
|
1487
|
-
SellerFavoriteItemPreferences = 1485,
|
|
1488
|
-
SellerFeeDiscount = 1486,
|
|
1489
|
-
SellerGuaranteeEligible = 1487,
|
|
1490
|
-
SellerGuaranteeLevel = 1488,
|
|
1491
|
-
SellerID = 1489,
|
|
1492
|
-
SellerIDExclude = 1490,
|
|
1493
|
-
SellerInfo = 1491,
|
|
1494
|
-
SellerInventoryID = 1492,
|
|
1495
|
-
SellerInvoiceNumber = 1493,
|
|
1496
|
-
SellerInvoiceTime = 1494,
|
|
1497
|
-
SellerItemRatingDetailArray = 1495,
|
|
1498
|
-
SellerLevel = 1496,
|
|
1499
|
-
SellerMessage = 1497,
|
|
1500
|
-
SellerNoteToBuyer = 1498,
|
|
1501
|
-
SellerPaidStatus = 1499,
|
|
1502
|
-
SellerPayment = 1500,
|
|
1503
|
-
SellerPaymentAddress = 1501,
|
|
1504
|
-
SellerPaymentPreferences = 1502,
|
|
1505
|
-
SellerPaymentProfile = 1503,
|
|
1506
|
-
SellerProfileOptedIn = 1504,
|
|
1507
|
-
SellerProfilePreferences = 1505,
|
|
1508
|
-
SellerProfiles = 1506,
|
|
1509
|
-
SellerProvidedTitle = 1507,
|
|
1510
|
-
SellerProvidedTitleSupported = 1508,
|
|
1511
|
-
SellerRatingSummaryArray = 1509,
|
|
1512
|
-
SellerResponse = 1510,
|
|
1513
|
-
SellerReturnPreferences = 1511,
|
|
1514
|
-
SellerReturnProfile = 1512,
|
|
1515
|
-
SellerRoleMetrics = 1513,
|
|
1516
|
-
SellerShipmentToLogisticsProvider = 1514,
|
|
1517
|
-
SellerShippingProfile = 1515,
|
|
1518
|
-
SellerThirdPartyCheckoutDisabled = 1516,
|
|
1519
|
-
SellerThirdPartyUsername = 1517,
|
|
1520
|
-
SellerUserID = 1518,
|
|
1521
|
-
SellerVacationNote = 1519,
|
|
1522
|
-
SellingManagerFolderDetails = 1520,
|
|
1523
|
-
SellingManagerProduct = 1521,
|
|
1524
|
-
SellingManagerProductDetails = 1522,
|
|
1525
|
-
SellingManagerProductInventoryStatus = 1523,
|
|
1526
|
-
SellingManagerProductSpecifics = 1524,
|
|
1527
|
-
SellingManagerSalesRecordNumber = 1525,
|
|
1528
|
-
SellingManagerSoldOrder = 1526,
|
|
1529
|
-
SellingManagerSoldTransaction = 1527,
|
|
1530
|
-
SellingManagerTemplateDetails = 1528,
|
|
1531
|
-
SellingManagerTemplateDetailsArray = 1529,
|
|
1532
|
-
SellingReminders = 1530,
|
|
1533
|
-
SellingStatus = 1531,
|
|
1534
|
-
SellingSummary = 1532,
|
|
1535
|
-
Sender = 1533,
|
|
1536
|
-
SenderEmail = 1534,
|
|
1537
|
-
SenderID = 1535,
|
|
1538
|
-
SendToName = 1536,
|
|
1539
|
-
ServiceType = 1537,
|
|
1540
|
-
SessionID = 1538,
|
|
1541
|
-
Severity = 1539,
|
|
1542
|
-
SeverityCode = 1540,
|
|
1543
|
-
Shipment = 1541,
|
|
1544
|
-
ShipmentLineItem = 1542,
|
|
1545
|
-
ShipmentTrackingDetails = 1543,
|
|
1546
|
-
ShipmentTrackingNumber = 1544,
|
|
1547
|
-
ShipmentTrackNumber = 1545,
|
|
1548
|
-
Shipped = 1546,
|
|
1549
|
-
ShippedStatus = 1547,
|
|
1550
|
-
ShippedTime = 1548,
|
|
1551
|
-
ShippingAddress = 1549,
|
|
1552
|
-
ShippingCarrier = 1550,
|
|
1553
|
-
ShippingCarrierDetails = 1551,
|
|
1554
|
-
ShippingCarrierID = 1552,
|
|
1555
|
-
ShippingCarrierUsed = 1553,
|
|
1556
|
-
ShippingCategory = 1554,
|
|
1557
|
-
ShippingCategoryDetails = 1555,
|
|
1558
|
-
ShippingConvenienceCharge = 1556,
|
|
1559
|
-
ShippingCost = 1557,
|
|
1560
|
-
ShippingCostPaidBy = 1558,
|
|
1561
|
-
ShippingCostPaidByOption = 1559,
|
|
1562
|
-
ShippingDetails = 1560,
|
|
1563
|
-
ShippingDetailsToBeProvidedCount = 1561,
|
|
1564
|
-
ShippingDiscount = 1562,
|
|
1565
|
-
ShippingDiscountAmount = 1563,
|
|
1566
|
-
ShippingDiscountProfileID = 1564,
|
|
1567
|
-
ShippingIncludedInTax = 1565,
|
|
1568
|
-
ShippingInsurance = 1566,
|
|
1569
|
-
ShippingInsuranceCost = 1567,
|
|
1570
|
-
ShippingIrregular = 1568,
|
|
1571
|
-
ShippingLocation = 1569,
|
|
1572
|
-
ShippingLocationDetails = 1570,
|
|
1573
|
-
ShippingNeededCount = 1571,
|
|
1574
|
-
ShippingPackage = 1572,
|
|
1575
|
-
ShippingPackageDetails = 1573,
|
|
1576
|
-
ShippingPackageInfo = 1574,
|
|
1577
|
-
ShippingProfileCategoryGroup = 1575,
|
|
1578
|
-
ShippingProfileID = 1576,
|
|
1579
|
-
ShippingProfileName = 1577,
|
|
1580
|
-
ShippingRateErrorMessage = 1578,
|
|
1581
|
-
ShippingRateType = 1579,
|
|
1582
|
-
ShippingReimbursement = 1580,
|
|
1583
|
-
ShippingService = 1581,
|
|
1584
|
-
ShippingServiceAdditionalCost = 1582,
|
|
1585
|
-
ShippingServiceCost = 1583,
|
|
1586
|
-
ShippingServiceCostOverride = 1584,
|
|
1587
|
-
ShippingServiceCostOverrideList = 1585,
|
|
1588
|
-
ShippingServiceCutOffTime = 1586,
|
|
1589
|
-
ShippingServiceDetails = 1587,
|
|
1590
|
-
ShippingServiceID = 1588,
|
|
1591
|
-
ShippingServiceOptions = 1589,
|
|
1592
|
-
ShippingServicePackageDetails = 1590,
|
|
1593
|
-
ShippingServicePriority = 1591,
|
|
1594
|
-
ShippingServiceSelected = 1592,
|
|
1595
|
-
ShippingServiceType = 1593,
|
|
1596
|
-
ShippingServiceUsed = 1594,
|
|
1597
|
-
ShippingSurcharge = 1595,
|
|
1598
|
-
ShippingTermsInDescription = 1596,
|
|
1599
|
-
ShippingTermsRequired = 1597,
|
|
1600
|
-
ShippingTime = 1598,
|
|
1601
|
-
ShippingTimeMax = 1599,
|
|
1602
|
-
ShippingTimeMin = 1600,
|
|
1603
|
-
ShippingTrackingEvent = 1601,
|
|
1604
|
-
ShippingType = 1602,
|
|
1605
|
-
ShipToAddress = 1603,
|
|
1606
|
-
ShipToLocation = 1604,
|
|
1607
|
-
ShipToLocations = 1605,
|
|
1608
|
-
ShipToRegistrationCountry = 1606,
|
|
1609
|
-
ShortMessage = 1607,
|
|
1610
|
-
ShortSummary = 1608,
|
|
1611
|
-
ShowBidderNoticePreferences = 1609,
|
|
1612
|
-
ShowCombinedPaymentPreferences = 1610,
|
|
1613
|
-
ShowCrossPromotionPreferences = 1611,
|
|
1614
|
-
ShowDispatchCutoffTimePreferences = 1612,
|
|
1615
|
-
ShowEmailShipmentTrackingNumberPreference = 1613,
|
|
1616
|
-
ShowEndOfAuctionEmailPreferences = 1614,
|
|
1617
|
-
ShowGlobalShippingProgramListingPreference = 1615,
|
|
1618
|
-
ShowGlobalShippingProgramPreference = 1616,
|
|
1619
|
-
ShowOverrideGSPServiceWithIntlServicePreference = 1617,
|
|
1620
|
-
ShowProStoresPreferences = 1618,
|
|
1621
|
-
ShowPurchaseReminderEmailPreferences = 1619,
|
|
1622
|
-
ShowRequiredShipPhoneNumberPreference = 1620,
|
|
1623
|
-
ShowSellerExcludeShipToLocationPreference = 1621,
|
|
1624
|
-
ShowSellerFavoriteItemPreferences = 1622,
|
|
1625
|
-
ShowSellerPaymentPreferences = 1623,
|
|
1626
|
-
ShowSellerProfilePreferences = 1624,
|
|
1627
|
-
ShowSellerReturnPreferences = 1625,
|
|
1628
|
-
ShowUnpaidItemAssistanceExclusionList = 1626,
|
|
1629
|
-
ShowUnpaidItemAssistancePreference = 1627,
|
|
1630
|
-
SignUpForStoreNewsletter = 1628,
|
|
1631
|
-
Site = 1629,
|
|
1632
|
-
SiteCurrency = 1630,
|
|
1633
|
-
SiteDefaults = 1631,
|
|
1634
|
-
SiteDetails = 1632,
|
|
1635
|
-
SiteHostedPictureDetails = 1633,
|
|
1636
|
-
SiteID = 1634,
|
|
1637
|
-
SiteWideCharacteristicSets = 1635,
|
|
1638
|
-
SKU = 1636,
|
|
1639
|
-
SKUArray = 1637,
|
|
1640
|
-
SkypeContactOption = 1638,
|
|
1641
|
-
SkypeEnabled = 1639,
|
|
1642
|
-
SkypeID = 1640,
|
|
1643
|
-
SkypeMeNonTransactionalEnabled = 1641,
|
|
1644
|
-
SkypeMeTransactionalEnabled = 1642,
|
|
1645
|
-
SMSPhone = 1643,
|
|
1646
|
-
SMSSubscription = 1644,
|
|
1647
|
-
SoldAlert = 1645,
|
|
1648
|
-
SoldAsBin = 1646,
|
|
1649
|
-
SoldDurationInDays = 1647,
|
|
1650
|
-
SoldList = 1648,
|
|
1651
|
-
SoldOffeBay = 1649,
|
|
1652
|
-
SoldOn = 1650,
|
|
1653
|
-
SoldOneBay = 1651,
|
|
1654
|
-
Sort = 1652,
|
|
1655
|
-
SortingOrder = 1653,
|
|
1656
|
-
SortOrder = 1654,
|
|
1657
|
-
Source = 1655,
|
|
1658
|
-
SourceSaleTemplateID = 1656,
|
|
1659
|
-
SpacingIntervalInMinutes = 1657,
|
|
1660
|
-
SpecialitySubscription = 1658,
|
|
1661
|
-
StandardLabel = 1659,
|
|
1662
|
-
StandardOffset = 1660,
|
|
1663
|
-
StartCreationTime = 1661,
|
|
1664
|
-
StartingDisputeID = 1662,
|
|
1665
|
-
StartPrice = 1663,
|
|
1666
|
-
StartTime = 1664,
|
|
1667
|
-
StartTimeFrom = 1665,
|
|
1668
|
-
StartTimeTo = 1666,
|
|
1669
|
-
StateOrProvince = 1667,
|
|
1670
|
-
StaticAlias = 1668,
|
|
1671
|
-
Status = 1669,
|
|
1672
|
-
StockPhoto = 1670,
|
|
1673
|
-
StockPhotoURL = 1671,
|
|
1674
|
-
Store = 1672,
|
|
1675
|
-
StoreCategories = 1673,
|
|
1676
|
-
StoreCategory2ID = 1674,
|
|
1677
|
-
StoreCategory2Name = 1675,
|
|
1678
|
-
StoreCategoryID = 1676,
|
|
1679
|
-
StoreCategoryName = 1677,
|
|
1680
|
-
StoredComments = 1678,
|
|
1681
|
-
StoredCommentText = 1679,
|
|
1682
|
-
Storefront = 1680,
|
|
1683
|
-
StoreID = 1681,
|
|
1684
|
-
StoreInventoryEnabled = 1682,
|
|
1685
|
-
StoreName = 1683,
|
|
1686
|
-
StoreOwner = 1684,
|
|
1687
|
-
StoreOwnerExtendedListingDurations = 1685,
|
|
1688
|
-
StoreOwnerExtendedListingDurationsEnabled = 1686,
|
|
1689
|
-
StorePreferences = 1687,
|
|
1690
|
-
StoreSite = 1688,
|
|
1691
|
-
StoreURL = 1689,
|
|
1692
|
-
Street = 1690,
|
|
1693
|
-
Street1 = 1691,
|
|
1694
|
-
Street2 = 1692,
|
|
1695
|
-
Subject = 1693,
|
|
1696
|
-
SubmittedTime = 1694,
|
|
1697
|
-
SubscribeSA = 1695,
|
|
1698
|
-
SubscribeSAPro = 1696,
|
|
1699
|
-
SubscribeSM = 1697,
|
|
1700
|
-
SubscribeSMPro = 1698,
|
|
1701
|
-
Subscription = 1699,
|
|
1702
|
-
SubscriptionArray = 1700,
|
|
1703
|
-
SubscriptionLevel = 1701,
|
|
1704
|
-
SubTitle = 1702,
|
|
1705
|
-
Subtotal = 1703,
|
|
1706
|
-
SubtotalAmount = 1704,
|
|
1707
|
-
SuccessPercent = 1705,
|
|
1708
|
-
SuggestedCategory = 1706,
|
|
1709
|
-
SuggestedCategoryArray = 1707,
|
|
1710
|
-
SuggestedText = 1708,
|
|
1711
|
-
Summary = 1709,
|
|
1712
|
-
SummaryDays = 1710,
|
|
1713
|
-
SummaryPeriod = 1711,
|
|
1714
|
-
SummarySchedule = 1712,
|
|
1715
|
-
SupportedSellerProfile = 1713,
|
|
1716
|
-
SupportedSellerProfiles = 1714,
|
|
1717
|
-
SupportedSite = 1715,
|
|
1718
|
-
SurchargeApplicable = 1716,
|
|
1719
|
-
TargetUser = 1717,
|
|
1720
|
-
TargetUserID = 1718,
|
|
1721
|
-
TaskID = 1719,
|
|
1722
|
-
TaskReferenceID = 1720,
|
|
1723
|
-
TaxAmount = 1721,
|
|
1724
|
-
TaxCategory = 1722,
|
|
1725
|
-
TaxDescription = 1723,
|
|
1726
|
-
TaxDetails = 1724,
|
|
1727
|
-
Taxes = 1725,
|
|
1728
|
-
TaxJurisdiction = 1726,
|
|
1729
|
-
TaxOnHandlingAmount = 1727,
|
|
1730
|
-
TaxOnShippingAmount = 1728,
|
|
1731
|
-
TaxOnSubtotalAmount = 1729,
|
|
1732
|
-
TaxTable = 1730,
|
|
1733
|
-
TCROriginalItemID = 1731,
|
|
1734
|
-
Template = 1732,
|
|
1735
|
-
TemplateID = 1733,
|
|
1736
|
-
TemplateName = 1734,
|
|
1737
|
-
TemplateText = 1735,
|
|
1738
|
-
TemplateXML = 1736,
|
|
1739
|
-
TermsAndConditions = 1737,
|
|
1740
|
-
Text = 1738,
|
|
1741
|
-
TextCustomized = 1739,
|
|
1742
|
-
Theme = 1740,
|
|
1743
|
-
ThemeGroup = 1741,
|
|
1744
|
-
ThemeID = 1742,
|
|
1745
|
-
ThemeTotal = 1743,
|
|
1746
|
-
ThirdPartyCheckout = 1744,
|
|
1747
|
-
TicketListingDetails = 1745,
|
|
1748
|
-
Time = 1746,
|
|
1749
|
-
TimeBid = 1747,
|
|
1750
|
-
TimeFrom = 1748,
|
|
1751
|
-
TimeLeft = 1749,
|
|
1752
|
-
Timestamp = 1750,
|
|
1753
|
-
TimeTo = 1751,
|
|
1754
|
-
TimeZoneDetails = 1752,
|
|
1755
|
-
TimeZoneID = 1753,
|
|
1756
|
-
Title = 1754,
|
|
1757
|
-
TitleColor = 1755,
|
|
1758
|
-
TitleFace = 1756,
|
|
1759
|
-
TitleSize = 1757,
|
|
1760
|
-
TitleWithCompatibility = 1758,
|
|
1761
|
-
TokenStatus = 1759,
|
|
1762
|
-
TopRatedListing = 1760,
|
|
1763
|
-
TopRatedProgram = 1761,
|
|
1764
|
-
TopRatedSeller = 1762,
|
|
1765
|
-
TopRatedSellerDetails = 1763,
|
|
1766
|
-
Total = 1764,
|
|
1767
|
-
TotalAlertCount = 1765,
|
|
1768
|
-
TotalAmount = 1766,
|
|
1769
|
-
TotalAuctionSellingValue = 1767,
|
|
1770
|
-
TotalAvailable = 1768,
|
|
1771
|
-
TotalBids = 1769,
|
|
1772
|
-
TotalEmailsSent = 1770,
|
|
1773
|
-
TotalFeedbackPeriodArray = 1771,
|
|
1774
|
-
TotalHighPriorityCount = 1772,
|
|
1775
|
-
TotalLeadCount = 1773,
|
|
1776
|
-
TotalListingsWithLeads = 1774,
|
|
1777
|
-
TotalMessageCount = 1775,
|
|
1778
|
-
TotalNewLeadsCount = 1776,
|
|
1779
|
-
TotalNumberOfEntries = 1777,
|
|
1780
|
-
TotalNumberOfPages = 1778,
|
|
1781
|
-
TotalPrice = 1779,
|
|
1782
|
-
TotalQuantity = 1780,
|
|
1783
|
-
TotalQuestionCount = 1781,
|
|
1784
|
-
TotalRefundToBuyer = 1782,
|
|
1785
|
-
TotalShippingCost = 1783,
|
|
1786
|
-
TotalSoldCount = 1784,
|
|
1787
|
-
TotalSoldValue = 1785,
|
|
1788
|
-
TotalTaxAmount = 1786,
|
|
1789
|
-
TotalWinningCost = 1787,
|
|
1790
|
-
TotalWonCost = 1788,
|
|
1791
|
-
TrackingID = 1789,
|
|
1792
|
-
TrackingPartnerCode = 1790,
|
|
1793
|
-
TradeInMake = 1791,
|
|
1794
|
-
TradeInModel = 1792,
|
|
1795
|
-
TradeInYear = 1793,
|
|
1796
|
-
TradeRegistrationNumber = 1794,
|
|
1797
|
-
Transaction = 1795,
|
|
1798
|
-
TransactionArray = 1796,
|
|
1799
|
-
TransactionConfirmationRequestEnabled = 1797,
|
|
1800
|
-
TransactionID = 1798,
|
|
1801
|
-
TransactionPercent = 1799,
|
|
1802
|
-
TransactionPrice = 1800,
|
|
1803
|
-
TransactionSiteID = 1801,
|
|
1804
|
-
TransactionsPerPage = 1802,
|
|
1805
|
-
TUVLevel = 1803,
|
|
1806
|
-
Type = 1804,
|
|
1807
|
-
UniqueBuyerCount = 1805,
|
|
1808
|
-
UniqueNegativeFeedbackCount = 1806,
|
|
1809
|
-
UniqueNeutralFeedbackCount = 1807,
|
|
1810
|
-
UniquePositiveFeedbackCount = 1808,
|
|
1811
|
-
UnitCost = 1809,
|
|
1812
|
-
UnitInfo = 1810,
|
|
1813
|
-
UnitOfMeasurement = 1811,
|
|
1814
|
-
UnitOfMeasurementDetails = 1812,
|
|
1815
|
-
UnitQuantity = 1813,
|
|
1816
|
-
UnitsAvailable = 1814,
|
|
1817
|
-
UnitType = 1815,
|
|
1818
|
-
UnmappedCategoryArray = 1816,
|
|
1819
|
-
UnpaidItem = 1817,
|
|
1820
|
-
UnpaidItemAssistancePreferences = 1818,
|
|
1821
|
-
UnpaidItemStatus = 1819,
|
|
1822
|
-
UnresolvedAlertCount = 1820,
|
|
1823
|
-
UnsoldList = 1821,
|
|
1824
|
-
UnsubscribeNotification = 1822,
|
|
1825
|
-
UnsuccessfulBidderNoticeIncludeMyItems = 1823,
|
|
1826
|
-
UPC = 1824,
|
|
1827
|
-
UPCIdentifierEnabled = 1825,
|
|
1828
|
-
Updated = 1826,
|
|
1829
|
-
UpdateReturnPolicy = 1827,
|
|
1830
|
-
UpdateSellerInfo = 1828,
|
|
1831
|
-
UpdateTime = 1829,
|
|
1832
|
-
UpSellGallerySortFilter = 1830,
|
|
1833
|
-
UpSellItemFormatSortFilter = 1831,
|
|
1834
|
-
UpSellItemSortFilter = 1832,
|
|
1835
|
-
UPSRateOption = 1833,
|
|
1836
|
-
URL = 1834,
|
|
1837
|
-
URLDetails = 1835,
|
|
1838
|
-
URLPath = 1836,
|
|
1839
|
-
URLType = 1837,
|
|
1840
|
-
UseByDate = 1838,
|
|
1841
|
-
UseFirstProduct = 1839,
|
|
1842
|
-
User = 1840,
|
|
1843
|
-
UserAgreementInfo = 1841,
|
|
1844
|
-
UserAgreementURL = 1842,
|
|
1845
|
-
UserAnonymized = 1843,
|
|
1846
|
-
UserConsent = 1844,
|
|
1847
|
-
UserConsentRequired = 1845,
|
|
1848
|
-
UserData = 1846,
|
|
1849
|
-
UserDefinedList = 1847,
|
|
1850
|
-
UserDefinedListName = 1848,
|
|
1851
|
-
UserDefinedLists = 1849,
|
|
1852
|
-
UserDeliveryPreferenceArray = 1850,
|
|
1853
|
-
UserDisplayHint = 1851,
|
|
1854
|
-
UseRecommendedProduct = 1852,
|
|
1855
|
-
UserID = 1853,
|
|
1856
|
-
UserIDChanged = 1854,
|
|
1857
|
-
UserIDLastChanged = 1855,
|
|
1858
|
-
UserInput = 1856,
|
|
1859
|
-
UserRole = 1857,
|
|
1860
|
-
UserStatus = 1858,
|
|
1861
|
-
UserSubscription = 1859,
|
|
1862
|
-
UseStockPhotoURLAsGallery = 1860,
|
|
1863
|
-
UseTaxTable = 1861,
|
|
1864
|
-
USPSRateOption = 1862,
|
|
1865
|
-
UUID = 1863,
|
|
1866
|
-
VacationPreferences = 1864,
|
|
1867
|
-
ValidationRules = 1865,
|
|
1868
|
-
ValidForSellingFlow = 1866,
|
|
1869
|
-
ValidToken = 1867,
|
|
1870
|
-
Value = 1868,
|
|
1871
|
-
ValueCategory = 1869,
|
|
1872
|
-
ValueFormat = 1870,
|
|
1873
|
-
ValueLiteral = 1871,
|
|
1874
|
-
ValuePackEnabled = 1872,
|
|
1875
|
-
ValueRecommendation = 1873,
|
|
1876
|
-
ValueType = 1874,
|
|
1877
|
-
Variation = 1875,
|
|
1878
|
-
VariationDetails = 1876,
|
|
1879
|
-
VariationKey = 1877,
|
|
1880
|
-
VariationPicture = 1878,
|
|
1881
|
-
Variations = 1879,
|
|
1882
|
-
VariationsEnabled = 1880,
|
|
1883
|
-
VariationSKU = 1881,
|
|
1884
|
-
VariationSpecificName = 1882,
|
|
1885
|
-
VariationSpecificPictureSet = 1883,
|
|
1886
|
-
VariationSpecifics = 1884,
|
|
1887
|
-
VariationSpecificsSet = 1885,
|
|
1888
|
-
VariationSpecificValue = 1886,
|
|
1889
|
-
VariationTitle = 1887,
|
|
1890
|
-
VariationViewItemURL = 1888,
|
|
1891
|
-
VATDetails = 1889,
|
|
1892
|
-
VATID = 1890,
|
|
1893
|
-
VATInsuranceFee = 1891,
|
|
1894
|
-
VATPercent = 1892,
|
|
1895
|
-
VATRate = 1893,
|
|
1896
|
-
VATShippingFee = 1894,
|
|
1897
|
-
VATSite = 1895,
|
|
1898
|
-
VATStatus = 1896,
|
|
1899
|
-
VATTotalAmount = 1897,
|
|
1900
|
-
VendorContactInfo = 1898,
|
|
1901
|
-
VendorInfo = 1899,
|
|
1902
|
-
VendorName = 1900,
|
|
1903
|
-
Venue = 1901,
|
|
1904
|
-
VerifiedUser = 1902,
|
|
1905
|
-
VerifiedUserRequirements = 1903,
|
|
1906
|
-
VerifyEligibilityOnly = 1904,
|
|
1907
|
-
VerifyOnly = 1905,
|
|
1908
|
-
VeROReasonCodeDetails = 1906,
|
|
1909
|
-
VeROReasonCodeID = 1907,
|
|
1910
|
-
VeROReportPacketID = 1908,
|
|
1911
|
-
VeROReportPacketStatus = 1909,
|
|
1912
|
-
VeROSiteDetail = 1910,
|
|
1913
|
-
Version = 1911,
|
|
1914
|
-
ViewAllNodes = 1912,
|
|
1915
|
-
ViewItemURL = 1913,
|
|
1916
|
-
ViewItemURLForNaturalSearch = 1914,
|
|
1917
|
-
VIN = 1915,
|
|
1918
|
-
VINLink = 1916,
|
|
1919
|
-
VINSupported = 1917,
|
|
1920
|
-
Virtual = 1918,
|
|
1921
|
-
VRM = 1919,
|
|
1922
|
-
VRMLink = 1920,
|
|
1923
|
-
VRMSupported = 1921,
|
|
1924
|
-
WarningLevel = 1922,
|
|
1925
|
-
WarrantyDuration = 1923,
|
|
1926
|
-
WarrantyDurationOption = 1924,
|
|
1927
|
-
WarrantyOffered = 1925,
|
|
1928
|
-
WarrantyOfferedOption = 1926,
|
|
1929
|
-
WarrantyType = 1927,
|
|
1930
|
-
WarrantyTypeOption = 1928,
|
|
1931
|
-
WatchCount = 1929,
|
|
1932
|
-
WatchList = 1930,
|
|
1933
|
-
WatchListCount = 1931,
|
|
1934
|
-
WatchListMaximum = 1932,
|
|
1935
|
-
WeightMajor = 1933,
|
|
1936
|
-
WeightMinor = 1934,
|
|
1937
|
-
WeightOff = 1935,
|
|
1938
|
-
WeightRequired = 1936,
|
|
1939
|
-
WinningCount = 1937,
|
|
1940
|
-
WonCount = 1938,
|
|
1941
|
-
WonDurationInDays = 1939,
|
|
1942
|
-
WonList = 1940,
|
|
1943
|
-
ZeroFeedbackScore = 1941
|
|
1944
|
-
}
|
|
1945
|
-
export type Fields = {
|
|
1946
|
-
[key in typeof fields[number]]: Fields | Fields[] | number | number[] | string | string[] | boolean | boolean[];
|
|
1947
|
-
};
|
|
1948
|
-
export default fields;
|
|
1
|
+
declare enum fields {
|
|
2
|
+
AboutMePage = 0,
|
|
3
|
+
Accent = 1,
|
|
4
|
+
AcceptedTime = 2,
|
|
5
|
+
AccountCode = 3,
|
|
6
|
+
AccountDetailsEntryType = 4,
|
|
7
|
+
AccountEntries = 5,
|
|
8
|
+
AccountEntry = 6,
|
|
9
|
+
AccountEntrySortType = 7,
|
|
10
|
+
AccountHistorySelection = 8,
|
|
11
|
+
AccountID = 9,
|
|
12
|
+
AccountNumber = 10,
|
|
13
|
+
AccountState = 11,
|
|
14
|
+
AccountSummary = 12,
|
|
15
|
+
Ack = 13,
|
|
16
|
+
Action = 14,
|
|
17
|
+
ActionRequiredBy = 15,
|
|
18
|
+
ActiveAuctionCount = 16,
|
|
19
|
+
ActiveItemsOnly = 17,
|
|
20
|
+
ActiveList = 18,
|
|
21
|
+
ActualDeliveryTime = 19,
|
|
22
|
+
ActualHandlingCost = 20,
|
|
23
|
+
ActualShippingCost = 21,
|
|
24
|
+
AddItemRequestContainer = 22,
|
|
25
|
+
AddItemResponseContainer = 23,
|
|
26
|
+
AdditionalAccount = 24,
|
|
27
|
+
AdditionalCompatibilityEnabled = 25,
|
|
28
|
+
AdditionalContactInformation = 26,
|
|
29
|
+
AdditionalInformation = 27,
|
|
30
|
+
AddMemberMessagesAAQToBidderRequestContainer = 28,
|
|
31
|
+
AddMemberMessagesAAQToBidderResponseContainer = 29,
|
|
32
|
+
Address = 30,
|
|
33
|
+
AddressID = 31,
|
|
34
|
+
AddressOwner = 32,
|
|
35
|
+
AddressUsage = 33,
|
|
36
|
+
AddToFavoriteStores = 34,
|
|
37
|
+
AdFormatEnabled = 35,
|
|
38
|
+
AdFormatLead = 36,
|
|
39
|
+
AdFormatLeadCount = 37,
|
|
40
|
+
AdjustmentAmount = 38,
|
|
41
|
+
AdminEnded = 39,
|
|
42
|
+
AdminEndedItemsOnly = 40,
|
|
43
|
+
Adult = 41,
|
|
44
|
+
AdvancedThemeArray = 42,
|
|
45
|
+
AffiliateTrackingDetails = 43,
|
|
46
|
+
AffiliateUserID = 44,
|
|
47
|
+
AffiliationType = 45,
|
|
48
|
+
Alert = 46,
|
|
49
|
+
AlertEmail = 47,
|
|
50
|
+
AlertEnable = 48,
|
|
51
|
+
AlertType = 49,
|
|
52
|
+
AllAuctionItems = 50,
|
|
53
|
+
AllFeaturesForCategory = 51,
|
|
54
|
+
AllFixedPriceItems = 52,
|
|
55
|
+
AllowPaymentEdit = 53,
|
|
56
|
+
AllStoreInventoryItems = 54,
|
|
57
|
+
AlternateText = 55,
|
|
58
|
+
AlwaysUseThisPaymentAddress = 56,
|
|
59
|
+
Amount = 57,
|
|
60
|
+
AmountLimitRemaining = 58,
|
|
61
|
+
AmountPaid = 59,
|
|
62
|
+
AmountPastDue = 60,
|
|
63
|
+
AmountSaved = 61,
|
|
64
|
+
AnnouncementStartTime = 62,
|
|
65
|
+
Answer1 = 63,
|
|
66
|
+
Answer2 = 64,
|
|
67
|
+
ApiAccessRule = 65,
|
|
68
|
+
ApplicationData = 66,
|
|
69
|
+
ApplicationDeliveryPreferences = 67,
|
|
70
|
+
ApplicationDeviceType = 68,
|
|
71
|
+
ApplicationEnable = 69,
|
|
72
|
+
ApplicationURL = 70,
|
|
73
|
+
ApplyBuyerProtection = 71,
|
|
74
|
+
Archived = 72,
|
|
75
|
+
ASQPreferences = 73,
|
|
76
|
+
Attribute = 74,
|
|
77
|
+
AttributeArray = 75,
|
|
78
|
+
AttributeRecommendations = 76,
|
|
79
|
+
AttributeSetArray = 77,
|
|
80
|
+
AttributeSetID = 78,
|
|
81
|
+
AttributeSetVersion = 79,
|
|
82
|
+
AttributeSystemVersion = 80,
|
|
83
|
+
AuctionBidCount = 81,
|
|
84
|
+
AuctionSellingCount = 82,
|
|
85
|
+
AudioChallengeURL = 83,
|
|
86
|
+
AutomatedLeaveFeedbackEvent = 84,
|
|
87
|
+
AutomatedListingRule = 85,
|
|
88
|
+
AutomatedRelistingRule = 86,
|
|
89
|
+
AutomatedSecondChanceOfferRule = 87,
|
|
90
|
+
AutomationAlert = 88,
|
|
91
|
+
AutoOptDonationRefund = 89,
|
|
92
|
+
AutoPay = 90,
|
|
93
|
+
AutoPayEnabled = 91,
|
|
94
|
+
AutoRelist = 92,
|
|
95
|
+
AverageRatingDetails = 93,
|
|
96
|
+
AverageRatingSummary = 94,
|
|
97
|
+
AverageSellingPrice = 95,
|
|
98
|
+
AverageSoldPrice = 96,
|
|
99
|
+
AverageStartPrice = 97,
|
|
100
|
+
B2BVATEnabled = 98,
|
|
101
|
+
Balance = 99,
|
|
102
|
+
BankAccountInfo = 100,
|
|
103
|
+
BankModifyDate = 101,
|
|
104
|
+
BaseURL = 102,
|
|
105
|
+
BasicThemeArray = 103,
|
|
106
|
+
BasicUpgradePackEnabled = 104,
|
|
107
|
+
BeginDate = 105,
|
|
108
|
+
BestOffer = 106,
|
|
109
|
+
BestOfferArray = 107,
|
|
110
|
+
BestOfferAutoAcceptEnabled = 108,
|
|
111
|
+
BestOfferAutoAcceptPrice = 109,
|
|
112
|
+
BestOfferAutoDeclineEnabled = 110,
|
|
113
|
+
BestOfferCodeType = 111,
|
|
114
|
+
BestOfferCount = 112,
|
|
115
|
+
BestOfferCounterEnabled = 113,
|
|
116
|
+
BestOfferDetails = 114,
|
|
117
|
+
BestOfferEnabled = 115,
|
|
118
|
+
BestOfferID = 116,
|
|
119
|
+
BestOfferList = 117,
|
|
120
|
+
BestOfferSale = 118,
|
|
121
|
+
BestOfferStatus = 119,
|
|
122
|
+
BestTimeToCall = 120,
|
|
123
|
+
BidActivityWithSeller = 121,
|
|
124
|
+
BidArray = 122,
|
|
125
|
+
BidAssistantList = 123,
|
|
126
|
+
BidCount = 124,
|
|
127
|
+
BidCountMax = 125,
|
|
128
|
+
BidCountMin = 126,
|
|
129
|
+
Bidder = 127,
|
|
130
|
+
BidderCount = 128,
|
|
131
|
+
BidderNoticePreferences = 129,
|
|
132
|
+
BiddingCount = 130,
|
|
133
|
+
BiddingDetails = 131,
|
|
134
|
+
BiddingSummary = 132,
|
|
135
|
+
BidIncrement = 133,
|
|
136
|
+
BidItemArray = 134,
|
|
137
|
+
BidList = 135,
|
|
138
|
+
BidRetractionFeedbackPeriodArray = 136,
|
|
139
|
+
BidRetractions = 137,
|
|
140
|
+
BidsToUniqueCategories = 138,
|
|
141
|
+
BidsToUniqueSellers = 139,
|
|
142
|
+
BillingCycleDate = 140,
|
|
143
|
+
BillingEmail = 141,
|
|
144
|
+
BindingAuction = 142,
|
|
145
|
+
BlockOnWarning = 143,
|
|
146
|
+
Body = 144,
|
|
147
|
+
BoldTitle = 145,
|
|
148
|
+
Border = 146,
|
|
149
|
+
BotBlock = 147,
|
|
150
|
+
BotBlockAudioUrl = 148,
|
|
151
|
+
BotBlockToken = 149,
|
|
152
|
+
BotBlockUrl = 150,
|
|
153
|
+
BotBlockUserInput = 151,
|
|
154
|
+
Brand = 152,
|
|
155
|
+
BrandMPN = 153,
|
|
156
|
+
BrandMPNIdentifierEnabled = 154,
|
|
157
|
+
BriefText = 155,
|
|
158
|
+
Build = 156,
|
|
159
|
+
BusinessRole = 157,
|
|
160
|
+
BusinessSeller = 158,
|
|
161
|
+
BusinessSellerDetails = 159,
|
|
162
|
+
Buyer = 160,
|
|
163
|
+
BuyerCheckoutMessage = 161,
|
|
164
|
+
BuyerEmail = 162,
|
|
165
|
+
BuyerExternalTransactionID = 163,
|
|
166
|
+
BuyerGuaranteeEnabled = 164,
|
|
167
|
+
BuyerGuaranteePrice = 165,
|
|
168
|
+
BuyerID = 166,
|
|
169
|
+
BuyerInfo = 167,
|
|
170
|
+
BuyerMessage = 168,
|
|
171
|
+
BuyerPaidStatus = 169,
|
|
172
|
+
BuyerProtection = 170,
|
|
173
|
+
BuyerProtectionSource = 171,
|
|
174
|
+
BuyerProtectionStatus = 172,
|
|
175
|
+
BuyerRequirementDetails = 173,
|
|
176
|
+
BuyerResponsibleForShipping = 174,
|
|
177
|
+
BuyerRoleMetrics = 175,
|
|
178
|
+
BuyerSatisfaction = 176,
|
|
179
|
+
BuyerSelectedShipping = 177,
|
|
180
|
+
BuyerUserID = 178,
|
|
181
|
+
BuyingReminders = 179,
|
|
182
|
+
BuyingSummary = 180,
|
|
183
|
+
BuyItNowAdded = 181,
|
|
184
|
+
BuyItNowAvailable = 182,
|
|
185
|
+
BuyItNowLowered = 183,
|
|
186
|
+
BuyItNowPrice = 184,
|
|
187
|
+
CalculatedHandlingDiscount = 185,
|
|
188
|
+
CalculatedShippingDiscount = 186,
|
|
189
|
+
CalculatedShippingRate = 187,
|
|
190
|
+
CallMode = 188,
|
|
191
|
+
CallName = 189,
|
|
192
|
+
CallStatus = 190,
|
|
193
|
+
CampaignDisplayName = 191,
|
|
194
|
+
CampaignID = 192,
|
|
195
|
+
CancelCompleteDate = 193,
|
|
196
|
+
CancelDetail = 194,
|
|
197
|
+
CancelIntiationDate = 195,
|
|
198
|
+
CancelIntiator = 196,
|
|
199
|
+
CancelReason = 197,
|
|
200
|
+
CancelReasonDetails = 198,
|
|
201
|
+
CancelStatus = 199,
|
|
202
|
+
CarrierID = 200,
|
|
203
|
+
CartID = 201,
|
|
204
|
+
CashOnDeliveryCost = 202,
|
|
205
|
+
CatalogEnabled = 203,
|
|
206
|
+
Category = 204,
|
|
207
|
+
Category2ID = 205,
|
|
208
|
+
CategoryArray = 206,
|
|
209
|
+
CategoryBasedAttributesPrefill = 207,
|
|
210
|
+
CategoryCount = 208,
|
|
211
|
+
CategoryGroup = 209,
|
|
212
|
+
CategoryID = 210,
|
|
213
|
+
CategoryLevel = 211,
|
|
214
|
+
CategoryMapping = 212,
|
|
215
|
+
CategoryMappingAllowed = 213,
|
|
216
|
+
CategoryName = 214,
|
|
217
|
+
CategoryParent = 215,
|
|
218
|
+
CategoryParentID = 216,
|
|
219
|
+
CategoryParentName = 217,
|
|
220
|
+
CategorySiteID = 218,
|
|
221
|
+
CategorySpecific = 219,
|
|
222
|
+
CategorySpecificsFileInfo = 220,
|
|
223
|
+
CategoryStructureOnly = 221,
|
|
224
|
+
CategoryVersion = 222,
|
|
225
|
+
CeilingPrice = 223,
|
|
226
|
+
ChallengeToken = 224,
|
|
227
|
+
ChangePaymentInstructions = 225,
|
|
228
|
+
CharacteristicsSet = 226,
|
|
229
|
+
CharacteristicsSets = 227,
|
|
230
|
+
Charity = 228,
|
|
231
|
+
CharityAffiliationDetail = 229,
|
|
232
|
+
CharityAffiliationDetails = 230,
|
|
233
|
+
CharityAffiliations = 231,
|
|
234
|
+
CharityDomain = 232,
|
|
235
|
+
CharityID = 233,
|
|
236
|
+
CharityListing = 234,
|
|
237
|
+
CharityName = 235,
|
|
238
|
+
CharityNumber = 236,
|
|
239
|
+
CharityRegion = 237,
|
|
240
|
+
CharityRegistered = 238,
|
|
241
|
+
CheckoutEnabled = 239,
|
|
242
|
+
CheckoutInstructions = 240,
|
|
243
|
+
CheckoutStatus = 241,
|
|
244
|
+
ChildCategory = 242,
|
|
245
|
+
ChildFolder = 243,
|
|
246
|
+
CIPBankAccountStored = 244,
|
|
247
|
+
CityName = 245,
|
|
248
|
+
ClassifiedAdAutoAcceptEnabled = 246,
|
|
249
|
+
ClassifiedAdAutoDeclineEnabled = 247,
|
|
250
|
+
ClassifiedAdBestOfferEnabled = 248,
|
|
251
|
+
ClassifiedAdCompanyNameEnabled = 249,
|
|
252
|
+
ClassifiedAdContactByAddressEnabled = 250,
|
|
253
|
+
ClassifiedAdContactByEmailEnabled = 251,
|
|
254
|
+
ClassifiedAdContactByPhoneEnabled = 252,
|
|
255
|
+
ClassifiedAdCount = 253,
|
|
256
|
+
ClassifiedAdCounterOfferEnabled = 254,
|
|
257
|
+
ClassifiedAdOfferCount = 255,
|
|
258
|
+
ClassifiedAdPaymentMethodEnabled = 256,
|
|
259
|
+
ClassifiedAdPayPerLeadEnabled = 257,
|
|
260
|
+
ClassifiedAdPhoneCount = 258,
|
|
261
|
+
ClassifiedAdShippingMethodEnabled = 259,
|
|
262
|
+
ClassifiedAdStreetCount = 260,
|
|
263
|
+
ClientAlertsAuthToken = 261,
|
|
264
|
+
CODCost = 262,
|
|
265
|
+
Code = 263,
|
|
266
|
+
CodiceFiscale = 264,
|
|
267
|
+
CODService = 265,
|
|
268
|
+
Color = 266,
|
|
269
|
+
ColorScheme = 267,
|
|
270
|
+
ColorSchemeID = 268,
|
|
271
|
+
CombinedDuration = 269,
|
|
272
|
+
CombinedFixedPriceTreatmentEnabled = 270,
|
|
273
|
+
CombinedPaymentOption = 271,
|
|
274
|
+
CombinedPaymentPreferences = 272,
|
|
275
|
+
Comment = 273,
|
|
276
|
+
CommentingUser = 274,
|
|
277
|
+
CommentingUserScore = 275,
|
|
278
|
+
CommentReplaced = 276,
|
|
279
|
+
Comments = 277,
|
|
280
|
+
CommentText = 278,
|
|
281
|
+
CommentTime = 279,
|
|
282
|
+
CommentType = 280,
|
|
283
|
+
Commission = 281,
|
|
284
|
+
CompanyName = 282,
|
|
285
|
+
Compatibility = 283,
|
|
286
|
+
CompatibilityNotes = 284,
|
|
287
|
+
CompatibleVehicleType = 285,
|
|
288
|
+
CompleteStatus = 286,
|
|
289
|
+
Condition = 287,
|
|
290
|
+
ConditionDescription = 288,
|
|
291
|
+
ConditionDisplayName = 289,
|
|
292
|
+
ConditionEnabled = 290,
|
|
293
|
+
ConditionHelpURL = 291,
|
|
294
|
+
ConditionID = 292,
|
|
295
|
+
ConditionValues = 293,
|
|
296
|
+
Confidence = 294,
|
|
297
|
+
ContactAddress = 295,
|
|
298
|
+
ContactHoursDetails = 296,
|
|
299
|
+
ContactID = 297,
|
|
300
|
+
ContainingOrder = 298,
|
|
301
|
+
Content = 299,
|
|
302
|
+
ContextSearchAsset = 300,
|
|
303
|
+
ConversionRate = 301,
|
|
304
|
+
ConvertedAdjustmentAmount = 302,
|
|
305
|
+
ConvertedAmountPaid = 303,
|
|
306
|
+
ConvertedBuyItNowPrice = 304,
|
|
307
|
+
ConvertedCurrentPrice = 305,
|
|
308
|
+
ConvertedMaxBid = 306,
|
|
309
|
+
ConvertedPrice = 307,
|
|
310
|
+
ConvertedReservePrice = 308,
|
|
311
|
+
ConvertedStartPrice = 309,
|
|
312
|
+
ConvertedTransactionPrice = 310,
|
|
313
|
+
CopyEmail = 311,
|
|
314
|
+
CopyEmailToRightsOwner = 312,
|
|
315
|
+
Copyright = 313,
|
|
316
|
+
CorrelationID = 314,
|
|
317
|
+
CostGroupFlat = 315,
|
|
318
|
+
Count = 316,
|
|
319
|
+
Countable = 317,
|
|
320
|
+
CounterOfferPrice = 318,
|
|
321
|
+
CounterOfferQuantity = 319,
|
|
322
|
+
Country = 320,
|
|
323
|
+
CountryDetails = 321,
|
|
324
|
+
CountryName = 322,
|
|
325
|
+
CountryOfOrigin = 323,
|
|
326
|
+
CountsTowardAggregate = 324,
|
|
327
|
+
County = 325,
|
|
328
|
+
CreatedDate = 326,
|
|
329
|
+
CreatedTime = 327,
|
|
330
|
+
CreateTimeFrom = 328,
|
|
331
|
+
CreateTimeTo = 329,
|
|
332
|
+
CreatingUserRole = 330,
|
|
333
|
+
CreationDate = 331,
|
|
334
|
+
CreationTime = 332,
|
|
335
|
+
CreditCardExpiration = 333,
|
|
336
|
+
CreditCardInfo = 334,
|
|
337
|
+
CreditCardModifyDate = 335,
|
|
338
|
+
CrossBorderTrade = 336,
|
|
339
|
+
CrossBorderTradeAustraliaEnabled = 337,
|
|
340
|
+
CrossBorderTradeGBEnabled = 338,
|
|
341
|
+
CrossBorderTradeNorthAmericaEnabled = 339,
|
|
342
|
+
CrossBorderTransactionCount = 340,
|
|
343
|
+
CrossBorderTransactionPercent = 341,
|
|
344
|
+
CrossPromotion = 342,
|
|
345
|
+
CrossPromotionEnabled = 343,
|
|
346
|
+
CrossPromotionPreferences = 344,
|
|
347
|
+
CrossSellGallerySortFilter = 345,
|
|
348
|
+
CrossSellItemFormatSortFilter = 346,
|
|
349
|
+
CrossSellItemSortFilter = 347,
|
|
350
|
+
Currency = 348,
|
|
351
|
+
CurrencyDetails = 349,
|
|
352
|
+
CurrencyID = 350,
|
|
353
|
+
CurrentBalance = 351,
|
|
354
|
+
CurrentFieldText = 352,
|
|
355
|
+
CurrentFieldValue = 353,
|
|
356
|
+
CurrentPrice = 354,
|
|
357
|
+
CustomCategories = 355,
|
|
358
|
+
CustomCategory = 356,
|
|
359
|
+
CustomEmailName = 357,
|
|
360
|
+
CustomHeader = 358,
|
|
361
|
+
CustomHeaderLayout = 359,
|
|
362
|
+
CustomLabel = 360,
|
|
363
|
+
CustomListingHeader = 361,
|
|
364
|
+
CustomPage = 362,
|
|
365
|
+
CustomPageArray = 363,
|
|
366
|
+
CutoffTime = 364,
|
|
367
|
+
DailyHardLimit = 365,
|
|
368
|
+
DailySoftLimit = 366,
|
|
369
|
+
DailyUsage = 367,
|
|
370
|
+
Date = 368,
|
|
371
|
+
DaylightSavingsInEffect = 369,
|
|
372
|
+
DaylightSavingsLabel = 370,
|
|
373
|
+
DaylightSavingsOffset = 371,
|
|
374
|
+
DayOfWeek = 372,
|
|
375
|
+
DaysSinceSale = 373,
|
|
376
|
+
DaysToFullPayment = 374,
|
|
377
|
+
DeclinedRTERequestCount = 375,
|
|
378
|
+
DefaultPayPalEmailAddress = 376,
|
|
379
|
+
DefaultValue = 377,
|
|
380
|
+
DelayBeforeOpeningDispute = 378,
|
|
381
|
+
Delete = 379,
|
|
382
|
+
DeleteAutomatedListingRule = 380,
|
|
383
|
+
DeleteAutomatedRelistingRule = 381,
|
|
384
|
+
DeleteAutomatedSecondChanceOfferRule = 382,
|
|
385
|
+
DeletedField = 383,
|
|
386
|
+
DeletedFromLostList = 384,
|
|
387
|
+
DeletedFromSoldList = 385,
|
|
388
|
+
DeletedFromUnsoldList = 386,
|
|
389
|
+
DeletedFromWonList = 387,
|
|
390
|
+
DeletedSaleTemplateID = 388,
|
|
391
|
+
DeletedSaleTemplateName = 389,
|
|
392
|
+
DeletedSellingManagerProductDetails = 390,
|
|
393
|
+
DeliveredCount = 391,
|
|
394
|
+
DeliveryStatus = 392,
|
|
395
|
+
DeliveryTime = 393,
|
|
396
|
+
DeliveryURL = 394,
|
|
397
|
+
DeliveryURLDetails = 395,
|
|
398
|
+
DeliveryURLName = 396,
|
|
399
|
+
DepositAmount = 397,
|
|
400
|
+
DepositSupported = 398,
|
|
401
|
+
DepositType = 399,
|
|
402
|
+
DeprecationDetails = 400,
|
|
403
|
+
DescColor = 401,
|
|
404
|
+
DescFace = 402,
|
|
405
|
+
Description = 403,
|
|
406
|
+
DescriptionReviseMode = 404,
|
|
407
|
+
DescriptionTemplate = 405,
|
|
408
|
+
DescSize = 406,
|
|
409
|
+
DestinationCountryCode = 407,
|
|
410
|
+
DestinationParentCategoryID = 408,
|
|
411
|
+
DestinationPostalCode = 409,
|
|
412
|
+
DetailedMessage = 410,
|
|
413
|
+
DetailedText = 411,
|
|
414
|
+
DetailLevel = 412,
|
|
415
|
+
DetailName = 413,
|
|
416
|
+
DetailsURL = 414,
|
|
417
|
+
DetailVersion = 415,
|
|
418
|
+
DeviceType = 416,
|
|
419
|
+
DimensionsRequired = 417,
|
|
420
|
+
DimensionsSupported = 418,
|
|
421
|
+
DisableBuyerRequirements = 419,
|
|
422
|
+
DiscountName = 420,
|
|
423
|
+
DiscountPriceInfo = 421,
|
|
424
|
+
DiscountProfile = 422,
|
|
425
|
+
DiscountProfileID = 423,
|
|
426
|
+
DiscountProfileName = 424,
|
|
427
|
+
DiscountReason = 425,
|
|
428
|
+
DiscountType = 426,
|
|
429
|
+
DiscountValue = 427,
|
|
430
|
+
DispatchCutoffTimePreference = 428,
|
|
431
|
+
DispatchTimeMax = 429,
|
|
432
|
+
DispatchTimeMaxDetails = 430,
|
|
433
|
+
DisplayLogoSelling = 431,
|
|
434
|
+
DisplayMessageStoreCustomText = 432,
|
|
435
|
+
DisplayName = 433,
|
|
436
|
+
DisplayPayNowButton = 434,
|
|
437
|
+
DisplayToPublic = 435,
|
|
438
|
+
DisplayType = 436,
|
|
439
|
+
Dispute = 437,
|
|
440
|
+
DisputeActivity = 438,
|
|
441
|
+
DisputeArray = 439,
|
|
442
|
+
DisputeCreatedTime = 440,
|
|
443
|
+
DisputeCreditEligibility = 441,
|
|
444
|
+
DisputeExplanation = 442,
|
|
445
|
+
DisputeFilterCount = 443,
|
|
446
|
+
DisputeFilterType = 444,
|
|
447
|
+
DisputeID = 445,
|
|
448
|
+
DisputeMessage = 446,
|
|
449
|
+
DisputeModifiedTime = 447,
|
|
450
|
+
DisputeReason = 448,
|
|
451
|
+
DisputeRecordType = 449,
|
|
452
|
+
DisputeResolution = 450,
|
|
453
|
+
DisputeResolutionReason = 451,
|
|
454
|
+
DisputeResolutionRecordType = 452,
|
|
455
|
+
DisputeSortType = 453,
|
|
456
|
+
DisputeState = 454,
|
|
457
|
+
DisputeStatus = 455,
|
|
458
|
+
DocsForCCProcessingToSendCount = 456,
|
|
459
|
+
DomesticRateTable = 457,
|
|
460
|
+
DonationPercent = 458,
|
|
461
|
+
DuplicateInvocationDetails = 459,
|
|
462
|
+
DuplicateInvocationID = 460,
|
|
463
|
+
Duration = 461,
|
|
464
|
+
DurationInDays = 462,
|
|
465
|
+
DutchBINEnabled = 463,
|
|
466
|
+
EachAdditionalAmount = 464,
|
|
467
|
+
EachAdditionalAmountOff = 465,
|
|
468
|
+
EachAdditionalOffAmount = 466,
|
|
469
|
+
EachAdditionalPercentOff = 467,
|
|
470
|
+
EAN = 468,
|
|
471
|
+
EANIdentifierEnabled = 469,
|
|
472
|
+
eBayAuthToken = 470,
|
|
473
|
+
eBayGoodStanding = 471,
|
|
474
|
+
eBayMotorsProAdFormatEnabled = 472,
|
|
475
|
+
eBayMotorsProAutoAcceptEnabled = 473,
|
|
476
|
+
eBayMotorsProAutoDeclineEnabled = 474,
|
|
477
|
+
eBayMotorsProBestOfferEnabled = 475,
|
|
478
|
+
eBayMotorsProCompanyNameEnabled = 476,
|
|
479
|
+
eBayMotorsProContactByAddressEnabled = 477,
|
|
480
|
+
eBayMotorsProContactByEmailEnabled = 478,
|
|
481
|
+
eBayMotorsProContactByPhoneEnabled = 479,
|
|
482
|
+
eBayMotorsProCounterOfferEnabled = 480,
|
|
483
|
+
eBayMotorsProPaymentMethodCheckOutEnabled = 481,
|
|
484
|
+
eBayMotorsProPhoneCount = 482,
|
|
485
|
+
eBayMotorsProSellerContactDetailsEnabled = 483,
|
|
486
|
+
eBayMotorsProShippingMethodEnabled = 484,
|
|
487
|
+
eBayMotorsProStreetCount = 485,
|
|
488
|
+
eBayNotes = 486,
|
|
489
|
+
eBayNowEligible = 487,
|
|
490
|
+
eBayPaymentMismatchDetails = 488,
|
|
491
|
+
eBayPaymentStatus = 489,
|
|
492
|
+
eBayWikiReadOnly = 490,
|
|
493
|
+
EIASToken = 491,
|
|
494
|
+
EligibleForPickupInStore = 492,
|
|
495
|
+
Email = 493,
|
|
496
|
+
EmailCopyToSeller = 494,
|
|
497
|
+
EmailCopyToSender = 495,
|
|
498
|
+
EmailCustomized = 496,
|
|
499
|
+
EmailDateRange = 497,
|
|
500
|
+
EmailLog = 498,
|
|
501
|
+
EmailShipmentTrackingNumberPreference = 499,
|
|
502
|
+
EmailsSent = 500,
|
|
503
|
+
EmailState = 501,
|
|
504
|
+
EmailType = 502,
|
|
505
|
+
Encoding = 503,
|
|
506
|
+
EncryptedID = 504,
|
|
507
|
+
EndCreationTime = 505,
|
|
508
|
+
EndDate = 506,
|
|
509
|
+
EndingDisputeID = 507,
|
|
510
|
+
EndingReason = 508,
|
|
511
|
+
EndItemRequestContainer = 509,
|
|
512
|
+
EndItemResponseContainer = 510,
|
|
513
|
+
EndOfAuctionEmailPreferences = 511,
|
|
514
|
+
EndTime = 512,
|
|
515
|
+
EndTimeFrom = 513,
|
|
516
|
+
EndTimeTo = 514,
|
|
517
|
+
EndUserIP = 515,
|
|
518
|
+
EnforcedOnListingSite = 516,
|
|
519
|
+
EnforcedOnRegistrationSite = 517,
|
|
520
|
+
EnterpriseSeller = 518,
|
|
521
|
+
EntriesPerPage = 519,
|
|
522
|
+
EPID = 520,
|
|
523
|
+
ErrorClassification = 521,
|
|
524
|
+
ErrorCode = 522,
|
|
525
|
+
ErrorCount = 523,
|
|
526
|
+
ErrorHandling = 524,
|
|
527
|
+
ErrorLanguage = 525,
|
|
528
|
+
ErrorMessage = 526,
|
|
529
|
+
ErrorParameters = 527,
|
|
530
|
+
Errors = 528,
|
|
531
|
+
Escalation = 529,
|
|
532
|
+
EstimatedRefundCompletionTime = 530,
|
|
533
|
+
EventEnable = 531,
|
|
534
|
+
EventProperty = 532,
|
|
535
|
+
EventTime = 533,
|
|
536
|
+
EventTitle = 534,
|
|
537
|
+
EventType = 535,
|
|
538
|
+
ExcludeBalance = 536,
|
|
539
|
+
ExcludeCategoryID = 537,
|
|
540
|
+
ExcludedUser = 538,
|
|
541
|
+
ExcludeRelationships = 539,
|
|
542
|
+
ExcludeShippingLocationDetails = 540,
|
|
543
|
+
ExcludeShipToLocation = 541,
|
|
544
|
+
ExcludeSummary = 542,
|
|
545
|
+
ExpectedReleaseDate = 543,
|
|
546
|
+
ExpeditedService = 544,
|
|
547
|
+
ExpirationDate = 545,
|
|
548
|
+
ExpirationTime = 546,
|
|
549
|
+
Expired = 547,
|
|
550
|
+
ExpiredCount = 548,
|
|
551
|
+
ExportListings = 549,
|
|
552
|
+
ExpressConditionRequired = 550,
|
|
553
|
+
ExpressEnabled = 551,
|
|
554
|
+
ExpressPicturesRequired = 552,
|
|
555
|
+
ExtendedHandling = 553,
|
|
556
|
+
ExtendedSellerContactDetails = 554,
|
|
557
|
+
ExtensionInDays = 555,
|
|
558
|
+
ExternalAddressID = 556,
|
|
559
|
+
ExternalEmail = 557,
|
|
560
|
+
ExternalID = 558,
|
|
561
|
+
ExternalMessageID = 559,
|
|
562
|
+
ExternalMessageIDs = 560,
|
|
563
|
+
ExternalPictureURL = 561,
|
|
564
|
+
ExternalProductID = 562,
|
|
565
|
+
ExternalReferenceID = 563,
|
|
566
|
+
ExternalTransaction = 564,
|
|
567
|
+
ExternalTransactionID = 565,
|
|
568
|
+
ExternalTransactionStatus = 566,
|
|
569
|
+
ExternalTransactionTime = 567,
|
|
570
|
+
ExternalUserData = 568,
|
|
571
|
+
FavoriteItemID = 569,
|
|
572
|
+
FavoriteSearch = 570,
|
|
573
|
+
FavoriteSearches = 571,
|
|
574
|
+
FavoriteSeller = 572,
|
|
575
|
+
FavoriteSellerCount = 573,
|
|
576
|
+
FavoriteSellers = 574,
|
|
577
|
+
Fax = 575,
|
|
578
|
+
Featured = 576,
|
|
579
|
+
FeatureDefinitions = 577,
|
|
580
|
+
FeaturedFirst = 578,
|
|
581
|
+
FeaturedPlus = 579,
|
|
582
|
+
FeatureEligibility = 580,
|
|
583
|
+
FeatureID = 581,
|
|
584
|
+
FedExRateOption = 582,
|
|
585
|
+
Fee = 583,
|
|
586
|
+
FeedbackDetail = 584,
|
|
587
|
+
FeedbackDetailArray = 585,
|
|
588
|
+
FeedbackDetailItemTotal = 586,
|
|
589
|
+
FeedbackID = 587,
|
|
590
|
+
FeedbackInfo = 588,
|
|
591
|
+
FeedbackLeft = 589,
|
|
592
|
+
FeedbackLeftPercent = 590,
|
|
593
|
+
FeedbackPeriod = 591,
|
|
594
|
+
FeedbackPrivate = 592,
|
|
595
|
+
FeedbackRatingStar = 593,
|
|
596
|
+
FeedbackReceived = 594,
|
|
597
|
+
FeedbackResponse = 595,
|
|
598
|
+
FeedbackRevised = 596,
|
|
599
|
+
FeedbackScore = 597,
|
|
600
|
+
FeedbackSent = 598,
|
|
601
|
+
FeedbackSummary = 599,
|
|
602
|
+
FeedbackSummaryPeriod = 600,
|
|
603
|
+
FeedbackToReceiveCount = 601,
|
|
604
|
+
FeedbackToSendCount = 602,
|
|
605
|
+
FeedbackType = 603,
|
|
606
|
+
FeeOrCreditAmount = 604,
|
|
607
|
+
Fees = 605,
|
|
608
|
+
Field = 606,
|
|
609
|
+
FieldName = 607,
|
|
610
|
+
FieldTip = 608,
|
|
611
|
+
FileReferenceID = 609,
|
|
612
|
+
Filter = 610,
|
|
613
|
+
FinalValueFee = 611,
|
|
614
|
+
FinancingAnswer = 612,
|
|
615
|
+
FirstName = 613,
|
|
616
|
+
Flagged = 614,
|
|
617
|
+
FlaggedMessageCount = 615,
|
|
618
|
+
FlatRateInsuranceRange = 616,
|
|
619
|
+
FlatRateInsuranceRangeCost = 617,
|
|
620
|
+
FlatShippingDiscount = 618,
|
|
621
|
+
FloorPrice = 619,
|
|
622
|
+
Folder = 620,
|
|
623
|
+
FolderComment = 621,
|
|
624
|
+
FolderID = 622,
|
|
625
|
+
FolderLevel = 623,
|
|
626
|
+
FolderName = 624,
|
|
627
|
+
FolderSummary = 625,
|
|
628
|
+
Followup = 626,
|
|
629
|
+
FollowUpReplaced = 627,
|
|
630
|
+
Font = 628,
|
|
631
|
+
ForwardDetails = 629,
|
|
632
|
+
FreeAddedCategory = 630,
|
|
633
|
+
FreeGalleryPlusEnabled = 631,
|
|
634
|
+
FreePicturePackEnabled = 632,
|
|
635
|
+
FreeShipping = 633,
|
|
636
|
+
Frequency = 634,
|
|
637
|
+
FullRecursion = 635,
|
|
638
|
+
FullURL = 636,
|
|
639
|
+
GalleryDuration = 637,
|
|
640
|
+
GalleryErrorInfo = 638,
|
|
641
|
+
GalleryFeaturedDurations = 639,
|
|
642
|
+
GalleryStatus = 640,
|
|
643
|
+
GalleryType = 641,
|
|
644
|
+
GalleryURL = 642,
|
|
645
|
+
GeneralAlert = 643,
|
|
646
|
+
GenericColorSchemeArray = 644,
|
|
647
|
+
GetItFast = 645,
|
|
648
|
+
GetRecommendationsRequestContainer = 646,
|
|
649
|
+
GetRecommendationsResponseContainer = 647,
|
|
650
|
+
GiftIcon = 648,
|
|
651
|
+
GiftServices = 649,
|
|
652
|
+
GlobalShipping = 650,
|
|
653
|
+
GlobalShippingEnabled = 651,
|
|
654
|
+
GlobalShippingProgramListingPreference = 652,
|
|
655
|
+
GoodStanding = 653,
|
|
656
|
+
GranularityLevel = 654,
|
|
657
|
+
GrossDetailAmount = 655,
|
|
658
|
+
Group = 656,
|
|
659
|
+
Group1MaxFlatShippingCost = 657,
|
|
660
|
+
Group2MaxFlatShippingCost = 658,
|
|
661
|
+
Group3MaxFlatShippingCost = 659,
|
|
662
|
+
GroupID = 660,
|
|
663
|
+
GroupName = 661,
|
|
664
|
+
GTIN = 662,
|
|
665
|
+
HandlingTimeEnabled = 663,
|
|
666
|
+
HardExpirationTime = 664,
|
|
667
|
+
HardExpirationWarning = 665,
|
|
668
|
+
HasMoreEntries = 666,
|
|
669
|
+
HasMoreItems = 667,
|
|
670
|
+
HasMoreOrders = 668,
|
|
671
|
+
HasMorePayments = 669,
|
|
672
|
+
HasMoreTransactions = 670,
|
|
673
|
+
HasPublicMessages = 671,
|
|
674
|
+
HasReservePrice = 672,
|
|
675
|
+
HasUnansweredQuestions = 673,
|
|
676
|
+
HeaderStyle = 674,
|
|
677
|
+
HelpText = 675,
|
|
678
|
+
HelpURL = 676,
|
|
679
|
+
HelpURLPath = 677,
|
|
680
|
+
HideFixedPriceStoreItems = 678,
|
|
681
|
+
HideFromSearch = 679,
|
|
682
|
+
HideSendersEmailAddress = 680,
|
|
683
|
+
HideVariations = 681,
|
|
684
|
+
HighBidder = 682,
|
|
685
|
+
HighestBid = 683,
|
|
686
|
+
Highlight = 684,
|
|
687
|
+
HighPriority = 685,
|
|
688
|
+
HitCount = 686,
|
|
689
|
+
HitCounter = 687,
|
|
690
|
+
HomePage = 688,
|
|
691
|
+
HomePageFeatured = 689,
|
|
692
|
+
HomePageFeaturedEnabled = 690,
|
|
693
|
+
HourlyHardLimit = 691,
|
|
694
|
+
HourlySoftLimit = 692,
|
|
695
|
+
HourlyUsage = 693,
|
|
696
|
+
Hours1AnyTime = 694,
|
|
697
|
+
Hours1Days = 695,
|
|
698
|
+
Hours1From = 696,
|
|
699
|
+
Hours1To = 697,
|
|
700
|
+
Hours2AnyTime = 698,
|
|
701
|
+
Hours2Days = 699,
|
|
702
|
+
Hours2From = 700,
|
|
703
|
+
Hours2To = 701,
|
|
704
|
+
HoursToDeposit = 702,
|
|
705
|
+
ID = 703,
|
|
706
|
+
IDVerified = 704,
|
|
707
|
+
ImageChallengeURL = 705,
|
|
708
|
+
ImageURL = 706,
|
|
709
|
+
ImmediatePayEligible = 707,
|
|
710
|
+
ImportCharge = 708,
|
|
711
|
+
Imposition = 709,
|
|
712
|
+
Include = 710,
|
|
713
|
+
IncludeASQPreferences = 711,
|
|
714
|
+
IncludeBiddingSummary = 712,
|
|
715
|
+
IncludeCodiceFiscale = 713,
|
|
716
|
+
IncludeConfidence = 714,
|
|
717
|
+
IncludeContainingOrder = 715,
|
|
718
|
+
IncludeConversionRate = 716,
|
|
719
|
+
IncludeCrossPromotion = 717,
|
|
720
|
+
IncludeDescription = 718,
|
|
721
|
+
IncludeFavoriteSellerCount = 719,
|
|
722
|
+
IncludeFeatureEligibility = 720,
|
|
723
|
+
IncludeFinalValueFee = 721,
|
|
724
|
+
IncludeFinalValueFees = 722,
|
|
725
|
+
IncludeHighPriorityMessageOnly = 723,
|
|
726
|
+
IncludeItemCompatibilityList = 724,
|
|
727
|
+
IncludeItemCount = 725,
|
|
728
|
+
IncludeItemSpecifics = 726,
|
|
729
|
+
IncludeListContents = 727,
|
|
730
|
+
IncludeMemberMessages = 728,
|
|
731
|
+
IncludeNotes = 729,
|
|
732
|
+
IncludePrefilledItemInformation = 730,
|
|
733
|
+
IncludeRecommendations = 731,
|
|
734
|
+
IncludeReportedItemDetails = 732,
|
|
735
|
+
IncludeStockPhotoURL = 733,
|
|
736
|
+
IncludeTaxTable = 734,
|
|
737
|
+
IncludeVariations = 735,
|
|
738
|
+
IncludeVariationSpecifics = 736,
|
|
739
|
+
IncludeWatchCount = 737,
|
|
740
|
+
INEscrowWorkflowTimeline = 738,
|
|
741
|
+
InsuranceCost = 739,
|
|
742
|
+
InsuranceDetails = 740,
|
|
743
|
+
InsuranceFee = 741,
|
|
744
|
+
InsuranceOption = 742,
|
|
745
|
+
InsuranceType = 743,
|
|
746
|
+
InsuranceWanted = 744,
|
|
747
|
+
IntangibleItem = 745,
|
|
748
|
+
IntegratedMerchantCreditCardEnabled = 746,
|
|
749
|
+
IntegratedMerchantCreditCardInfo = 747,
|
|
750
|
+
InternationalCalculatedShippingDiscount = 748,
|
|
751
|
+
InternationalFlatShippingDiscount = 749,
|
|
752
|
+
InternationalInsuranceDetails = 750,
|
|
753
|
+
InternationalName = 751,
|
|
754
|
+
InternationalPackagingHandlingCosts = 752,
|
|
755
|
+
InternationalPromotionalShippingDiscount = 753,
|
|
756
|
+
InternationalRateTable = 754,
|
|
757
|
+
InternationalService = 755,
|
|
758
|
+
InternationalShippingDiscountProfileID = 756,
|
|
759
|
+
InternationalShippingInsurance = 757,
|
|
760
|
+
InternationalShippingServiceOption = 758,
|
|
761
|
+
InternationalShippingServiceOptions = 759,
|
|
762
|
+
InternationalStateAndCity = 760,
|
|
763
|
+
InternationalStreet = 761,
|
|
764
|
+
IntlAutosFixedCat = 762,
|
|
765
|
+
InventoryAlert = 763,
|
|
766
|
+
InventoryCountLastCalculatedDate = 764,
|
|
767
|
+
InventoryStatus = 765,
|
|
768
|
+
InventoryTrackingMethod = 766,
|
|
769
|
+
InvocationID = 767,
|
|
770
|
+
InvocationTrackingID = 768,
|
|
771
|
+
InvoiceBalance = 769,
|
|
772
|
+
InvoiceCredit = 770,
|
|
773
|
+
InvoiceDate = 771,
|
|
774
|
+
InvoiceNewFee = 772,
|
|
775
|
+
InvoiceNumber = 773,
|
|
776
|
+
InvoicePayment = 774,
|
|
777
|
+
InvoiceSentTime = 775,
|
|
778
|
+
ISBN = 776,
|
|
779
|
+
ISBNIdentifierEnabled = 777,
|
|
780
|
+
IsDefault = 778,
|
|
781
|
+
IsIntermediatedShippingEligible = 779,
|
|
782
|
+
IsMultiLegShipping = 780,
|
|
783
|
+
Item = 781,
|
|
784
|
+
ItemArray = 782,
|
|
785
|
+
ItemBestOffers = 783,
|
|
786
|
+
ItemBestOffersArray = 784,
|
|
787
|
+
ItemBidDetails = 785,
|
|
788
|
+
ItemCompatibilityCount = 786,
|
|
789
|
+
ItemCompatibilityEnabled = 787,
|
|
790
|
+
ItemCompatibilityList = 788,
|
|
791
|
+
ItemCost = 789,
|
|
792
|
+
ItemCount = 790,
|
|
793
|
+
ItemDestinationCategoryID = 791,
|
|
794
|
+
ItemDiscountAmount = 792,
|
|
795
|
+
ItemEndTime = 793,
|
|
796
|
+
ItemID = 794,
|
|
797
|
+
ItemListLayout = 795,
|
|
798
|
+
ItemListSortOrder = 796,
|
|
799
|
+
ItemPolicyViolation = 797,
|
|
800
|
+
ItemPrice = 798,
|
|
801
|
+
ItemRatingDetails = 799,
|
|
802
|
+
ItemReasonForFailure = 800,
|
|
803
|
+
ItemReceiptConfirmationToReceiveCount = 801,
|
|
804
|
+
ItemReceiptToConfirmCount = 802,
|
|
805
|
+
ItemRevised = 803,
|
|
806
|
+
ItemsAvailableTo = 804,
|
|
807
|
+
ItemsAwaitingFeedback = 805,
|
|
808
|
+
ItemsLocatedIn = 806,
|
|
809
|
+
ItemSort = 807,
|
|
810
|
+
ItemSpecificDetails = 808,
|
|
811
|
+
ItemSpecifics = 809,
|
|
812
|
+
ItemSpecificsEnabled = 810,
|
|
813
|
+
ItemsPerPage = 811,
|
|
814
|
+
ItemStatus = 812,
|
|
815
|
+
ItemTitle = 813,
|
|
816
|
+
ItemToUnsubscribe = 814,
|
|
817
|
+
ItemTransactionID = 815,
|
|
818
|
+
ItemTransactionIDArray = 816,
|
|
819
|
+
ItemType = 817,
|
|
820
|
+
JurisdictionID = 818,
|
|
821
|
+
JurisdictionName = 819,
|
|
822
|
+
KeepMinActive = 820,
|
|
823
|
+
KeepTokenValid = 821,
|
|
824
|
+
Keyword = 822,
|
|
825
|
+
LastAmountPaid = 823,
|
|
826
|
+
LastBidTime = 824,
|
|
827
|
+
LastEmailSentTime = 825,
|
|
828
|
+
LastModifiedDate = 826,
|
|
829
|
+
LastModifiedTime = 827,
|
|
830
|
+
LastName = 828,
|
|
831
|
+
LastOpenedTime = 829,
|
|
832
|
+
LastPaymentDate = 830,
|
|
833
|
+
LastTimeModified = 831,
|
|
834
|
+
LastUpdateTime = 832,
|
|
835
|
+
LastUsedTime = 833,
|
|
836
|
+
LayoutID = 834,
|
|
837
|
+
LayoutTotal = 835,
|
|
838
|
+
LeadCount = 836,
|
|
839
|
+
LeafCategory = 837,
|
|
840
|
+
LeftNav = 838,
|
|
841
|
+
LegalInvoice = 839,
|
|
842
|
+
Level = 840,
|
|
843
|
+
LevelLimit = 841,
|
|
844
|
+
LineItem = 842,
|
|
845
|
+
LinkedPayPalAccount = 843,
|
|
846
|
+
LinkID = 844,
|
|
847
|
+
LinkToInclude = 845,
|
|
848
|
+
LinkType = 846,
|
|
849
|
+
ListAccordingToSchedule = 847,
|
|
850
|
+
ListAtSpecificTimeOfDay = 848,
|
|
851
|
+
ListedOn = 849,
|
|
852
|
+
ListIfNoProduct = 850,
|
|
853
|
+
ListingAnalyzerRecommendations = 851,
|
|
854
|
+
ListingCheckoutRedirectPreference = 852,
|
|
855
|
+
ListingDesigner = 853,
|
|
856
|
+
ListingDetails = 854,
|
|
857
|
+
ListingDuration = 855,
|
|
858
|
+
ListingDurations = 856,
|
|
859
|
+
ListingEnhancement = 857,
|
|
860
|
+
ListingFeatureDetails = 858,
|
|
861
|
+
ListingFlow = 859,
|
|
862
|
+
ListingHoldInventoryLevel = 860,
|
|
863
|
+
ListingPeriodInWeeks = 861,
|
|
864
|
+
ListingRecommendations = 862,
|
|
865
|
+
ListingStartPriceDetails = 863,
|
|
866
|
+
ListingStatus = 864,
|
|
867
|
+
ListingSubtype2 = 865,
|
|
868
|
+
ListingTip = 866,
|
|
869
|
+
ListingTipArray = 867,
|
|
870
|
+
ListingTipFieldID = 868,
|
|
871
|
+
ListingTipID = 869,
|
|
872
|
+
ListingTipMessageID = 870,
|
|
873
|
+
ListingType = 871,
|
|
874
|
+
ListTimeFrom = 872,
|
|
875
|
+
ListTimeTo = 873,
|
|
876
|
+
LocalListingDistance = 874,
|
|
877
|
+
LocalListingDistancesNonSubscription = 875,
|
|
878
|
+
LocalListingDistancesRegular = 876,
|
|
879
|
+
LocalListingDistancesSpecialty = 877,
|
|
880
|
+
LocalMarketAdFormatEnabled = 878,
|
|
881
|
+
LocalMarketAutoAcceptEnabled = 879,
|
|
882
|
+
LocalMarketAutoDeclineEnabled = 880,
|
|
883
|
+
LocalMarketBestOfferEnabled = 881,
|
|
884
|
+
LocalMarketCompanyNameEnabled = 882,
|
|
885
|
+
LocalMarketContactByAddressEnabled = 883,
|
|
886
|
+
LocalMarketContactByEmailEnabled = 884,
|
|
887
|
+
LocalMarketContactByPhoneEnabled = 885,
|
|
888
|
+
LocalMarketCounterOfferEnabled = 886,
|
|
889
|
+
LocalMarketNonSubscription = 887,
|
|
890
|
+
LocalMarketPaymentMethodCheckOutEnabled = 888,
|
|
891
|
+
LocalMarketPhoneCount = 889,
|
|
892
|
+
LocalMarketPremiumSubscription = 890,
|
|
893
|
+
LocalMarketRegularSubscription = 891,
|
|
894
|
+
LocalMarketSellerContactDetailsEnabled = 892,
|
|
895
|
+
LocalMarketShippingMethodEnabled = 893,
|
|
896
|
+
LocalMarketSpecialitySubscription = 894,
|
|
897
|
+
LocalMarketStreetCount = 895,
|
|
898
|
+
LocalPickup = 896,
|
|
899
|
+
Location = 897,
|
|
900
|
+
LocationDefaulted = 898,
|
|
901
|
+
Logo = 899,
|
|
902
|
+
LogoArray = 900,
|
|
903
|
+
LogoCustomized = 901,
|
|
904
|
+
LogoID = 902,
|
|
905
|
+
LogoType = 903,
|
|
906
|
+
LogoURL = 904,
|
|
907
|
+
LogoURLSelling = 905,
|
|
908
|
+
LongMessage = 906,
|
|
909
|
+
LookupAttributeArray = 907,
|
|
910
|
+
LostList = 908,
|
|
911
|
+
LotSize = 909,
|
|
912
|
+
LSD = 910,
|
|
913
|
+
MadeForOutletComparisonPrice = 911,
|
|
914
|
+
MailMessageType = 912,
|
|
915
|
+
MappedCategoryArray = 913,
|
|
916
|
+
MappedDiscountProfileID = 914,
|
|
917
|
+
MappedToShippingServiceID = 915,
|
|
918
|
+
MarkUpMarkDownEvent = 916,
|
|
919
|
+
MarkUpMarkDownHistory = 917,
|
|
920
|
+
MatchType = 918,
|
|
921
|
+
MaxActiveItemCount = 919,
|
|
922
|
+
MaxBid = 920,
|
|
923
|
+
MaxCategories = 921,
|
|
924
|
+
MaxCategoryLevels = 922,
|
|
925
|
+
MaxCharactersPerName = 923,
|
|
926
|
+
MaxCharactersPerValue = 924,
|
|
927
|
+
MaxDepth = 925,
|
|
928
|
+
MaxDistance = 926,
|
|
929
|
+
MaxFlatShippingCost = 927,
|
|
930
|
+
MaxFlatShippingCostCBTExempt = 928,
|
|
931
|
+
MaxGranularFitmentCount = 929,
|
|
932
|
+
MaximumBuyerPolicyViolations = 930,
|
|
933
|
+
MaximumItemCount = 931,
|
|
934
|
+
MaximumItemRequirements = 932,
|
|
935
|
+
MaximumQuantity = 933,
|
|
936
|
+
MaximumUnpaidItemStrikesCount = 934,
|
|
937
|
+
MaximumUnpaidItemStrikesDuration = 935,
|
|
938
|
+
MaximumUnpaidItemStrikesInfo = 936,
|
|
939
|
+
MaxItemCompatibility = 937,
|
|
940
|
+
MaxItemSpecificsPerItem = 938,
|
|
941
|
+
MaxNames = 939,
|
|
942
|
+
MaxNamesPerVariationSpecificsSet = 940,
|
|
943
|
+
MaxPrice = 941,
|
|
944
|
+
MaxResults = 942,
|
|
945
|
+
MaxScheduledItems = 943,
|
|
946
|
+
MaxScheduledMinutes = 944,
|
|
947
|
+
MaxValues = 945,
|
|
948
|
+
MaxValuesPerName = 946,
|
|
949
|
+
MaxValuesPerVariationSpecificsSetName = 947,
|
|
950
|
+
MaxVariationsPerItem = 948,
|
|
951
|
+
MeasurementUnit = 949,
|
|
952
|
+
MechanicalCheckAccepted = 950,
|
|
953
|
+
MediaName = 951,
|
|
954
|
+
MediaURL = 952,
|
|
955
|
+
MemberMessage = 953,
|
|
956
|
+
MemberMessageExchange = 954,
|
|
957
|
+
MemberMessageID = 955,
|
|
958
|
+
MemberURL = 956,
|
|
959
|
+
Memo = 957,
|
|
960
|
+
MerchandizingPref = 958,
|
|
961
|
+
MerchantPickupCode = 959,
|
|
962
|
+
MerchDisplay = 960,
|
|
963
|
+
Message = 961,
|
|
964
|
+
MessageCreationTime = 962,
|
|
965
|
+
MessageID = 963,
|
|
966
|
+
MessageIDs = 964,
|
|
967
|
+
MessageItem = 965,
|
|
968
|
+
MessageMedia = 966,
|
|
969
|
+
Messages = 967,
|
|
970
|
+
MessageSource = 968,
|
|
971
|
+
MessageStatus = 969,
|
|
972
|
+
MessageStore = 970,
|
|
973
|
+
MessageStoreCustomText = 971,
|
|
974
|
+
MessageText = 972,
|
|
975
|
+
MessageToSeller = 973,
|
|
976
|
+
MessageType = 974,
|
|
977
|
+
MinActiveItemCount = 975,
|
|
978
|
+
MinBuyItNowPricePercent = 976,
|
|
979
|
+
MinimumAdvertisedPrice = 977,
|
|
980
|
+
MinimumAdvertisedPriceExposure = 978,
|
|
981
|
+
MinimumBestOfferPrice = 979,
|
|
982
|
+
MinimumFeedbackScore = 980,
|
|
983
|
+
MinimumRemnantSet = 981,
|
|
984
|
+
MinimumReservePrice = 982,
|
|
985
|
+
MinimumToBid = 983,
|
|
986
|
+
MinItemCompatibility = 984,
|
|
987
|
+
MinPrice = 985,
|
|
988
|
+
MinScheduledMinutes = 986,
|
|
989
|
+
MinValues = 987,
|
|
990
|
+
MismatchAmount = 988,
|
|
991
|
+
MismatchType = 989,
|
|
992
|
+
Mission = 990,
|
|
993
|
+
ModifyActionCode = 991,
|
|
994
|
+
ModifyName = 992,
|
|
995
|
+
ModifyNameList = 993,
|
|
996
|
+
ModTime = 994,
|
|
997
|
+
ModTimeFrom = 995,
|
|
998
|
+
ModTimeTo = 996,
|
|
999
|
+
MonetaryDetails = 997,
|
|
1000
|
+
MotorsDealer = 998,
|
|
1001
|
+
MotorsDealerUsers = 999,
|
|
1002
|
+
MotorsGermanySearchable = 1000,
|
|
1003
|
+
MotorVehicles = 1001,
|
|
1004
|
+
MPN = 1002,
|
|
1005
|
+
MultiLegShippingDetails = 1003,
|
|
1006
|
+
MultipleSellerPaymentID = 1004,
|
|
1007
|
+
MyMaxBid = 1005,
|
|
1008
|
+
Name = 1006,
|
|
1009
|
+
NameColor = 1007,
|
|
1010
|
+
NameFace = 1008,
|
|
1011
|
+
NameRecommendation = 1009,
|
|
1012
|
+
NameSize = 1010,
|
|
1013
|
+
NameValueList = 1011,
|
|
1014
|
+
NegativeFeedbackLeftCount = 1012,
|
|
1015
|
+
NegativeFeedbackPeriodArray = 1013,
|
|
1016
|
+
NegotiatedPrice = 1014,
|
|
1017
|
+
NetDetailAmount = 1015,
|
|
1018
|
+
NetInsuranceFee = 1016,
|
|
1019
|
+
NetShippingFee = 1017,
|
|
1020
|
+
NetTotalAmount = 1018,
|
|
1021
|
+
NeutralCommentCountFromSuspendedUsers = 1019,
|
|
1022
|
+
NeutralFeedbackLeftCount = 1020,
|
|
1023
|
+
NeutralFeedbackPeriodArray = 1021,
|
|
1024
|
+
NewAlertCount = 1022,
|
|
1025
|
+
NewBestOffer = 1023,
|
|
1026
|
+
NewHighPriorityCount = 1024,
|
|
1027
|
+
NewItemFilter = 1025,
|
|
1028
|
+
NewLeadCount = 1026,
|
|
1029
|
+
NewMessageCount = 1027,
|
|
1030
|
+
NewName = 1028,
|
|
1031
|
+
NewParentFolderID = 1029,
|
|
1032
|
+
NewUser = 1030,
|
|
1033
|
+
NextRetryTime = 1031,
|
|
1034
|
+
NonSubscription = 1032,
|
|
1035
|
+
Note = 1033,
|
|
1036
|
+
Notes = 1034,
|
|
1037
|
+
NotesFromBuyer = 1035,
|
|
1038
|
+
NotesToBuyer = 1036,
|
|
1039
|
+
NotesToSeller = 1037,
|
|
1040
|
+
NoteText = 1038,
|
|
1041
|
+
NotificationDetails = 1039,
|
|
1042
|
+
NotificationDetailsArray = 1040,
|
|
1043
|
+
NotificationEnable = 1041,
|
|
1044
|
+
NotificationPayloadType = 1042,
|
|
1045
|
+
NotificationStatistics = 1043,
|
|
1046
|
+
NumberOfDays = 1044,
|
|
1047
|
+
NumberOfPolicyViolations = 1045,
|
|
1048
|
+
NumOfReqSellerActions = 1046,
|
|
1049
|
+
ObsoleteLayoutID = 1047,
|
|
1050
|
+
ObsoleteThemeID = 1048,
|
|
1051
|
+
Offer = 1049,
|
|
1052
|
+
OfferGlobalShippingProgramPreference = 1050,
|
|
1053
|
+
OnVacation = 1051,
|
|
1054
|
+
Operation = 1052,
|
|
1055
|
+
OptedIn = 1053,
|
|
1056
|
+
OptimalPictureSize = 1054,
|
|
1057
|
+
OptInStatus = 1055,
|
|
1058
|
+
Order = 1056,
|
|
1059
|
+
OrderAmount = 1057,
|
|
1060
|
+
OrderArray = 1058,
|
|
1061
|
+
OrderHandlingAmount = 1059,
|
|
1062
|
+
OrderID = 1060,
|
|
1063
|
+
OrderIDArray = 1061,
|
|
1064
|
+
OrderLineItemID = 1062,
|
|
1065
|
+
OrderRole = 1063,
|
|
1066
|
+
OrdersPerPage = 1064,
|
|
1067
|
+
OrderStatus = 1065,
|
|
1068
|
+
OrderStatusFilter = 1066,
|
|
1069
|
+
OrderTransaction = 1067,
|
|
1070
|
+
OrderTransactionArray = 1068,
|
|
1071
|
+
OriginalItemPrice = 1069,
|
|
1072
|
+
OriginalItemShippingCost = 1070,
|
|
1073
|
+
OriginalPrice = 1071,
|
|
1074
|
+
OriginalRetailPrice = 1072,
|
|
1075
|
+
OriginatingPostalCode = 1073,
|
|
1076
|
+
ORPA = 1074,
|
|
1077
|
+
ORRA = 1075,
|
|
1078
|
+
OtherPartyName = 1076,
|
|
1079
|
+
OtherPartyRole = 1077,
|
|
1080
|
+
OutbidCount = 1078,
|
|
1081
|
+
OutOfStockControl = 1079,
|
|
1082
|
+
OutputSelector = 1080,
|
|
1083
|
+
OverrideGSPserviceWithIntlService = 1081,
|
|
1084
|
+
OverrideGSPServiceWithIntlServicePreference = 1082,
|
|
1085
|
+
PackageDepth = 1083,
|
|
1086
|
+
PackageID = 1084,
|
|
1087
|
+
PackageLength = 1085,
|
|
1088
|
+
PackageWidth = 1086,
|
|
1089
|
+
PackagingHandlingCosts = 1087,
|
|
1090
|
+
PageID = 1088,
|
|
1091
|
+
PageNumber = 1089,
|
|
1092
|
+
Pagination = 1090,
|
|
1093
|
+
PaginationResult = 1091,
|
|
1094
|
+
Paid = 1092,
|
|
1095
|
+
PaidStatus = 1093,
|
|
1096
|
+
PaidTime = 1094,
|
|
1097
|
+
PaisaPayAlert = 1095,
|
|
1098
|
+
PaisaPayEscrowEMIStatus = 1096,
|
|
1099
|
+
PaisaPayFullEscrowEnabled = 1097,
|
|
1100
|
+
PaisaPayID = 1098,
|
|
1101
|
+
PaisaPayStatus = 1099,
|
|
1102
|
+
ParentFolderID = 1100,
|
|
1103
|
+
ParentMessageID = 1101,
|
|
1104
|
+
ParentName = 1102,
|
|
1105
|
+
ParentValue = 1103,
|
|
1106
|
+
PastDue = 1104,
|
|
1107
|
+
Patent = 1105,
|
|
1108
|
+
Payee = 1106,
|
|
1109
|
+
Payer = 1107,
|
|
1110
|
+
PayloadVersion = 1108,
|
|
1111
|
+
Payment = 1109,
|
|
1112
|
+
PaymentAllowedSite = 1110,
|
|
1113
|
+
PaymentAmount = 1111,
|
|
1114
|
+
PaymentDetails = 1112,
|
|
1115
|
+
PaymentEdited = 1113,
|
|
1116
|
+
PaymentHoldDetails = 1114,
|
|
1117
|
+
PaymentHoldReason = 1115,
|
|
1118
|
+
PaymentHoldStatus = 1116,
|
|
1119
|
+
PaymentInstructions = 1117,
|
|
1120
|
+
PaymentMethod = 1118,
|
|
1121
|
+
PaymentMethods = 1119,
|
|
1122
|
+
PaymentMethodUsed = 1120,
|
|
1123
|
+
PaymentOptionDetails = 1121,
|
|
1124
|
+
PaymentOptionsGroup = 1122,
|
|
1125
|
+
PaymentOrRefundAmount = 1123,
|
|
1126
|
+
PaymentProfileCategoryGroup = 1124,
|
|
1127
|
+
PaymentProfileID = 1125,
|
|
1128
|
+
PaymentProfileName = 1126,
|
|
1129
|
+
PaymentReferenceID = 1127,
|
|
1130
|
+
Payments = 1128,
|
|
1131
|
+
PaymentsPerPage = 1129,
|
|
1132
|
+
PaymentStatus = 1130,
|
|
1133
|
+
PaymentTime = 1131,
|
|
1134
|
+
PaymentTimeFrom = 1132,
|
|
1135
|
+
PaymentTimeTo = 1133,
|
|
1136
|
+
PaymentToReceiveCount = 1134,
|
|
1137
|
+
PaymentToSendCount = 1135,
|
|
1138
|
+
PaymentType = 1136,
|
|
1139
|
+
PayoutMethod = 1137,
|
|
1140
|
+
PayoutMethodSet = 1138,
|
|
1141
|
+
PayPalAccountLevel = 1139,
|
|
1142
|
+
PayPalAccountStatus = 1140,
|
|
1143
|
+
PayPalAccountType = 1141,
|
|
1144
|
+
PayPalAlwaysOn = 1142,
|
|
1145
|
+
PayPalBuyerProtectionEnabled = 1143,
|
|
1146
|
+
PayPalEmailAddress = 1144,
|
|
1147
|
+
PayPalPreferred = 1145,
|
|
1148
|
+
PayPalRequired = 1146,
|
|
1149
|
+
PayPalRequiredForStoreOwner = 1147,
|
|
1150
|
+
PayPalTransactionID = 1148,
|
|
1151
|
+
PendingRTERequestCount = 1149,
|
|
1152
|
+
Percent = 1150,
|
|
1153
|
+
PercentItemFound = 1151,
|
|
1154
|
+
Performance = 1152,
|
|
1155
|
+
Period = 1153,
|
|
1156
|
+
PeriodicHardLimit = 1154,
|
|
1157
|
+
PeriodicSoftLimit = 1155,
|
|
1158
|
+
PeriodicStartDate = 1156,
|
|
1159
|
+
PeriodicUsage = 1157,
|
|
1160
|
+
PeriodInDays = 1158,
|
|
1161
|
+
Phone = 1159,
|
|
1162
|
+
Phone2 = 1160,
|
|
1163
|
+
Phone2AreaOrCityCode = 1161,
|
|
1164
|
+
Phone2CountryCode = 1162,
|
|
1165
|
+
Phone2CountryPrefix = 1163,
|
|
1166
|
+
Phone2LocalNumber = 1164,
|
|
1167
|
+
PhoneAreaOrCityCode = 1165,
|
|
1168
|
+
PhoneCountryCode = 1166,
|
|
1169
|
+
PhoneCountryPrefix = 1167,
|
|
1170
|
+
PhoneLocalNumber = 1168,
|
|
1171
|
+
PhotoDisplay = 1169,
|
|
1172
|
+
PickupDetails = 1170,
|
|
1173
|
+
PickupFulfillmentTime = 1171,
|
|
1174
|
+
PickupInStoreDetails = 1172,
|
|
1175
|
+
PickupMethod = 1173,
|
|
1176
|
+
PickupMethodSelected = 1174,
|
|
1177
|
+
PickupOptions = 1175,
|
|
1178
|
+
PickupPriority = 1176,
|
|
1179
|
+
PickupStatus = 1177,
|
|
1180
|
+
PickupStoreID = 1178,
|
|
1181
|
+
PictureData = 1179,
|
|
1182
|
+
PictureDetails = 1180,
|
|
1183
|
+
PictureFormat = 1181,
|
|
1184
|
+
PictureHeight = 1182,
|
|
1185
|
+
PictureName = 1183,
|
|
1186
|
+
Pictures = 1184,
|
|
1187
|
+
PictureSet = 1185,
|
|
1188
|
+
PictureSetMember = 1186,
|
|
1189
|
+
PictureSource = 1187,
|
|
1190
|
+
PictureSystemVersion = 1188,
|
|
1191
|
+
PictureUploadPolicy = 1189,
|
|
1192
|
+
PictureURL = 1190,
|
|
1193
|
+
PictureWatermark = 1191,
|
|
1194
|
+
PictureWidth = 1192,
|
|
1195
|
+
Platform = 1193,
|
|
1196
|
+
PolicyID = 1194,
|
|
1197
|
+
PolicyText = 1195,
|
|
1198
|
+
PolicyViolationDuration = 1196,
|
|
1199
|
+
PositiveFeedbackLeftCount = 1197,
|
|
1200
|
+
PositiveFeedbackPercent = 1198,
|
|
1201
|
+
PositiveFeedbackPeriodArray = 1199,
|
|
1202
|
+
PostalCode = 1200,
|
|
1203
|
+
PostCheckoutExperienceEnabled = 1201,
|
|
1204
|
+
PowerSellerStatus = 1202,
|
|
1205
|
+
PreferenceLevel = 1203,
|
|
1206
|
+
PreferredLocation = 1204,
|
|
1207
|
+
PremiumSubscription = 1205,
|
|
1208
|
+
PreviewEnabled = 1206,
|
|
1209
|
+
Price = 1207,
|
|
1210
|
+
PriceMax = 1208,
|
|
1211
|
+
PriceMin = 1209,
|
|
1212
|
+
PricingRecommendations = 1210,
|
|
1213
|
+
PricingTreatment = 1211,
|
|
1214
|
+
Primary = 1212,
|
|
1215
|
+
PrimaryCategory = 1213,
|
|
1216
|
+
PrimaryCategoryID = 1214,
|
|
1217
|
+
PrimaryScheme = 1215,
|
|
1218
|
+
PrintedDate = 1216,
|
|
1219
|
+
PrintedTime = 1217,
|
|
1220
|
+
Priority = 1218,
|
|
1221
|
+
PrivateListing = 1219,
|
|
1222
|
+
PrivateNotes = 1220,
|
|
1223
|
+
Product = 1221,
|
|
1224
|
+
ProductCreationEnabled = 1222,
|
|
1225
|
+
ProductDetailsURL = 1223,
|
|
1226
|
+
ProductFinderBuySide = 1224,
|
|
1227
|
+
ProductFinderID = 1225,
|
|
1228
|
+
ProductFinderIDs = 1226,
|
|
1229
|
+
ProductID = 1227,
|
|
1230
|
+
ProductInfo = 1228,
|
|
1231
|
+
ProductListingDetails = 1229,
|
|
1232
|
+
ProductName = 1230,
|
|
1233
|
+
ProductRecommendations = 1231,
|
|
1234
|
+
ProductReferenceID = 1232,
|
|
1235
|
+
ProductSearchPageAvailable = 1233,
|
|
1236
|
+
ProductState = 1234,
|
|
1237
|
+
ProductSuggestion = 1235,
|
|
1238
|
+
ProductSuggestions = 1236,
|
|
1239
|
+
ProfileID = 1237,
|
|
1240
|
+
ProfileName = 1238,
|
|
1241
|
+
ProfileType = 1239,
|
|
1242
|
+
ProfitPercent = 1240,
|
|
1243
|
+
PromotedItem = 1241,
|
|
1244
|
+
PromotionalDiscount = 1242,
|
|
1245
|
+
PromotionalSale = 1243,
|
|
1246
|
+
PromotionalSaleDetails = 1244,
|
|
1247
|
+
PromotionalSaleEndTime = 1245,
|
|
1248
|
+
PromotionalSaleID = 1246,
|
|
1249
|
+
PromotionalSaleItemIDArray = 1247,
|
|
1250
|
+
PromotionalSaleName = 1248,
|
|
1251
|
+
PromotionalSaleStartTime = 1249,
|
|
1252
|
+
PromotionalSaleStatus = 1250,
|
|
1253
|
+
PromotionalSaleType = 1251,
|
|
1254
|
+
PromotionalShippingDiscount = 1252,
|
|
1255
|
+
PromotionalShippingDiscountDetails = 1253,
|
|
1256
|
+
PromotionMethod = 1254,
|
|
1257
|
+
PromotionRuleArray = 1255,
|
|
1258
|
+
PromotionViewMode = 1256,
|
|
1259
|
+
ProPack = 1257,
|
|
1260
|
+
ProPackEnabled = 1258,
|
|
1261
|
+
ProPackPlusEnabled = 1259,
|
|
1262
|
+
ProStoresPreference = 1260,
|
|
1263
|
+
ProStoresStoreName = 1261,
|
|
1264
|
+
ProxyItem = 1262,
|
|
1265
|
+
PurchaseProtection = 1263,
|
|
1266
|
+
PurchaseReminderEmailPreferences = 1264,
|
|
1267
|
+
PurchaseTimeFrame = 1265,
|
|
1268
|
+
QualifiedForAuctionOneDayDuration = 1266,
|
|
1269
|
+
QualifiedForFixedPriceOneDayDuration = 1267,
|
|
1270
|
+
QualifiesForB2BVAT = 1268,
|
|
1271
|
+
QualifiesForBuyItNow = 1269,
|
|
1272
|
+
QualifiesForBuyItNowMultiple = 1270,
|
|
1273
|
+
QualifiesForSelling = 1271,
|
|
1274
|
+
QualifiesForVariations = 1272,
|
|
1275
|
+
Quantity = 1273,
|
|
1276
|
+
QuantityActive = 1274,
|
|
1277
|
+
QuantityAvailable = 1275,
|
|
1278
|
+
QuantityAvailableHint = 1276,
|
|
1279
|
+
QuantityBid = 1277,
|
|
1280
|
+
QuantityInfo = 1278,
|
|
1281
|
+
QuantityLimitRemaining = 1279,
|
|
1282
|
+
QuantityOperator = 1280,
|
|
1283
|
+
QuantityPurchased = 1281,
|
|
1284
|
+
QuantityRestrictionPerBuyer = 1282,
|
|
1285
|
+
QuantityScheduled = 1283,
|
|
1286
|
+
QuantitySold = 1284,
|
|
1287
|
+
QuantitySoldByPickupInStore = 1285,
|
|
1288
|
+
QuantityThreshold = 1286,
|
|
1289
|
+
QuantityUnsold = 1287,
|
|
1290
|
+
QuantityWon = 1288,
|
|
1291
|
+
Query = 1289,
|
|
1292
|
+
QueryKeywords = 1290,
|
|
1293
|
+
Question = 1291,
|
|
1294
|
+
QuestionCount = 1292,
|
|
1295
|
+
QuestionType = 1293,
|
|
1296
|
+
QueuedNewCount = 1294,
|
|
1297
|
+
QueuedPendingCount = 1295,
|
|
1298
|
+
Ranking = 1296,
|
|
1299
|
+
RateTableDetails = 1297,
|
|
1300
|
+
Rating = 1298,
|
|
1301
|
+
RatingCount = 1299,
|
|
1302
|
+
RatingDetail = 1300,
|
|
1303
|
+
Read = 1301,
|
|
1304
|
+
Reason = 1302,
|
|
1305
|
+
ReasonCodeDetail = 1303,
|
|
1306
|
+
ReasonCodeID = 1304,
|
|
1307
|
+
ReasonHideFromSearch = 1305,
|
|
1308
|
+
ReceiveDate = 1306,
|
|
1309
|
+
ReceivedTopRatedDiscount = 1307,
|
|
1310
|
+
RecipientBidderUserID = 1308,
|
|
1311
|
+
RecipientID = 1309,
|
|
1312
|
+
RecipientPostalCode = 1310,
|
|
1313
|
+
RecipientRelationType = 1311,
|
|
1314
|
+
RecipientUserID = 1312,
|
|
1315
|
+
Recommendation = 1313,
|
|
1316
|
+
RecommendationEngine = 1314,
|
|
1317
|
+
Recommendations = 1315,
|
|
1318
|
+
Recommended = 1316,
|
|
1319
|
+
RecoupmentPolicyConsent = 1317,
|
|
1320
|
+
RecoupmentPolicyDetails = 1318,
|
|
1321
|
+
ReduceReserveAllowed = 1319,
|
|
1322
|
+
ReferenceID = 1320,
|
|
1323
|
+
RefNumber = 1321,
|
|
1324
|
+
Refund = 1322,
|
|
1325
|
+
RefundAmount = 1323,
|
|
1326
|
+
RefundArray = 1324,
|
|
1327
|
+
RefundCancelledCount = 1325,
|
|
1328
|
+
RefundCompletionTime = 1326,
|
|
1329
|
+
RefundFailureCode = 1327,
|
|
1330
|
+
RefundFailureReason = 1328,
|
|
1331
|
+
RefundFromSeller = 1329,
|
|
1332
|
+
RefundFundingSource = 1330,
|
|
1333
|
+
RefundFundingSourceArray = 1331,
|
|
1334
|
+
RefundID = 1332,
|
|
1335
|
+
RefundingSourceType = 1333,
|
|
1336
|
+
RefundInitiatedCount = 1334,
|
|
1337
|
+
RefundLine = 1335,
|
|
1338
|
+
RefundLineArray = 1336,
|
|
1339
|
+
RefundMessage = 1337,
|
|
1340
|
+
RefundOnHoldCount = 1338,
|
|
1341
|
+
RefundOption = 1339,
|
|
1342
|
+
RefundReason = 1340,
|
|
1343
|
+
RefundRequestedTime = 1341,
|
|
1344
|
+
Refunds = 1342,
|
|
1345
|
+
RefundStatus = 1343,
|
|
1346
|
+
RefundTime = 1344,
|
|
1347
|
+
RefundTo = 1345,
|
|
1348
|
+
RefundTransaction = 1346,
|
|
1349
|
+
RefundTransactionArray = 1347,
|
|
1350
|
+
RefundType = 1348,
|
|
1351
|
+
Region = 1349,
|
|
1352
|
+
RegionDetails = 1350,
|
|
1353
|
+
RegionOfOriginDetails = 1351,
|
|
1354
|
+
RegisteredBusinessSeller = 1352,
|
|
1355
|
+
RegistrationAddress = 1353,
|
|
1356
|
+
RegistrationDate = 1354,
|
|
1357
|
+
RegularSubscription = 1355,
|
|
1358
|
+
Relationship = 1356,
|
|
1359
|
+
RelistAfterDays = 1357,
|
|
1360
|
+
RelistAfterHours = 1358,
|
|
1361
|
+
RelistAtSpecificTimeOfDay = 1359,
|
|
1362
|
+
RelistCondition = 1360,
|
|
1363
|
+
Relisted = 1361,
|
|
1364
|
+
RelistedItemID = 1362,
|
|
1365
|
+
RelistingNeededCount = 1363,
|
|
1366
|
+
RelistLink = 1364,
|
|
1367
|
+
RelistParentID = 1365,
|
|
1368
|
+
RemoveAllExcludedUsers = 1366,
|
|
1369
|
+
RemoveAllItems = 1367,
|
|
1370
|
+
RepeatBuyerCount = 1368,
|
|
1371
|
+
RepeatBuyerPercent = 1369,
|
|
1372
|
+
ReplaceAll = 1370,
|
|
1373
|
+
Replied = 1371,
|
|
1374
|
+
ReportedItem = 1372,
|
|
1375
|
+
ReportedItemDetails = 1373,
|
|
1376
|
+
ReportItem = 1374,
|
|
1377
|
+
ReportItems = 1375,
|
|
1378
|
+
RequesterID = 1376,
|
|
1379
|
+
RequiredSellerAction = 1377,
|
|
1380
|
+
RequiredSellerActionArray = 1378,
|
|
1381
|
+
RequiredShipPhoneNumberPreference = 1379,
|
|
1382
|
+
ReserveLowered = 1380,
|
|
1383
|
+
ReserveMet = 1381,
|
|
1384
|
+
ReservePrice = 1382,
|
|
1385
|
+
ReservePriceAllowed = 1383,
|
|
1386
|
+
ReserveRemoved = 1384,
|
|
1387
|
+
ResetDefaultSubjects = 1385,
|
|
1388
|
+
ResolutionTime = 1386,
|
|
1389
|
+
RespondToBestOffer = 1387,
|
|
1390
|
+
Response = 1388,
|
|
1391
|
+
ResponseDetails = 1389,
|
|
1392
|
+
ResponseEnabled = 1390,
|
|
1393
|
+
ResponseReplaced = 1391,
|
|
1394
|
+
ResponseText = 1392,
|
|
1395
|
+
ResponseType = 1393,
|
|
1396
|
+
ResponseURL = 1394,
|
|
1397
|
+
RestockAlert = 1395,
|
|
1398
|
+
RestockingFeeValue = 1396,
|
|
1399
|
+
RestockingFeeValueOption = 1397,
|
|
1400
|
+
RestockThreshold = 1398,
|
|
1401
|
+
RestrictedToBusiness = 1399,
|
|
1402
|
+
RESTToken = 1400,
|
|
1403
|
+
Retries = 1401,
|
|
1404
|
+
ReturnAllSites = 1402,
|
|
1405
|
+
ReturnDate = 1403,
|
|
1406
|
+
ReturnedItemCountActual = 1404,
|
|
1407
|
+
ReturnedOrderCountActual = 1405,
|
|
1408
|
+
ReturnedPaymentCountActual = 1406,
|
|
1409
|
+
ReturnedTransactionCountActual = 1407,
|
|
1410
|
+
ReturnPolicy = 1408,
|
|
1411
|
+
ReturnPolicyDetails = 1409,
|
|
1412
|
+
ReturnPolicyEnabled = 1410,
|
|
1413
|
+
ReturnPolicyProfileCategoryGroup = 1411,
|
|
1414
|
+
ReturnProfileID = 1412,
|
|
1415
|
+
ReturnProfileName = 1413,
|
|
1416
|
+
ReturnsAccepted = 1414,
|
|
1417
|
+
ReturnsAcceptedOption = 1415,
|
|
1418
|
+
ReturnSearchResultOnDuplicates = 1416,
|
|
1419
|
+
ReturnsWithin = 1417,
|
|
1420
|
+
ReturnsWithinOption = 1418,
|
|
1421
|
+
RevisePriceAllowed = 1419,
|
|
1422
|
+
ReviseQuantityAllowed = 1420,
|
|
1423
|
+
ReviseStatus = 1421,
|
|
1424
|
+
RevocationTime = 1422,
|
|
1425
|
+
RightsOwnerID = 1423,
|
|
1426
|
+
Role = 1424,
|
|
1427
|
+
RootCategoryID = 1425,
|
|
1428
|
+
RTEToProcessCount = 1426,
|
|
1429
|
+
RuleCurrentStatus = 1427,
|
|
1430
|
+
RuleStatus = 1428,
|
|
1431
|
+
RuName = 1429,
|
|
1432
|
+
SafePaymentExempt = 1430,
|
|
1433
|
+
SafePaymentRequired = 1431,
|
|
1434
|
+
SaleDateRange = 1432,
|
|
1435
|
+
SalePrice = 1433,
|
|
1436
|
+
SaleRecord = 1434,
|
|
1437
|
+
SaleRecordID = 1435,
|
|
1438
|
+
SalesTax = 1436,
|
|
1439
|
+
SalesTaxAmount = 1437,
|
|
1440
|
+
SalesTaxPercent = 1438,
|
|
1441
|
+
SalesTaxState = 1439,
|
|
1442
|
+
SaleTemplateGroupID = 1440,
|
|
1443
|
+
SaleTemplateID = 1441,
|
|
1444
|
+
SaleTemplateName = 1442,
|
|
1445
|
+
ScheduledDeliveryTimeMax = 1443,
|
|
1446
|
+
ScheduledDeliveryTimeMin = 1444,
|
|
1447
|
+
ScheduledList = 1445,
|
|
1448
|
+
ScheduleTime = 1446,
|
|
1449
|
+
SchedulingInfo = 1447,
|
|
1450
|
+
Search = 1448,
|
|
1451
|
+
SearchBox = 1449,
|
|
1452
|
+
SearchFlag = 1450,
|
|
1453
|
+
SearchKeywords = 1451,
|
|
1454
|
+
SearchName = 1452,
|
|
1455
|
+
SearchQuery = 1453,
|
|
1456
|
+
SearchSortOrder = 1454,
|
|
1457
|
+
SearchStanding = 1455,
|
|
1458
|
+
SearchType = 1456,
|
|
1459
|
+
SearchValue = 1457,
|
|
1460
|
+
Secondary = 1458,
|
|
1461
|
+
SecondaryCategory = 1459,
|
|
1462
|
+
SecondChanceEligible = 1460,
|
|
1463
|
+
SecondChanceEnabled = 1461,
|
|
1464
|
+
SecondChanceOffer = 1462,
|
|
1465
|
+
SecondChanceOfferCondition = 1463,
|
|
1466
|
+
SecondChanceOfferCount = 1464,
|
|
1467
|
+
SecondChanceOfferSent = 1465,
|
|
1468
|
+
SecondChanceOriginalItemID = 1466,
|
|
1469
|
+
SecretID = 1467,
|
|
1470
|
+
SelectionMode = 1468,
|
|
1471
|
+
Seller = 1469,
|
|
1472
|
+
SellerAccount = 1470,
|
|
1473
|
+
SellerBusinessType = 1471,
|
|
1474
|
+
SellerContactBuyerByEmail = 1472,
|
|
1475
|
+
SellerContactDetails = 1473,
|
|
1476
|
+
SellerContactDetailsEnabled = 1474,
|
|
1477
|
+
SellerDiscount = 1475,
|
|
1478
|
+
SellerDiscounts = 1476,
|
|
1479
|
+
SellereBayPaymentProcessConsent = 1477,
|
|
1480
|
+
SellereBayPaymentProcessEnableTime = 1478,
|
|
1481
|
+
SellereBayPaymentProcessStatus = 1479,
|
|
1482
|
+
SellerEIASToken = 1480,
|
|
1483
|
+
SellerEmail = 1481,
|
|
1484
|
+
SellerExcludeShipToLocationPreferences = 1482,
|
|
1485
|
+
SellerExcludeShipToLocationsPreference = 1483,
|
|
1486
|
+
SellerExternalTransactionID = 1484,
|
|
1487
|
+
SellerFavoriteItemPreferences = 1485,
|
|
1488
|
+
SellerFeeDiscount = 1486,
|
|
1489
|
+
SellerGuaranteeEligible = 1487,
|
|
1490
|
+
SellerGuaranteeLevel = 1488,
|
|
1491
|
+
SellerID = 1489,
|
|
1492
|
+
SellerIDExclude = 1490,
|
|
1493
|
+
SellerInfo = 1491,
|
|
1494
|
+
SellerInventoryID = 1492,
|
|
1495
|
+
SellerInvoiceNumber = 1493,
|
|
1496
|
+
SellerInvoiceTime = 1494,
|
|
1497
|
+
SellerItemRatingDetailArray = 1495,
|
|
1498
|
+
SellerLevel = 1496,
|
|
1499
|
+
SellerMessage = 1497,
|
|
1500
|
+
SellerNoteToBuyer = 1498,
|
|
1501
|
+
SellerPaidStatus = 1499,
|
|
1502
|
+
SellerPayment = 1500,
|
|
1503
|
+
SellerPaymentAddress = 1501,
|
|
1504
|
+
SellerPaymentPreferences = 1502,
|
|
1505
|
+
SellerPaymentProfile = 1503,
|
|
1506
|
+
SellerProfileOptedIn = 1504,
|
|
1507
|
+
SellerProfilePreferences = 1505,
|
|
1508
|
+
SellerProfiles = 1506,
|
|
1509
|
+
SellerProvidedTitle = 1507,
|
|
1510
|
+
SellerProvidedTitleSupported = 1508,
|
|
1511
|
+
SellerRatingSummaryArray = 1509,
|
|
1512
|
+
SellerResponse = 1510,
|
|
1513
|
+
SellerReturnPreferences = 1511,
|
|
1514
|
+
SellerReturnProfile = 1512,
|
|
1515
|
+
SellerRoleMetrics = 1513,
|
|
1516
|
+
SellerShipmentToLogisticsProvider = 1514,
|
|
1517
|
+
SellerShippingProfile = 1515,
|
|
1518
|
+
SellerThirdPartyCheckoutDisabled = 1516,
|
|
1519
|
+
SellerThirdPartyUsername = 1517,
|
|
1520
|
+
SellerUserID = 1518,
|
|
1521
|
+
SellerVacationNote = 1519,
|
|
1522
|
+
SellingManagerFolderDetails = 1520,
|
|
1523
|
+
SellingManagerProduct = 1521,
|
|
1524
|
+
SellingManagerProductDetails = 1522,
|
|
1525
|
+
SellingManagerProductInventoryStatus = 1523,
|
|
1526
|
+
SellingManagerProductSpecifics = 1524,
|
|
1527
|
+
SellingManagerSalesRecordNumber = 1525,
|
|
1528
|
+
SellingManagerSoldOrder = 1526,
|
|
1529
|
+
SellingManagerSoldTransaction = 1527,
|
|
1530
|
+
SellingManagerTemplateDetails = 1528,
|
|
1531
|
+
SellingManagerTemplateDetailsArray = 1529,
|
|
1532
|
+
SellingReminders = 1530,
|
|
1533
|
+
SellingStatus = 1531,
|
|
1534
|
+
SellingSummary = 1532,
|
|
1535
|
+
Sender = 1533,
|
|
1536
|
+
SenderEmail = 1534,
|
|
1537
|
+
SenderID = 1535,
|
|
1538
|
+
SendToName = 1536,
|
|
1539
|
+
ServiceType = 1537,
|
|
1540
|
+
SessionID = 1538,
|
|
1541
|
+
Severity = 1539,
|
|
1542
|
+
SeverityCode = 1540,
|
|
1543
|
+
Shipment = 1541,
|
|
1544
|
+
ShipmentLineItem = 1542,
|
|
1545
|
+
ShipmentTrackingDetails = 1543,
|
|
1546
|
+
ShipmentTrackingNumber = 1544,
|
|
1547
|
+
ShipmentTrackNumber = 1545,
|
|
1548
|
+
Shipped = 1546,
|
|
1549
|
+
ShippedStatus = 1547,
|
|
1550
|
+
ShippedTime = 1548,
|
|
1551
|
+
ShippingAddress = 1549,
|
|
1552
|
+
ShippingCarrier = 1550,
|
|
1553
|
+
ShippingCarrierDetails = 1551,
|
|
1554
|
+
ShippingCarrierID = 1552,
|
|
1555
|
+
ShippingCarrierUsed = 1553,
|
|
1556
|
+
ShippingCategory = 1554,
|
|
1557
|
+
ShippingCategoryDetails = 1555,
|
|
1558
|
+
ShippingConvenienceCharge = 1556,
|
|
1559
|
+
ShippingCost = 1557,
|
|
1560
|
+
ShippingCostPaidBy = 1558,
|
|
1561
|
+
ShippingCostPaidByOption = 1559,
|
|
1562
|
+
ShippingDetails = 1560,
|
|
1563
|
+
ShippingDetailsToBeProvidedCount = 1561,
|
|
1564
|
+
ShippingDiscount = 1562,
|
|
1565
|
+
ShippingDiscountAmount = 1563,
|
|
1566
|
+
ShippingDiscountProfileID = 1564,
|
|
1567
|
+
ShippingIncludedInTax = 1565,
|
|
1568
|
+
ShippingInsurance = 1566,
|
|
1569
|
+
ShippingInsuranceCost = 1567,
|
|
1570
|
+
ShippingIrregular = 1568,
|
|
1571
|
+
ShippingLocation = 1569,
|
|
1572
|
+
ShippingLocationDetails = 1570,
|
|
1573
|
+
ShippingNeededCount = 1571,
|
|
1574
|
+
ShippingPackage = 1572,
|
|
1575
|
+
ShippingPackageDetails = 1573,
|
|
1576
|
+
ShippingPackageInfo = 1574,
|
|
1577
|
+
ShippingProfileCategoryGroup = 1575,
|
|
1578
|
+
ShippingProfileID = 1576,
|
|
1579
|
+
ShippingProfileName = 1577,
|
|
1580
|
+
ShippingRateErrorMessage = 1578,
|
|
1581
|
+
ShippingRateType = 1579,
|
|
1582
|
+
ShippingReimbursement = 1580,
|
|
1583
|
+
ShippingService = 1581,
|
|
1584
|
+
ShippingServiceAdditionalCost = 1582,
|
|
1585
|
+
ShippingServiceCost = 1583,
|
|
1586
|
+
ShippingServiceCostOverride = 1584,
|
|
1587
|
+
ShippingServiceCostOverrideList = 1585,
|
|
1588
|
+
ShippingServiceCutOffTime = 1586,
|
|
1589
|
+
ShippingServiceDetails = 1587,
|
|
1590
|
+
ShippingServiceID = 1588,
|
|
1591
|
+
ShippingServiceOptions = 1589,
|
|
1592
|
+
ShippingServicePackageDetails = 1590,
|
|
1593
|
+
ShippingServicePriority = 1591,
|
|
1594
|
+
ShippingServiceSelected = 1592,
|
|
1595
|
+
ShippingServiceType = 1593,
|
|
1596
|
+
ShippingServiceUsed = 1594,
|
|
1597
|
+
ShippingSurcharge = 1595,
|
|
1598
|
+
ShippingTermsInDescription = 1596,
|
|
1599
|
+
ShippingTermsRequired = 1597,
|
|
1600
|
+
ShippingTime = 1598,
|
|
1601
|
+
ShippingTimeMax = 1599,
|
|
1602
|
+
ShippingTimeMin = 1600,
|
|
1603
|
+
ShippingTrackingEvent = 1601,
|
|
1604
|
+
ShippingType = 1602,
|
|
1605
|
+
ShipToAddress = 1603,
|
|
1606
|
+
ShipToLocation = 1604,
|
|
1607
|
+
ShipToLocations = 1605,
|
|
1608
|
+
ShipToRegistrationCountry = 1606,
|
|
1609
|
+
ShortMessage = 1607,
|
|
1610
|
+
ShortSummary = 1608,
|
|
1611
|
+
ShowBidderNoticePreferences = 1609,
|
|
1612
|
+
ShowCombinedPaymentPreferences = 1610,
|
|
1613
|
+
ShowCrossPromotionPreferences = 1611,
|
|
1614
|
+
ShowDispatchCutoffTimePreferences = 1612,
|
|
1615
|
+
ShowEmailShipmentTrackingNumberPreference = 1613,
|
|
1616
|
+
ShowEndOfAuctionEmailPreferences = 1614,
|
|
1617
|
+
ShowGlobalShippingProgramListingPreference = 1615,
|
|
1618
|
+
ShowGlobalShippingProgramPreference = 1616,
|
|
1619
|
+
ShowOverrideGSPServiceWithIntlServicePreference = 1617,
|
|
1620
|
+
ShowProStoresPreferences = 1618,
|
|
1621
|
+
ShowPurchaseReminderEmailPreferences = 1619,
|
|
1622
|
+
ShowRequiredShipPhoneNumberPreference = 1620,
|
|
1623
|
+
ShowSellerExcludeShipToLocationPreference = 1621,
|
|
1624
|
+
ShowSellerFavoriteItemPreferences = 1622,
|
|
1625
|
+
ShowSellerPaymentPreferences = 1623,
|
|
1626
|
+
ShowSellerProfilePreferences = 1624,
|
|
1627
|
+
ShowSellerReturnPreferences = 1625,
|
|
1628
|
+
ShowUnpaidItemAssistanceExclusionList = 1626,
|
|
1629
|
+
ShowUnpaidItemAssistancePreference = 1627,
|
|
1630
|
+
SignUpForStoreNewsletter = 1628,
|
|
1631
|
+
Site = 1629,
|
|
1632
|
+
SiteCurrency = 1630,
|
|
1633
|
+
SiteDefaults = 1631,
|
|
1634
|
+
SiteDetails = 1632,
|
|
1635
|
+
SiteHostedPictureDetails = 1633,
|
|
1636
|
+
SiteID = 1634,
|
|
1637
|
+
SiteWideCharacteristicSets = 1635,
|
|
1638
|
+
SKU = 1636,
|
|
1639
|
+
SKUArray = 1637,
|
|
1640
|
+
SkypeContactOption = 1638,
|
|
1641
|
+
SkypeEnabled = 1639,
|
|
1642
|
+
SkypeID = 1640,
|
|
1643
|
+
SkypeMeNonTransactionalEnabled = 1641,
|
|
1644
|
+
SkypeMeTransactionalEnabled = 1642,
|
|
1645
|
+
SMSPhone = 1643,
|
|
1646
|
+
SMSSubscription = 1644,
|
|
1647
|
+
SoldAlert = 1645,
|
|
1648
|
+
SoldAsBin = 1646,
|
|
1649
|
+
SoldDurationInDays = 1647,
|
|
1650
|
+
SoldList = 1648,
|
|
1651
|
+
SoldOffeBay = 1649,
|
|
1652
|
+
SoldOn = 1650,
|
|
1653
|
+
SoldOneBay = 1651,
|
|
1654
|
+
Sort = 1652,
|
|
1655
|
+
SortingOrder = 1653,
|
|
1656
|
+
SortOrder = 1654,
|
|
1657
|
+
Source = 1655,
|
|
1658
|
+
SourceSaleTemplateID = 1656,
|
|
1659
|
+
SpacingIntervalInMinutes = 1657,
|
|
1660
|
+
SpecialitySubscription = 1658,
|
|
1661
|
+
StandardLabel = 1659,
|
|
1662
|
+
StandardOffset = 1660,
|
|
1663
|
+
StartCreationTime = 1661,
|
|
1664
|
+
StartingDisputeID = 1662,
|
|
1665
|
+
StartPrice = 1663,
|
|
1666
|
+
StartTime = 1664,
|
|
1667
|
+
StartTimeFrom = 1665,
|
|
1668
|
+
StartTimeTo = 1666,
|
|
1669
|
+
StateOrProvince = 1667,
|
|
1670
|
+
StaticAlias = 1668,
|
|
1671
|
+
Status = 1669,
|
|
1672
|
+
StockPhoto = 1670,
|
|
1673
|
+
StockPhotoURL = 1671,
|
|
1674
|
+
Store = 1672,
|
|
1675
|
+
StoreCategories = 1673,
|
|
1676
|
+
StoreCategory2ID = 1674,
|
|
1677
|
+
StoreCategory2Name = 1675,
|
|
1678
|
+
StoreCategoryID = 1676,
|
|
1679
|
+
StoreCategoryName = 1677,
|
|
1680
|
+
StoredComments = 1678,
|
|
1681
|
+
StoredCommentText = 1679,
|
|
1682
|
+
Storefront = 1680,
|
|
1683
|
+
StoreID = 1681,
|
|
1684
|
+
StoreInventoryEnabled = 1682,
|
|
1685
|
+
StoreName = 1683,
|
|
1686
|
+
StoreOwner = 1684,
|
|
1687
|
+
StoreOwnerExtendedListingDurations = 1685,
|
|
1688
|
+
StoreOwnerExtendedListingDurationsEnabled = 1686,
|
|
1689
|
+
StorePreferences = 1687,
|
|
1690
|
+
StoreSite = 1688,
|
|
1691
|
+
StoreURL = 1689,
|
|
1692
|
+
Street = 1690,
|
|
1693
|
+
Street1 = 1691,
|
|
1694
|
+
Street2 = 1692,
|
|
1695
|
+
Subject = 1693,
|
|
1696
|
+
SubmittedTime = 1694,
|
|
1697
|
+
SubscribeSA = 1695,
|
|
1698
|
+
SubscribeSAPro = 1696,
|
|
1699
|
+
SubscribeSM = 1697,
|
|
1700
|
+
SubscribeSMPro = 1698,
|
|
1701
|
+
Subscription = 1699,
|
|
1702
|
+
SubscriptionArray = 1700,
|
|
1703
|
+
SubscriptionLevel = 1701,
|
|
1704
|
+
SubTitle = 1702,
|
|
1705
|
+
Subtotal = 1703,
|
|
1706
|
+
SubtotalAmount = 1704,
|
|
1707
|
+
SuccessPercent = 1705,
|
|
1708
|
+
SuggestedCategory = 1706,
|
|
1709
|
+
SuggestedCategoryArray = 1707,
|
|
1710
|
+
SuggestedText = 1708,
|
|
1711
|
+
Summary = 1709,
|
|
1712
|
+
SummaryDays = 1710,
|
|
1713
|
+
SummaryPeriod = 1711,
|
|
1714
|
+
SummarySchedule = 1712,
|
|
1715
|
+
SupportedSellerProfile = 1713,
|
|
1716
|
+
SupportedSellerProfiles = 1714,
|
|
1717
|
+
SupportedSite = 1715,
|
|
1718
|
+
SurchargeApplicable = 1716,
|
|
1719
|
+
TargetUser = 1717,
|
|
1720
|
+
TargetUserID = 1718,
|
|
1721
|
+
TaskID = 1719,
|
|
1722
|
+
TaskReferenceID = 1720,
|
|
1723
|
+
TaxAmount = 1721,
|
|
1724
|
+
TaxCategory = 1722,
|
|
1725
|
+
TaxDescription = 1723,
|
|
1726
|
+
TaxDetails = 1724,
|
|
1727
|
+
Taxes = 1725,
|
|
1728
|
+
TaxJurisdiction = 1726,
|
|
1729
|
+
TaxOnHandlingAmount = 1727,
|
|
1730
|
+
TaxOnShippingAmount = 1728,
|
|
1731
|
+
TaxOnSubtotalAmount = 1729,
|
|
1732
|
+
TaxTable = 1730,
|
|
1733
|
+
TCROriginalItemID = 1731,
|
|
1734
|
+
Template = 1732,
|
|
1735
|
+
TemplateID = 1733,
|
|
1736
|
+
TemplateName = 1734,
|
|
1737
|
+
TemplateText = 1735,
|
|
1738
|
+
TemplateXML = 1736,
|
|
1739
|
+
TermsAndConditions = 1737,
|
|
1740
|
+
Text = 1738,
|
|
1741
|
+
TextCustomized = 1739,
|
|
1742
|
+
Theme = 1740,
|
|
1743
|
+
ThemeGroup = 1741,
|
|
1744
|
+
ThemeID = 1742,
|
|
1745
|
+
ThemeTotal = 1743,
|
|
1746
|
+
ThirdPartyCheckout = 1744,
|
|
1747
|
+
TicketListingDetails = 1745,
|
|
1748
|
+
Time = 1746,
|
|
1749
|
+
TimeBid = 1747,
|
|
1750
|
+
TimeFrom = 1748,
|
|
1751
|
+
TimeLeft = 1749,
|
|
1752
|
+
Timestamp = 1750,
|
|
1753
|
+
TimeTo = 1751,
|
|
1754
|
+
TimeZoneDetails = 1752,
|
|
1755
|
+
TimeZoneID = 1753,
|
|
1756
|
+
Title = 1754,
|
|
1757
|
+
TitleColor = 1755,
|
|
1758
|
+
TitleFace = 1756,
|
|
1759
|
+
TitleSize = 1757,
|
|
1760
|
+
TitleWithCompatibility = 1758,
|
|
1761
|
+
TokenStatus = 1759,
|
|
1762
|
+
TopRatedListing = 1760,
|
|
1763
|
+
TopRatedProgram = 1761,
|
|
1764
|
+
TopRatedSeller = 1762,
|
|
1765
|
+
TopRatedSellerDetails = 1763,
|
|
1766
|
+
Total = 1764,
|
|
1767
|
+
TotalAlertCount = 1765,
|
|
1768
|
+
TotalAmount = 1766,
|
|
1769
|
+
TotalAuctionSellingValue = 1767,
|
|
1770
|
+
TotalAvailable = 1768,
|
|
1771
|
+
TotalBids = 1769,
|
|
1772
|
+
TotalEmailsSent = 1770,
|
|
1773
|
+
TotalFeedbackPeriodArray = 1771,
|
|
1774
|
+
TotalHighPriorityCount = 1772,
|
|
1775
|
+
TotalLeadCount = 1773,
|
|
1776
|
+
TotalListingsWithLeads = 1774,
|
|
1777
|
+
TotalMessageCount = 1775,
|
|
1778
|
+
TotalNewLeadsCount = 1776,
|
|
1779
|
+
TotalNumberOfEntries = 1777,
|
|
1780
|
+
TotalNumberOfPages = 1778,
|
|
1781
|
+
TotalPrice = 1779,
|
|
1782
|
+
TotalQuantity = 1780,
|
|
1783
|
+
TotalQuestionCount = 1781,
|
|
1784
|
+
TotalRefundToBuyer = 1782,
|
|
1785
|
+
TotalShippingCost = 1783,
|
|
1786
|
+
TotalSoldCount = 1784,
|
|
1787
|
+
TotalSoldValue = 1785,
|
|
1788
|
+
TotalTaxAmount = 1786,
|
|
1789
|
+
TotalWinningCost = 1787,
|
|
1790
|
+
TotalWonCost = 1788,
|
|
1791
|
+
TrackingID = 1789,
|
|
1792
|
+
TrackingPartnerCode = 1790,
|
|
1793
|
+
TradeInMake = 1791,
|
|
1794
|
+
TradeInModel = 1792,
|
|
1795
|
+
TradeInYear = 1793,
|
|
1796
|
+
TradeRegistrationNumber = 1794,
|
|
1797
|
+
Transaction = 1795,
|
|
1798
|
+
TransactionArray = 1796,
|
|
1799
|
+
TransactionConfirmationRequestEnabled = 1797,
|
|
1800
|
+
TransactionID = 1798,
|
|
1801
|
+
TransactionPercent = 1799,
|
|
1802
|
+
TransactionPrice = 1800,
|
|
1803
|
+
TransactionSiteID = 1801,
|
|
1804
|
+
TransactionsPerPage = 1802,
|
|
1805
|
+
TUVLevel = 1803,
|
|
1806
|
+
Type = 1804,
|
|
1807
|
+
UniqueBuyerCount = 1805,
|
|
1808
|
+
UniqueNegativeFeedbackCount = 1806,
|
|
1809
|
+
UniqueNeutralFeedbackCount = 1807,
|
|
1810
|
+
UniquePositiveFeedbackCount = 1808,
|
|
1811
|
+
UnitCost = 1809,
|
|
1812
|
+
UnitInfo = 1810,
|
|
1813
|
+
UnitOfMeasurement = 1811,
|
|
1814
|
+
UnitOfMeasurementDetails = 1812,
|
|
1815
|
+
UnitQuantity = 1813,
|
|
1816
|
+
UnitsAvailable = 1814,
|
|
1817
|
+
UnitType = 1815,
|
|
1818
|
+
UnmappedCategoryArray = 1816,
|
|
1819
|
+
UnpaidItem = 1817,
|
|
1820
|
+
UnpaidItemAssistancePreferences = 1818,
|
|
1821
|
+
UnpaidItemStatus = 1819,
|
|
1822
|
+
UnresolvedAlertCount = 1820,
|
|
1823
|
+
UnsoldList = 1821,
|
|
1824
|
+
UnsubscribeNotification = 1822,
|
|
1825
|
+
UnsuccessfulBidderNoticeIncludeMyItems = 1823,
|
|
1826
|
+
UPC = 1824,
|
|
1827
|
+
UPCIdentifierEnabled = 1825,
|
|
1828
|
+
Updated = 1826,
|
|
1829
|
+
UpdateReturnPolicy = 1827,
|
|
1830
|
+
UpdateSellerInfo = 1828,
|
|
1831
|
+
UpdateTime = 1829,
|
|
1832
|
+
UpSellGallerySortFilter = 1830,
|
|
1833
|
+
UpSellItemFormatSortFilter = 1831,
|
|
1834
|
+
UpSellItemSortFilter = 1832,
|
|
1835
|
+
UPSRateOption = 1833,
|
|
1836
|
+
URL = 1834,
|
|
1837
|
+
URLDetails = 1835,
|
|
1838
|
+
URLPath = 1836,
|
|
1839
|
+
URLType = 1837,
|
|
1840
|
+
UseByDate = 1838,
|
|
1841
|
+
UseFirstProduct = 1839,
|
|
1842
|
+
User = 1840,
|
|
1843
|
+
UserAgreementInfo = 1841,
|
|
1844
|
+
UserAgreementURL = 1842,
|
|
1845
|
+
UserAnonymized = 1843,
|
|
1846
|
+
UserConsent = 1844,
|
|
1847
|
+
UserConsentRequired = 1845,
|
|
1848
|
+
UserData = 1846,
|
|
1849
|
+
UserDefinedList = 1847,
|
|
1850
|
+
UserDefinedListName = 1848,
|
|
1851
|
+
UserDefinedLists = 1849,
|
|
1852
|
+
UserDeliveryPreferenceArray = 1850,
|
|
1853
|
+
UserDisplayHint = 1851,
|
|
1854
|
+
UseRecommendedProduct = 1852,
|
|
1855
|
+
UserID = 1853,
|
|
1856
|
+
UserIDChanged = 1854,
|
|
1857
|
+
UserIDLastChanged = 1855,
|
|
1858
|
+
UserInput = 1856,
|
|
1859
|
+
UserRole = 1857,
|
|
1860
|
+
UserStatus = 1858,
|
|
1861
|
+
UserSubscription = 1859,
|
|
1862
|
+
UseStockPhotoURLAsGallery = 1860,
|
|
1863
|
+
UseTaxTable = 1861,
|
|
1864
|
+
USPSRateOption = 1862,
|
|
1865
|
+
UUID = 1863,
|
|
1866
|
+
VacationPreferences = 1864,
|
|
1867
|
+
ValidationRules = 1865,
|
|
1868
|
+
ValidForSellingFlow = 1866,
|
|
1869
|
+
ValidToken = 1867,
|
|
1870
|
+
Value = 1868,
|
|
1871
|
+
ValueCategory = 1869,
|
|
1872
|
+
ValueFormat = 1870,
|
|
1873
|
+
ValueLiteral = 1871,
|
|
1874
|
+
ValuePackEnabled = 1872,
|
|
1875
|
+
ValueRecommendation = 1873,
|
|
1876
|
+
ValueType = 1874,
|
|
1877
|
+
Variation = 1875,
|
|
1878
|
+
VariationDetails = 1876,
|
|
1879
|
+
VariationKey = 1877,
|
|
1880
|
+
VariationPicture = 1878,
|
|
1881
|
+
Variations = 1879,
|
|
1882
|
+
VariationsEnabled = 1880,
|
|
1883
|
+
VariationSKU = 1881,
|
|
1884
|
+
VariationSpecificName = 1882,
|
|
1885
|
+
VariationSpecificPictureSet = 1883,
|
|
1886
|
+
VariationSpecifics = 1884,
|
|
1887
|
+
VariationSpecificsSet = 1885,
|
|
1888
|
+
VariationSpecificValue = 1886,
|
|
1889
|
+
VariationTitle = 1887,
|
|
1890
|
+
VariationViewItemURL = 1888,
|
|
1891
|
+
VATDetails = 1889,
|
|
1892
|
+
VATID = 1890,
|
|
1893
|
+
VATInsuranceFee = 1891,
|
|
1894
|
+
VATPercent = 1892,
|
|
1895
|
+
VATRate = 1893,
|
|
1896
|
+
VATShippingFee = 1894,
|
|
1897
|
+
VATSite = 1895,
|
|
1898
|
+
VATStatus = 1896,
|
|
1899
|
+
VATTotalAmount = 1897,
|
|
1900
|
+
VendorContactInfo = 1898,
|
|
1901
|
+
VendorInfo = 1899,
|
|
1902
|
+
VendorName = 1900,
|
|
1903
|
+
Venue = 1901,
|
|
1904
|
+
VerifiedUser = 1902,
|
|
1905
|
+
VerifiedUserRequirements = 1903,
|
|
1906
|
+
VerifyEligibilityOnly = 1904,
|
|
1907
|
+
VerifyOnly = 1905,
|
|
1908
|
+
VeROReasonCodeDetails = 1906,
|
|
1909
|
+
VeROReasonCodeID = 1907,
|
|
1910
|
+
VeROReportPacketID = 1908,
|
|
1911
|
+
VeROReportPacketStatus = 1909,
|
|
1912
|
+
VeROSiteDetail = 1910,
|
|
1913
|
+
Version = 1911,
|
|
1914
|
+
ViewAllNodes = 1912,
|
|
1915
|
+
ViewItemURL = 1913,
|
|
1916
|
+
ViewItemURLForNaturalSearch = 1914,
|
|
1917
|
+
VIN = 1915,
|
|
1918
|
+
VINLink = 1916,
|
|
1919
|
+
VINSupported = 1917,
|
|
1920
|
+
Virtual = 1918,
|
|
1921
|
+
VRM = 1919,
|
|
1922
|
+
VRMLink = 1920,
|
|
1923
|
+
VRMSupported = 1921,
|
|
1924
|
+
WarningLevel = 1922,
|
|
1925
|
+
WarrantyDuration = 1923,
|
|
1926
|
+
WarrantyDurationOption = 1924,
|
|
1927
|
+
WarrantyOffered = 1925,
|
|
1928
|
+
WarrantyOfferedOption = 1926,
|
|
1929
|
+
WarrantyType = 1927,
|
|
1930
|
+
WarrantyTypeOption = 1928,
|
|
1931
|
+
WatchCount = 1929,
|
|
1932
|
+
WatchList = 1930,
|
|
1933
|
+
WatchListCount = 1931,
|
|
1934
|
+
WatchListMaximum = 1932,
|
|
1935
|
+
WeightMajor = 1933,
|
|
1936
|
+
WeightMinor = 1934,
|
|
1937
|
+
WeightOff = 1935,
|
|
1938
|
+
WeightRequired = 1936,
|
|
1939
|
+
WinningCount = 1937,
|
|
1940
|
+
WonCount = 1938,
|
|
1941
|
+
WonDurationInDays = 1939,
|
|
1942
|
+
WonList = 1940,
|
|
1943
|
+
ZeroFeedbackScore = 1941
|
|
1944
|
+
}
|
|
1945
|
+
export type Fields = {
|
|
1946
|
+
[key in typeof fields[number]]: Fields | Fields[] | number | number[] | string | string[] | boolean | boolean[];
|
|
1947
|
+
};
|
|
1948
|
+
export default fields;
|