ebay-api 9.4.3 → 10.0.0-RC.1

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.
Files changed (110) hide show
  1. package/README.md +33 -2
  2. package/dist/api/restful/buy/browse/index.d.ts +1 -4
  3. package/dist/api/restful/buy/browse/index.js +0 -9
  4. package/dist/api/restful/buy/feed/index.d.ts +1 -0
  5. package/dist/api/restful/buy/feed/index.js +8 -0
  6. package/dist/api/restful/buy/marketing/index.d.ts +1 -3
  7. package/dist/api/restful/buy/marketing/index.js +0 -10
  8. package/dist/api/restful/buy/order/index.d.ts +1 -1
  9. package/dist/api/restful/buy/order/index.js +1 -1
  10. package/dist/api/restful/commerce/media/index.d.ts +8 -1
  11. package/dist/api/restful/commerce/media/index.js +24 -0
  12. package/dist/api/restful/commerce/notification/index.d.ts +5 -2
  13. package/dist/api/restful/commerce/notification/index.js +15 -1
  14. package/dist/api/restful/commerce/taxonomy/index.d.ts +1 -0
  15. package/dist/api/restful/commerce/taxonomy/index.js +4 -0
  16. package/dist/api/restful/sell/compliance/index.d.ts +0 -2
  17. package/dist/api/restful/sell/compliance/index.js +0 -3
  18. package/dist/api/restful/sell/feed/index.d.ts +7 -7
  19. package/dist/api/restful/sell/finances/index.d.ts +1 -1
  20. package/dist/api/restful/sell/listing/index.d.ts +2 -1
  21. package/dist/api/restful/sell/logistics/index.d.ts +6 -5
  22. package/dist/api/restful/sell/marketing/index.d.ts +4 -1
  23. package/dist/api/restful/sell/marketing/index.js +10 -0
  24. package/dist/api/restful/sell/metadata/index.d.ts +15 -0
  25. package/dist/api/restful/sell/metadata/index.js +65 -0
  26. package/dist/api/restful/sell/negotiation/index.d.ts +2 -1
  27. package/dist/ebay-api.min.mjs +1 -1
  28. package/dist/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  29. package/dist/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  30. package/dist/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  31. package/dist/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  32. package/dist/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  33. package/dist/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  34. package/dist/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  35. package/dist/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  36. package/dist/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  37. package/dist/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  38. package/dist/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  39. package/dist/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  40. package/dist/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  41. package/dist/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  42. package/dist/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  43. package/dist/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  44. package/dist/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  45. package/dist/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  46. package/dist/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  47. package/dist/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  48. package/dist/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  49. package/dist/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  50. package/dist/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  51. package/dist/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  52. package/dist/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  53. package/dist/types/restfulTypes.d.ts +33 -14
  54. package/lib/api/restful/buy/browse/index.d.ts +1 -4
  55. package/lib/api/restful/buy/browse/index.js +0 -9
  56. package/lib/api/restful/buy/feed/index.d.ts +1 -0
  57. package/lib/api/restful/buy/feed/index.js +8 -0
  58. package/lib/api/restful/buy/marketing/index.d.ts +1 -3
  59. package/lib/api/restful/buy/marketing/index.js +0 -10
  60. package/lib/api/restful/buy/order/index.d.ts +1 -1
  61. package/lib/api/restful/buy/order/index.js +1 -1
  62. package/lib/api/restful/commerce/media/index.d.ts +8 -1
  63. package/lib/api/restful/commerce/media/index.js +24 -0
  64. package/lib/api/restful/commerce/notification/index.d.ts +5 -2
  65. package/lib/api/restful/commerce/notification/index.js +15 -1
  66. package/lib/api/restful/commerce/taxonomy/index.d.ts +1 -0
  67. package/lib/api/restful/commerce/taxonomy/index.js +4 -0
  68. package/lib/api/restful/sell/compliance/index.d.ts +0 -2
  69. package/lib/api/restful/sell/compliance/index.js +0 -3
  70. package/lib/api/restful/sell/feed/index.d.ts +7 -7
  71. package/lib/api/restful/sell/finances/index.d.ts +1 -1
  72. package/lib/api/restful/sell/listing/index.d.ts +2 -1
  73. package/lib/api/restful/sell/logistics/index.d.ts +6 -5
  74. package/lib/api/restful/sell/marketing/index.d.ts +4 -1
  75. package/lib/api/restful/sell/marketing/index.js +10 -0
  76. package/lib/api/restful/sell/metadata/index.d.ts +15 -0
  77. package/lib/api/restful/sell/metadata/index.js +65 -0
  78. package/lib/api/restful/sell/negotiation/index.d.ts +2 -1
  79. package/lib/ebay-api.min.js +1 -1
  80. package/lib/types/restful/specs/buy_browse_v1_oas3.d.ts +239 -655
  81. package/lib/types/restful/specs/buy_deal_v1_oas3.d.ts +34 -171
  82. package/lib/types/restful/specs/buy_feed_v1_beta_oas3.d.ts +146 -217
  83. package/lib/types/restful/specs/buy_marketing_v1_beta_oas3.d.ts +19 -208
  84. package/lib/types/restful/specs/buy_offer_v1_beta_oas3.d.ts +13 -84
  85. package/lib/types/restful/specs/buy_order_v2_oas3.d.ts +470 -0
  86. package/lib/types/restful/specs/commerce_catalog_v1_beta_oas3.d.ts +37 -562
  87. package/lib/types/restful/specs/commerce_charity_v1_oas3.d.ts +10 -130
  88. package/lib/types/restful/specs/commerce_identity_v1_oas3.d.ts +6 -39
  89. package/lib/types/restful/specs/commerce_media_v1_beta_oas3.d.ts +209 -132
  90. package/lib/types/restful/specs/commerce_notification_v1_oas3.d.ts +272 -716
  91. package/lib/types/restful/specs/commerce_taxonomy_v1_oas3.d.ts +77 -339
  92. package/lib/types/restful/specs/commerce_translation_v1_beta_oas3.d.ts +11 -38
  93. package/lib/types/restful/specs/developer_analytics_v1_beta_oas3.d.ts +24 -91
  94. package/lib/types/restful/specs/developer_key_management_v1_oas3.d.ts +21 -132
  95. package/lib/types/restful/specs/sell_account_v1_oas3.d.ts +193 -1696
  96. package/lib/types/restful/specs/sell_compliance_v1_oas3.d.ts +21 -148
  97. package/lib/types/restful/specs/sell_feed_v1_oas3.d.ts +122 -902
  98. package/lib/types/restful/specs/sell_finances_v1_oas3.d.ts +99 -275
  99. package/lib/types/restful/specs/sell_inventory_v1_oas3.d.ts +212 -1257
  100. package/lib/types/restful/specs/sell_logistics_v1_oas3.d.ts +77 -281
  101. package/lib/types/restful/specs/sell_marketing_v1_oas3.d.ts +563 -3197
  102. package/lib/types/restful/specs/sell_metadata_v1_oas3.d.ts +709 -330
  103. package/lib/types/restful/specs/sell_negotiation_v1_oas3.d.ts +15 -82
  104. package/lib/types/restful/specs/sell_recommendation_v1_oas3.d.ts +10 -43
  105. package/lib/types/restfulTypes.d.ts +33 -14
  106. package/package.json +2 -1
  107. package/dist/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  108. package/lib/types/restful/specs/buy_order_v1_beta_oas3.d.ts +0 -2400
  109. /package/dist/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
  110. /package/lib/types/restful/specs/{buy_order_v1_beta_oas3.js → buy_order_v2_oas3.js} +0 -0
@@ -1,156 +1,158 @@
1
1
  export interface paths {
2
2
  "/marketplace/{marketplace_id}/get_automotive_parts_compatibility_policies": {
3
- parameters: {
4
- query?: never;
5
- header?: never;
6
- path?: never;
7
- cookie?: never;
8
- };
9
3
  get: operations["getAutomotivePartsCompatibilityPolicies"];
10
- put?: never;
11
- post?: never;
12
- delete?: never;
13
- options?: never;
14
- head?: never;
15
- patch?: never;
16
- trace?: never;
4
+ };
5
+ "/marketplace/{marketplace_id}/get_category_policies": {
6
+ get: operations["getCategoryPolicies"];
7
+ };
8
+ "/marketplace/{marketplace_id}/get_classified_ad_policies": {
9
+ get: operations["getClassifiedAdPolicies"];
10
+ };
11
+ "/marketplace/{marketplace_id}/get_currencies": {
12
+ get: operations["getCurrencies"];
17
13
  };
18
14
  "/marketplace/{marketplace_id}/get_extended_producer_responsibility_policies": {
19
- parameters: {
20
- query?: never;
21
- header?: never;
22
- path?: never;
23
- cookie?: never;
24
- };
25
15
  get: operations["getExtendedProducerResponsibilityPolicies"];
26
- put?: never;
27
- post?: never;
28
- delete?: never;
29
- options?: never;
30
- head?: never;
31
- patch?: never;
32
- trace?: never;
33
16
  };
34
17
  "/marketplace/{marketplace_id}/get_hazardous_materials_labels": {
35
- parameters: {
36
- query?: never;
37
- header?: never;
38
- path?: never;
39
- cookie?: never;
40
- };
41
18
  get: operations["getHazardousMaterialsLabels"];
42
- put?: never;
43
- post?: never;
44
- delete?: never;
45
- options?: never;
46
- head?: never;
47
- patch?: never;
48
- trace?: never;
49
19
  };
50
20
  "/marketplace/{marketplace_id}/get_item_condition_policies": {
51
- parameters: {
52
- query?: never;
53
- header?: never;
54
- path?: never;
55
- cookie?: never;
56
- };
57
21
  get: operations["getItemConditionPolicies"];
58
- put?: never;
59
- post?: never;
60
- delete?: never;
61
- options?: never;
62
- head?: never;
63
- patch?: never;
64
- trace?: never;
65
22
  };
66
23
  "/marketplace/{marketplace_id}/get_listing_structure_policies": {
67
- parameters: {
68
- query?: never;
69
- header?: never;
70
- path?: never;
71
- cookie?: never;
72
- };
73
24
  get: operations["getListingStructurePolicies"];
74
- put?: never;
75
- post?: never;
76
- delete?: never;
77
- options?: never;
78
- head?: never;
79
- patch?: never;
80
- trace?: never;
25
+ };
26
+ "/marketplace/{marketplace_id}/get_listing_type_policies": {
27
+ get: operations["getListingTypePolicies"];
28
+ };
29
+ "/marketplace/{marketplace_id}/get_motors_listing_policies": {
30
+ get: operations["getMotorsListingPolicies"];
81
31
  };
82
32
  "/marketplace/{marketplace_id}/get_negotiated_price_policies": {
83
- parameters: {
84
- query?: never;
85
- header?: never;
86
- path?: never;
87
- cookie?: never;
88
- };
89
33
  get: operations["getNegotiatedPricePolicies"];
90
- put?: never;
91
- post?: never;
92
- delete?: never;
93
- options?: never;
94
- head?: never;
95
- patch?: never;
96
- trace?: never;
34
+ };
35
+ "/marketplace/{marketplace_id}/get_product_safety_labels": {
36
+ get: operations["getProductSafetyLabels"];
37
+ };
38
+ "/marketplace/{marketplace_id}/get_regulatory_policies": {
39
+ get: operations["getRegulatoryPolicies"];
97
40
  };
98
41
  "/marketplace/{marketplace_id}/get_return_policies": {
99
- parameters: {
100
- query?: never;
101
- header?: never;
102
- path?: never;
103
- cookie?: never;
104
- };
105
42
  get: operations["getReturnPolicies"];
106
- put?: never;
107
- post?: never;
108
- delete?: never;
109
- options?: never;
110
- head?: never;
111
- patch?: never;
112
- trace?: never;
43
+ };
44
+ "/marketplace/{marketplace_id}/get_shipping_policies": {
45
+ get: operations["getShippingPolicies"];
46
+ };
47
+ "/marketplace/{marketplace_id}/get_site_visibility_policies": {
48
+ get: operations["getSiteVisibilityPolicies"];
49
+ };
50
+ "/compatibilities/get_compatibilities_by_specification": {
51
+ post: operations["getCompatibilitiesBySpecification"];
52
+ };
53
+ "/compatibilities/get_compatibility_property_names": {
54
+ post: operations["getCompatibilityPropertyNames"];
55
+ };
56
+ "/compatibilities/get_compatibility_property_values": {
57
+ post: operations["getCompatibilityPropertyValues"];
58
+ };
59
+ "/compatibilities/get_multi_compatibility_property_values": {
60
+ post: operations["getMultiCompatibilityPropertyValues"];
61
+ };
62
+ "/compatibilities/get_product_compatibilities": {
63
+ post: operations["getProductCompatibilities"];
113
64
  };
114
65
  "/country/{countryCode}/sales_tax_jurisdiction": {
115
- parameters: {
116
- query?: never;
117
- header?: never;
118
- path?: never;
119
- cookie?: never;
120
- };
121
66
  get: operations["getSalesTaxJurisdictions"];
122
- put?: never;
123
- post?: never;
124
- delete?: never;
125
- options?: never;
126
- head?: never;
127
- patch?: never;
128
- trace?: never;
129
67
  };
130
68
  }
131
69
  export type webhooks = Record<string, never>;
132
70
  export interface components {
133
71
  schemas: {
72
+ Amount: {
73
+ currency?: string;
74
+ value?: string;
75
+ };
134
76
  AutomotivePartsCompatibilityPolicy: {
135
77
  categoryId?: string;
136
78
  categoryTreeId?: string;
137
79
  compatibilityBasedOn?: string;
138
- compatibleVehicleTypes?: string[];
80
+ compatibleVehicleTypes?: (string)[];
139
81
  maxNumberOfCompatibleVehicles?: number;
140
82
  };
141
83
  AutomotivePartsCompatibilityPolicyResponse: {
142
- automotivePartsCompatibilityPolicies?: components["schemas"]["AutomotivePartsCompatibilityPolicy"][];
143
- warnings?: components["schemas"]["Error"][];
84
+ automotivePartsCompatibilityPolicies?: (components["schemas"]["AutomotivePartsCompatibilityPolicy"])[];
85
+ warnings?: (components["schemas"]["Error"])[];
86
+ };
87
+ CategoryPolicy: {
88
+ autoPayEnabled?: boolean;
89
+ b2bVatEnabled?: boolean;
90
+ categoryId?: string;
91
+ categoryTreeId?: string;
92
+ eanSupport?: string;
93
+ expired?: boolean;
94
+ intangibleEnabled?: boolean;
95
+ isbnSupport?: string;
96
+ lsd?: boolean;
97
+ minimumReservePrice?: number;
98
+ orpa?: boolean;
99
+ orra?: boolean;
100
+ paymentMethods?: (string)[];
101
+ reduceReserveAllowed?: boolean;
102
+ upcSupport?: string;
103
+ valueCategory?: boolean;
104
+ virtual?: boolean;
105
+ };
106
+ CategoryPolicyResponse: {
107
+ categoryPolicies?: (components["schemas"]["CategoryPolicy"])[];
108
+ warnings?: (components["schemas"]["Error"])[];
109
+ };
110
+ ClassifiedAdPolicy: {
111
+ adFormatEnabled?: string;
112
+ categoryId?: string;
113
+ categoryTreeId?: string;
114
+ classifiedAdAutoAcceptEnabled?: boolean;
115
+ classifiedAdAutoDeclineEnabled?: boolean;
116
+ classifiedAdBestOfferEnabled?: string;
117
+ classifiedAdCompanyNameEnabled?: boolean;
118
+ classifiedAdContactByAddressEnabled?: boolean;
119
+ classifiedAdContactByEmailEnabled?: boolean;
120
+ classifiedAdContactByPhoneEnabled?: boolean;
121
+ classifiedAdCounterOfferEnabled?: boolean;
122
+ classifiedAdPaymentMethodEnabled?: string;
123
+ classifiedAdPhoneCount?: number;
124
+ classifiedAdShippingMethodEnabled?: boolean;
125
+ classifiedAdStreetCount?: number;
126
+ sellerContactDetailsEnabled?: boolean;
127
+ };
128
+ ClassifiedAdPolicyResponse: {
129
+ classifiedAdPolicies?: (components["schemas"]["ClassifiedAdPolicy"])[];
130
+ warnings?: (components["schemas"]["Error"])[];
131
+ };
132
+ Compatibility: {
133
+ compatibilityDetails?: (components["schemas"]["CompatibilityDetails"])[];
134
+ };
135
+ CompatibilityDetails: {
136
+ propertyName?: string;
137
+ propertyValue?: string;
138
+ };
139
+ Currency: {
140
+ code?: string;
141
+ description?: string;
142
+ };
143
+ DisabledProductFilter: {
144
+ excludeForEbayReviews?: boolean;
145
+ excludeForEbaySelling?: boolean;
144
146
  };
145
147
  Error: {
146
148
  category?: string;
147
149
  domain?: string;
148
150
  errorId?: number;
149
- inputRefIds?: string[];
151
+ inputRefIds?: (string)[];
150
152
  longMessage?: string;
151
153
  message?: string;
152
- outputRefIds?: string[];
153
- parameters?: components["schemas"]["ErrorParameter"][];
154
+ outputRefIds?: (string)[];
155
+ parameters?: (components["schemas"]["ErrorParameter"])[];
154
156
  subdomain?: string;
155
157
  };
156
158
  ErrorParameter: {
@@ -165,24 +167,28 @@ export interface components {
165
167
  ExtendedProducerResponsibilityPolicy: {
166
168
  categoryId?: string;
167
169
  categoryTreeId?: string;
168
- supportedAttributes?: components["schemas"]["ExtendedProducerResponsibility"][];
170
+ supportedAttributes?: (components["schemas"]["ExtendedProducerResponsibility"])[];
169
171
  };
170
172
  ExtendedProducerResponsibilityPolicyResponse: {
171
- extendedProducerResponsibilities?: components["schemas"]["ExtendedProducerResponsibilityPolicy"][];
172
- warnings?: components["schemas"]["Error"][];
173
+ extendedProducerResponsibilities?: (components["schemas"]["ExtendedProducerResponsibilityPolicy"])[];
174
+ warnings?: (components["schemas"]["Error"])[];
175
+ };
176
+ GetCurrenciesResponse: {
177
+ defaultCurrency?: components["schemas"]["Currency"];
178
+ marketplaceId?: string;
173
179
  };
174
180
  HazardStatement: {
175
181
  statementId?: string;
176
182
  statementDescription?: string;
177
183
  };
178
184
  HazardousMaterialDetailsResponse: {
179
- signalWords?: components["schemas"]["SignalWord"][];
180
- statements?: components["schemas"]["HazardStatement"][];
181
- pictograms?: components["schemas"]["Pictogram"][];
185
+ signalWords?: (components["schemas"]["SignalWord"])[];
186
+ statements?: (components["schemas"]["HazardStatement"])[];
187
+ pictograms?: (components["schemas"]["Pictogram"])[];
182
188
  };
183
189
  ItemCondition: {
184
190
  conditionDescription?: string;
185
- conditionDescriptors?: components["schemas"]["ItemConditionDescriptor"][];
191
+ conditionDescriptors?: (components["schemas"]["ItemConditionDescriptor"])[];
186
192
  conditionHelpText?: string;
187
193
  conditionId?: string;
188
194
  usage?: string;
@@ -192,10 +198,10 @@ export interface components {
192
198
  conditionDescriptorHelpText?: string;
193
199
  conditionDescriptorId?: string;
194
200
  conditionDescriptorName?: string;
195
- conditionDescriptorValues?: components["schemas"]["ItemConditionDescriptorValue"][];
201
+ conditionDescriptorValues?: (components["schemas"]["ItemConditionDescriptorValue"])[];
196
202
  };
197
203
  ItemConditionDescriptorConstraint: {
198
- applicableToConditionDescriptorIds?: string[];
204
+ applicableToConditionDescriptorIds?: (string)[];
199
205
  cardinality?: string;
200
206
  defaultConditionDescriptorValueId?: string;
201
207
  maxLength?: number;
@@ -203,25 +209,29 @@ export interface components {
203
209
  usage?: string;
204
210
  };
205
211
  ItemConditionDescriptorValue: {
206
- conditionDescriptorValueAdditionalHelpText?: string[];
207
- conditionDescriptorValueConstraints?: components["schemas"]["ItemConditionDescriptorValueConstraint"][];
212
+ conditionDescriptorValueAdditionalHelpText?: (string)[];
213
+ conditionDescriptorValueConstraints?: (components["schemas"]["ItemConditionDescriptorValueConstraint"])[];
208
214
  conditionDescriptorValueHelpText?: string;
209
215
  conditionDescriptorValueId?: string;
210
216
  conditionDescriptorValueName?: string;
211
217
  };
212
218
  ItemConditionDescriptorValueConstraint: {
213
219
  applicableToConditionDescriptorId?: string;
214
- applicableToConditionDescriptorValueIds?: string[];
220
+ applicableToConditionDescriptorValueIds?: (string)[];
215
221
  };
216
222
  ItemConditionPolicy: {
217
223
  categoryId?: string;
218
224
  categoryTreeId?: string;
219
225
  itemConditionRequired?: boolean;
220
- itemConditions?: components["schemas"]["ItemCondition"][];
226
+ itemConditions?: (components["schemas"]["ItemCondition"])[];
221
227
  };
222
228
  ItemConditionPolicyResponse: {
223
- itemConditionPolicies?: components["schemas"]["ItemConditionPolicy"][];
224
- warnings?: components["schemas"]["Error"][];
229
+ itemConditionPolicies?: (components["schemas"]["ItemConditionPolicy"])[];
230
+ warnings?: (components["schemas"]["Error"])[];
231
+ };
232
+ ListingDuration: {
233
+ durationValues?: (string)[];
234
+ listingType?: string;
225
235
  };
226
236
  ListingStructurePolicy: {
227
237
  categoryId?: string;
@@ -229,8 +239,86 @@ export interface components {
229
239
  variationsSupported?: boolean;
230
240
  };
231
241
  ListingStructurePolicyResponse: {
232
- listingStructurePolicies?: components["schemas"]["ListingStructurePolicy"][];
233
- warnings?: components["schemas"]["Error"][];
242
+ listingStructurePolicies?: (components["schemas"]["ListingStructurePolicy"])[];
243
+ warnings?: (components["schemas"]["Error"])[];
244
+ };
245
+ ListingTypePoliciesResponse: {
246
+ listingTypePolicies?: (components["schemas"]["ListingTypePolicy"])[];
247
+ warnings?: (components["schemas"]["Error"])[];
248
+ };
249
+ ListingTypePolicy: {
250
+ categoryId?: string;
251
+ categoryTreeId?: string;
252
+ digitalGoodDeliveryEnabled?: boolean;
253
+ listingDurations?: (components["schemas"]["ListingDuration"])[];
254
+ pickupDropOffEnabled?: boolean;
255
+ };
256
+ LocalListingDistance: {
257
+ distances?: (number)[];
258
+ distanceType?: string;
259
+ };
260
+ MotorsListingPoliciesResponse: {
261
+ motorsListingPolicies?: (components["schemas"]["MotorsListingPolicy"])[];
262
+ warnings?: (components["schemas"]["Error"])[];
263
+ };
264
+ MotorsListingPolicy: {
265
+ categoryId?: string;
266
+ categoryTreeId?: string;
267
+ depositSupported?: boolean;
268
+ ebayMotorsProAdFormatEnabled?: string;
269
+ ebayMotorsProAutoAcceptEnabled?: boolean;
270
+ ebayMotorsProAutoDeclineEnabled?: boolean;
271
+ ebayMotorsProBestOfferEnabled?: string;
272
+ ebayMotorsProCompanyNameEnabled?: boolean;
273
+ ebayMotorsProContactByAddressEnabled?: boolean;
274
+ ebayMotorsProContactByEmailEnabled?: boolean;
275
+ ebayMotorsProContactByPhoneEnabled?: boolean;
276
+ ebayMotorsProCounterOfferEnabled?: boolean;
277
+ ebayMotorsProPaymentMethodCheckOutEnabled?: string;
278
+ ebayMotorsProPhoneCount?: number;
279
+ ebayMotorsProSellerContactDetailsEnabled?: boolean;
280
+ ebayMotorsProShippingMethodEnabled?: boolean;
281
+ ebayMotorsProStreetCount?: number;
282
+ epidSupported?: boolean;
283
+ kTypeSupported?: boolean;
284
+ localListingDistances?: (components["schemas"]["LocalListingDistance"])[];
285
+ localMarketAdFormatEnabled?: string;
286
+ localMarketAutoAcceptEnabled?: boolean;
287
+ localMarketAutoDeclineEnabled?: boolean;
288
+ localMarketBestOfferEnabled?: string;
289
+ localMarketCompanyNameEnabled?: boolean;
290
+ localMarketContactByAddressEnabled?: boolean;
291
+ localMarketContactByEmailEnabled?: boolean;
292
+ localMarketContactByPhoneEnabled?: boolean;
293
+ localMarketCounterOfferEnabled?: boolean;
294
+ localMarketNonSubscription?: boolean;
295
+ localMarketPaymentMethodCheckOutEnabled?: string;
296
+ localMarketPhoneCount?: number;
297
+ localMarketPremiumSubscription?: boolean;
298
+ localMarketRegularSubscription?: boolean;
299
+ localMarketSellerContactDetailsEnabled?: boolean;
300
+ localMarketShippingMethodEnabled?: boolean;
301
+ localMarketSpecialitySubscription?: boolean;
302
+ localMarketStreetCount?: number;
303
+ maxGranularFitmentCount?: number;
304
+ maxItemCompatibility?: number;
305
+ minItemCompatibility?: number;
306
+ nonSubscription?: string;
307
+ premiumSubscription?: string;
308
+ regularSubscription?: string;
309
+ sellerProvidedTitleSupported?: boolean;
310
+ specialitySubscription?: string;
311
+ vinSupported?: boolean;
312
+ vrmSupported?: boolean;
313
+ };
314
+ MultiCompatibilityPropertyValuesRequest: {
315
+ categoryId?: string;
316
+ propertyFilters?: (components["schemas"]["PropertyFilterInner"])[];
317
+ propertyNames?: (string)[];
318
+ };
319
+ MultiCompatibilityPropertyValuesResponse: {
320
+ compatibilities?: (components["schemas"]["Compatibility"])[];
321
+ metadataVersion?: string;
234
322
  };
235
323
  NegotiatedPricePolicy: {
236
324
  bestOfferAutoAcceptEnabled?: boolean;
@@ -240,14 +328,115 @@ export interface components {
240
328
  categoryTreeId?: string;
241
329
  };
242
330
  NegotiatedPricePolicyResponse: {
243
- negotiatedPricePolicies?: components["schemas"]["NegotiatedPricePolicy"][];
244
- warnings?: components["schemas"]["Error"][];
331
+ negotiatedPricePolicies?: (components["schemas"]["NegotiatedPricePolicy"])[];
332
+ warnings?: (components["schemas"]["Error"])[];
333
+ };
334
+ Pagination: {
335
+ count?: number;
336
+ limit?: number;
337
+ offset?: number;
338
+ total?: number;
339
+ };
340
+ PaginationInput: {
341
+ limit?: number;
342
+ offset?: number;
245
343
  };
246
344
  Pictogram: {
247
345
  pictogramId?: string;
248
346
  pictogramDescription?: string;
249
347
  pictogramUrl?: string;
250
348
  };
349
+ ProductIdentifier: {
350
+ ean?: string;
351
+ epid?: string;
352
+ isbn?: string;
353
+ productId?: string;
354
+ upc?: string;
355
+ };
356
+ ProductRequest: {
357
+ applicationPropertyFilters?: (components["schemas"]["PropertyFilterInner"])[];
358
+ dataset?: (string)[];
359
+ datasetPropertyName?: (string)[];
360
+ disabledProductFilter?: components["schemas"]["DisabledProductFilter"];
361
+ paginationInput?: components["schemas"]["PaginationInput"];
362
+ productIdentifier?: components["schemas"]["ProductIdentifier"];
363
+ sortOrders?: (components["schemas"]["SortOrderInner"])[];
364
+ };
365
+ ProductResponse: {
366
+ compatibilityDetails?: (components["schemas"]["ProductResponseCompatibilityDetails"])[];
367
+ pagination?: components["schemas"]["Pagination"];
368
+ };
369
+ ProductResponseCompatibilityDetails: {
370
+ noteDetails?: (components["schemas"]["PropertyFilterInner"])[];
371
+ productDetails?: (components["schemas"]["PropertyValues"])[];
372
+ };
373
+ ProductSafetyLabelPictogram: {
374
+ pictogramDescription?: string;
375
+ pictogramId?: string;
376
+ pictogramUrl?: string;
377
+ };
378
+ ProductSafetyLabelStatement: {
379
+ statementDescription?: string;
380
+ statementId?: string;
381
+ };
382
+ ProductSafetyLabelsResponse: {
383
+ pictograms?: (components["schemas"]["ProductSafetyLabelPictogram"])[];
384
+ statements?: (components["schemas"]["ProductSafetyLabelStatement"])[];
385
+ };
386
+ PropertyFilterInner: {
387
+ propertyName?: string;
388
+ propertyValue?: string;
389
+ unitOfMeasurement?: string;
390
+ url?: string;
391
+ };
392
+ PropertyNamesRequest: {
393
+ categoryId?: string;
394
+ dataset?: (string)[];
395
+ };
396
+ PropertyNamesResponse: {
397
+ categoryId?: string;
398
+ properties?: (components["schemas"]["PropertyNamesResponseProperties"])[];
399
+ };
400
+ PropertyNamesResponseProperties: {
401
+ dataset?: string;
402
+ propertyNames?: (components["schemas"]["PropertyNamesResponsePropertyNames"])[];
403
+ };
404
+ PropertyNamesResponsePropertyNameMetadata: {
405
+ displaySequence?: number;
406
+ };
407
+ PropertyNamesResponsePropertyNames: {
408
+ propertyDisplayName?: string;
409
+ propertyName?: string;
410
+ propertyNameMetadata?: components["schemas"]["PropertyNamesResponsePropertyNameMetadata"];
411
+ };
412
+ PropertyValues: {
413
+ propertyName?: string;
414
+ propertyValue?: string;
415
+ };
416
+ PropertyValuesRequest: {
417
+ categoryId?: string;
418
+ propertyFilters?: (components["schemas"]["PropertyFilterInner"])[];
419
+ propertyName?: string;
420
+ sortOrder?: string;
421
+ };
422
+ PropertyValuesResponse: {
423
+ metadataVersion?: string;
424
+ propertyName?: string;
425
+ propertyValues?: (string)[];
426
+ };
427
+ RegulatoryAttribute: {
428
+ name?: string;
429
+ usage?: string;
430
+ };
431
+ RegulatoryPolicy: {
432
+ categoryId?: string;
433
+ categoryTreeId?: string;
434
+ supportedAttributes?: (components["schemas"]["RegulatoryAttribute"])[];
435
+ };
436
+ RegulatoryPolicyResponse: {
437
+ regulatoryPolicies?: (components["schemas"]["RegulatoryPolicy"])[];
438
+ warnings?: (components["schemas"]["Error"])[];
439
+ };
251
440
  ReturnPolicy: {
252
441
  categoryId?: string;
253
442
  categoryTreeId?: string;
@@ -257,26 +446,74 @@ export interface components {
257
446
  };
258
447
  ReturnPolicyDetails: {
259
448
  policyDescriptionEnabled?: boolean;
260
- refundMethods?: string[];
261
- returnMethods?: string[];
262
- returnPeriods?: components["schemas"]["TimeDuration"][];
449
+ refundMethods?: (string)[];
450
+ returnMethods?: (string)[];
451
+ returnPeriods?: (components["schemas"]["TimeDuration"])[];
263
452
  returnsAcceptanceEnabled?: boolean;
264
- returnShippingCostPayers?: string[];
453
+ returnShippingCostPayers?: (string)[];
265
454
  };
266
455
  ReturnPolicyResponse: {
267
- returnPolicies?: components["schemas"]["ReturnPolicy"][];
268
- warnings?: components["schemas"]["Error"][];
456
+ returnPolicies?: (components["schemas"]["ReturnPolicy"])[];
457
+ warnings?: (components["schemas"]["Error"])[];
269
458
  };
270
459
  SalesTaxJurisdiction: {
271
460
  salesTaxJurisdictionId?: string;
272
461
  };
273
462
  SalesTaxJurisdictions: {
274
- salesTaxJurisdictions?: components["schemas"]["SalesTaxJurisdiction"][];
463
+ salesTaxJurisdictions?: (components["schemas"]["SalesTaxJurisdiction"])[];
464
+ };
465
+ ShippingPoliciesResponse: {
466
+ shippingPolicies?: (components["schemas"]["ShippingPolicy"])[];
467
+ warnings?: (components["schemas"]["Error"])[];
468
+ };
469
+ ShippingPolicy: {
470
+ categoryId?: string;
471
+ categoryTreeId?: string;
472
+ globalShippingEnabled?: boolean;
473
+ group1MaxFlatShippingCost?: components["schemas"]["Amount"];
474
+ group2MaxFlatShippingCost?: components["schemas"]["Amount"];
475
+ group3MaxFlatShippingCost?: components["schemas"]["Amount"];
476
+ handlingTimeEnabled?: boolean;
477
+ maxFlatShippingCost?: components["schemas"]["Amount"];
478
+ shippingTermsRequired?: boolean;
275
479
  };
276
480
  SignalWord: {
277
481
  signalWordId?: string;
278
482
  signalWordDescription?: string;
279
483
  };
484
+ SiteVisibilityPoliciesResponse: {
485
+ siteVisibilityPolicies?: (components["schemas"]["SiteVisibilityPolicy"])[];
486
+ warnings?: (components["schemas"]["Error"])[];
487
+ };
488
+ SiteVisibilityPolicy: {
489
+ categoryId?: string;
490
+ categoryTreeId?: string;
491
+ crossBorderTradeAustraliaEnabled?: boolean;
492
+ crossBorderTradeGBEnabled?: boolean;
493
+ crossBorderTradeNorthAmericaEnabled?: boolean;
494
+ };
495
+ SortOrderInner: {
496
+ sortOrder?: components["schemas"]["SortOrderProperties"];
497
+ sortPriority?: string;
498
+ };
499
+ SortOrderProperties: {
500
+ order?: string;
501
+ propertyName?: string;
502
+ };
503
+ SpecificationRequest: {
504
+ categoryId?: string;
505
+ compatibilityPropertyFilters?: (components["schemas"]["PropertyFilterInner"])[];
506
+ dataset?: string;
507
+ datasetPropertyName?: (string)[];
508
+ exactMatch?: boolean;
509
+ paginationInput?: components["schemas"]["PaginationInput"];
510
+ sortOrders?: (components["schemas"]["SortOrderInner"])[];
511
+ specifications?: (components["schemas"]["PropertyFilterInner"])[];
512
+ };
513
+ SpecificationResponse: {
514
+ compatibilityDetails?: (components["schemas"]["Compatibility"])[];
515
+ pagination?: components["schemas"]["Pagination"];
516
+ };
280
517
  TimeDuration: {
281
518
  unit?: string;
282
519
  value?: number;
@@ -288,7 +525,7 @@ export interface components {
288
525
  headers: never;
289
526
  pathItems: never;
290
527
  }
291
- export type $defs = Record<string, never>;
528
+ export type external = Record<string, never>;
292
529
  export interface operations {
293
530
  getAutomotivePartsCompatibilityPolicies: {
294
531
  parameters: {
@@ -301,130 +538,132 @@ export interface operations {
301
538
  path: {
302
539
  marketplace_id: string;
303
540
  };
304
- cookie?: never;
305
541
  };
306
- requestBody?: never;
307
542
  responses: {
308
543
  200: {
309
- headers: {
310
- [name: string]: unknown;
311
- };
312
544
  content: {
313
545
  "application/json": components["schemas"]["AutomotivePartsCompatibilityPolicyResponse"];
314
546
  };
315
547
  };
316
- 204: {
317
- headers: {
318
- [name: string]: unknown;
319
- };
320
- content?: never;
548
+ 204: never;
549
+ 400: never;
550
+ 404: never;
551
+ 500: never;
552
+ };
553
+ };
554
+ getCategoryPolicies: {
555
+ parameters: {
556
+ query?: {
557
+ filter?: string;
321
558
  };
322
- 400: {
323
- headers: {
324
- [name: string]: unknown;
325
- };
326
- content?: never;
559
+ header?: {
560
+ "Accept-Language"?: string;
327
561
  };
328
- 404: {
329
- headers: {
330
- [name: string]: unknown;
331
- };
332
- content?: never;
562
+ path: {
563
+ marketplace_id: string;
333
564
  };
334
- 500: {
335
- headers: {
336
- [name: string]: unknown;
565
+ };
566
+ responses: {
567
+ 200: {
568
+ content: {
569
+ "application/json": components["schemas"]["CategoryPolicyResponse"];
337
570
  };
338
- content?: never;
339
571
  };
572
+ 204: never;
573
+ 400: never;
574
+ 404: never;
575
+ 500: never;
340
576
  };
341
577
  };
342
- getExtendedProducerResponsibilityPolicies: {
578
+ getClassifiedAdPolicies: {
343
579
  parameters: {
344
580
  query?: {
345
581
  filter?: string;
346
582
  };
347
583
  header?: {
348
- "Accept-Encoding"?: string;
584
+ "Accept-Language"?: string;
349
585
  };
350
586
  path: {
351
587
  marketplace_id: string;
352
588
  };
353
- cookie?: never;
354
589
  };
355
- requestBody?: never;
356
590
  responses: {
357
591
  200: {
358
- headers: {
359
- [name: string]: unknown;
360
- };
361
592
  content: {
362
- "application/json": components["schemas"]["ExtendedProducerResponsibilityPolicyResponse"];
363
- };
364
- };
365
- 204: {
366
- headers: {
367
- [name: string]: unknown;
593
+ "application/json": components["schemas"]["ClassifiedAdPolicyResponse"];
368
594
  };
369
- content?: never;
370
595
  };
371
- 400: {
372
- headers: {
373
- [name: string]: unknown;
374
- };
375
- content?: never;
596
+ 204: never;
597
+ 400: never;
598
+ 404: never;
599
+ 500: never;
600
+ };
601
+ };
602
+ getCurrencies: {
603
+ parameters: {
604
+ header?: {
605
+ "Accept-Language"?: string;
376
606
  };
377
- 404: {
378
- headers: {
379
- [name: string]: unknown;
380
- };
381
- content?: never;
607
+ path: {
608
+ marketplace_id: string;
382
609
  };
383
- 500: {
384
- headers: {
385
- [name: string]: unknown;
610
+ };
611
+ responses: {
612
+ 200: {
613
+ content: {
614
+ "application/json": components["schemas"]["GetCurrenciesResponse"];
386
615
  };
387
- content?: never;
388
616
  };
617
+ 204: never;
618
+ 400: never;
619
+ 404: never;
620
+ 500: never;
389
621
  };
390
622
  };
391
- getHazardousMaterialsLabels: {
623
+ getExtendedProducerResponsibilityPolicies: {
392
624
  parameters: {
393
- query?: never;
394
- header?: never;
625
+ query?: {
626
+ filter?: string;
627
+ };
628
+ header?: {
629
+ "Accept-Encoding"?: string;
630
+ "Accept-Language"?: string;
631
+ };
395
632
  path: {
396
633
  marketplace_id: string;
397
634
  };
398
- cookie?: never;
399
635
  };
400
- requestBody?: never;
401
636
  responses: {
402
637
  200: {
403
- headers: {
404
- [name: string]: unknown;
405
- };
406
638
  content: {
407
- "application/json": components["schemas"]["HazardousMaterialDetailsResponse"];
639
+ "application/json": components["schemas"]["ExtendedProducerResponsibilityPolicyResponse"];
408
640
  };
409
641
  };
410
- 400: {
411
- headers: {
412
- [name: string]: unknown;
413
- };
414
- content?: never;
642
+ 204: never;
643
+ 400: never;
644
+ 404: never;
645
+ 500: never;
646
+ };
647
+ };
648
+ getHazardousMaterialsLabels: {
649
+ parameters: {
650
+ header?: {
651
+ "Accept-Language"?: string;
415
652
  };
416
- 404: {
417
- headers: {
418
- [name: string]: unknown;
419
- };
420
- content?: never;
653
+ path: {
654
+ marketplace_id: string;
421
655
  };
422
- 500: {
423
- headers: {
424
- [name: string]: unknown;
656
+ };
657
+ responses: {
658
+ 200: {
659
+ content: {
660
+ "application/json": components["schemas"]["HazardousMaterialDetailsResponse"];
425
661
  };
426
- content?: never;
427
662
  };
663
+ 204: never;
664
+ 400: never;
665
+ 404: never;
666
+ 500: never;
428
667
  };
429
668
  };
430
669
  getItemConditionPolicies: {
@@ -434,95 +673,95 @@ export interface operations {
434
673
  };
435
674
  header?: {
436
675
  "Accept-Encoding"?: string;
676
+ "Accept-Language"?: string;
437
677
  };
438
678
  path: {
439
679
  marketplace_id: string;
440
680
  };
441
- cookie?: never;
442
681
  };
443
- requestBody?: never;
444
682
  responses: {
445
683
  200: {
446
- headers: {
447
- [name: string]: unknown;
448
- };
449
684
  content: {
450
685
  "application/json": components["schemas"]["ItemConditionPolicyResponse"];
451
686
  };
452
687
  };
453
- 204: {
454
- headers: {
455
- [name: string]: unknown;
456
- };
457
- content?: never;
688
+ 204: never;
689
+ 400: never;
690
+ 404: never;
691
+ 500: never;
692
+ };
693
+ };
694
+ getListingStructurePolicies: {
695
+ parameters: {
696
+ query?: {
697
+ filter?: string;
458
698
  };
459
- 400: {
460
- headers: {
461
- [name: string]: unknown;
462
- };
463
- content?: never;
699
+ header?: {
700
+ "Accept-Encoding"?: string;
701
+ "Accept-Language"?: string;
464
702
  };
465
- 404: {
466
- headers: {
467
- [name: string]: unknown;
468
- };
469
- content?: never;
703
+ path: {
704
+ marketplace_id: string;
470
705
  };
471
- 500: {
472
- headers: {
473
- [name: string]: unknown;
706
+ };
707
+ responses: {
708
+ 200: {
709
+ content: {
710
+ "application/json": components["schemas"]["ListingStructurePolicyResponse"];
474
711
  };
475
- content?: never;
476
712
  };
713
+ 204: never;
714
+ 400: never;
715
+ 404: never;
716
+ 500: never;
477
717
  };
478
718
  };
479
- getListingStructurePolicies: {
719
+ getListingTypePolicies: {
480
720
  parameters: {
481
721
  query?: {
482
722
  filter?: string;
483
723
  };
484
724
  header?: {
485
- "Accept-Encoding"?: string;
725
+ "Accept-Language"?: string;
486
726
  };
487
727
  path: {
488
728
  marketplace_id: string;
489
729
  };
490
- cookie?: never;
491
730
  };
492
- requestBody?: never;
493
731
  responses: {
494
732
  200: {
495
- headers: {
496
- [name: string]: unknown;
497
- };
498
733
  content: {
499
- "application/json": components["schemas"]["ListingStructurePolicyResponse"];
734
+ "application/json": components["schemas"]["ListingTypePoliciesResponse"];
500
735
  };
501
736
  };
502
- 204: {
503
- headers: {
504
- [name: string]: unknown;
505
- };
506
- content?: never;
737
+ 204: never;
738
+ 400: never;
739
+ 404: never;
740
+ 500: never;
741
+ };
742
+ };
743
+ getMotorsListingPolicies: {
744
+ parameters: {
745
+ query?: {
746
+ filter?: string;
507
747
  };
508
- 400: {
509
- headers: {
510
- [name: string]: unknown;
511
- };
512
- content?: never;
748
+ header?: {
749
+ "Accept-Language"?: string;
513
750
  };
514
- 404: {
515
- headers: {
516
- [name: string]: unknown;
517
- };
518
- content?: never;
751
+ path: {
752
+ marketplace_id: string;
519
753
  };
520
- 500: {
521
- headers: {
522
- [name: string]: unknown;
754
+ };
755
+ responses: {
756
+ 200: {
757
+ content: {
758
+ "application/json": components["schemas"]["MotorsListingPoliciesResponse"];
523
759
  };
524
- content?: never;
525
760
  };
761
+ 204: never;
762
+ 400: never;
763
+ 404: never;
764
+ 500: never;
526
765
  };
527
766
  };
528
767
  getNegotiatedPricePolicies: {
@@ -532,46 +771,64 @@ export interface operations {
532
771
  };
533
772
  header?: {
534
773
  "Accept-Encoding"?: string;
774
+ "Accept-Language"?: string;
535
775
  };
536
776
  path: {
537
777
  marketplace_id: string;
538
778
  };
539
- cookie?: never;
540
779
  };
541
- requestBody?: never;
542
780
  responses: {
543
781
  200: {
544
- headers: {
545
- [name: string]: unknown;
546
- };
547
782
  content: {
548
783
  "application/json": components["schemas"]["NegotiatedPricePolicyResponse"];
549
784
  };
550
785
  };
551
- 204: {
552
- headers: {
553
- [name: string]: unknown;
554
- };
555
- content?: never;
786
+ 204: never;
787
+ 400: never;
788
+ 404: never;
789
+ 500: never;
790
+ };
791
+ };
792
+ getProductSafetyLabels: {
793
+ parameters: {
794
+ path: {
795
+ marketplace_id: string;
556
796
  };
557
- 400: {
558
- headers: {
559
- [name: string]: unknown;
797
+ };
798
+ responses: {
799
+ 200: {
800
+ content: {
801
+ "application/json": components["schemas"]["ProductSafetyLabelsResponse"];
560
802
  };
561
- content?: never;
562
803
  };
563
- 404: {
564
- headers: {
565
- [name: string]: unknown;
566
- };
567
- content?: never;
804
+ 204: never;
805
+ 400: never;
806
+ 404: never;
807
+ 500: never;
808
+ };
809
+ };
810
+ getRegulatoryPolicies: {
811
+ parameters: {
812
+ query?: {
813
+ filter?: string;
568
814
  };
569
- 500: {
570
- headers: {
571
- [name: string]: unknown;
815
+ header?: {
816
+ "Accept-Language"?: string;
817
+ };
818
+ path: {
819
+ marketplace_id: string;
820
+ };
821
+ };
822
+ responses: {
823
+ 200: {
824
+ content: {
825
+ "application/json": components["schemas"]["RegulatoryPolicyResponse"];
572
826
  };
573
- content?: never;
574
827
  };
828
+ 204: never;
829
+ 400: never;
830
+ 404: never;
831
+ 500: never;
575
832
  };
576
833
  };
577
834
  getReturnPolicies: {
@@ -581,85 +838,207 @@ export interface operations {
581
838
  };
582
839
  header?: {
583
840
  "Accept-Encoding"?: string;
841
+ "Accept-Language"?: string;
584
842
  };
585
843
  path: {
586
844
  marketplace_id: string;
587
845
  };
588
- cookie?: never;
589
846
  };
590
- requestBody?: never;
591
847
  responses: {
592
848
  200: {
593
- headers: {
594
- [name: string]: unknown;
595
- };
596
849
  content: {
597
850
  "application/json": components["schemas"]["ReturnPolicyResponse"];
598
851
  };
599
852
  };
600
- 204: {
601
- headers: {
602
- [name: string]: unknown;
603
- };
604
- content?: never;
853
+ 204: never;
854
+ 400: never;
855
+ 404: never;
856
+ 500: never;
857
+ };
858
+ };
859
+ getShippingPolicies: {
860
+ parameters: {
861
+ query?: {
862
+ filter?: string;
863
+ };
864
+ header?: {
865
+ "Accept-Language"?: string;
866
+ };
867
+ path: {
868
+ marketplace_id: string;
605
869
  };
606
- 400: {
607
- headers: {
608
- [name: string]: unknown;
870
+ };
871
+ responses: {
872
+ 200: {
873
+ content: {
874
+ "application/json": components["schemas"]["ShippingPoliciesResponse"];
609
875
  };
610
- content?: never;
611
876
  };
612
- 404: {
613
- headers: {
614
- [name: string]: unknown;
877
+ 204: never;
878
+ 400: never;
879
+ 404: never;
880
+ 500: never;
881
+ };
882
+ };
883
+ getSiteVisibilityPolicies: {
884
+ parameters: {
885
+ query?: {
886
+ filter?: string;
887
+ };
888
+ header?: {
889
+ "Accept-Language"?: string;
890
+ };
891
+ path: {
892
+ marketplace_id: string;
893
+ };
894
+ };
895
+ responses: {
896
+ 200: {
897
+ content: {
898
+ "application/json": components["schemas"]["SiteVisibilityPoliciesResponse"];
615
899
  };
616
- content?: never;
617
900
  };
618
- 500: {
619
- headers: {
620
- [name: string]: unknown;
901
+ 204: never;
902
+ 400: never;
903
+ 404: never;
904
+ 500: never;
905
+ };
906
+ };
907
+ getCompatibilitiesBySpecification: {
908
+ parameters: {
909
+ header: {
910
+ "X-EBAY-C-MARKETPLACE-ID": string;
911
+ "Content-Type": string;
912
+ };
913
+ };
914
+ requestBody?: {
915
+ content: {
916
+ "application/json": components["schemas"]["SpecificationRequest"];
917
+ };
918
+ };
919
+ responses: {
920
+ 200: {
921
+ content: {
922
+ "application/json": components["schemas"]["SpecificationResponse"];
621
923
  };
622
- content?: never;
623
924
  };
925
+ 204: never;
926
+ 400: never;
927
+ 401: never;
928
+ 500: never;
624
929
  };
625
930
  };
626
- getSalesTaxJurisdictions: {
931
+ getCompatibilityPropertyNames: {
627
932
  parameters: {
628
- query?: never;
629
- header?: never;
630
- path: {
631
- countryCode: string;
933
+ header: {
934
+ "X-EBAY-C-MARKETPLACE-ID": string;
935
+ "Content-Type": string;
936
+ };
937
+ };
938
+ requestBody?: {
939
+ content: {
940
+ "application/json": components["schemas"]["PropertyNamesRequest"];
632
941
  };
633
- cookie?: never;
634
942
  };
635
- requestBody?: never;
636
943
  responses: {
637
944
  200: {
638
- headers: {
639
- [name: string]: unknown;
945
+ content: {
946
+ "application/json": components["schemas"]["PropertyNamesResponse"];
640
947
  };
948
+ };
949
+ 204: never;
950
+ 400: never;
951
+ 401: never;
952
+ 500: never;
953
+ };
954
+ };
955
+ getCompatibilityPropertyValues: {
956
+ parameters: {
957
+ header: {
958
+ "X-EBAY-C-MARKETPLACE-ID": string;
959
+ "Content-Type": string;
960
+ };
961
+ };
962
+ requestBody?: {
963
+ content: {
964
+ "application/json": components["schemas"]["PropertyValuesRequest"];
965
+ };
966
+ };
967
+ responses: {
968
+ 200: {
641
969
  content: {
642
- "application/json": components["schemas"]["SalesTaxJurisdictions"];
970
+ "application/json": components["schemas"]["PropertyValuesResponse"];
643
971
  };
644
972
  };
645
- 400: {
646
- headers: {
647
- [name: string]: unknown;
973
+ 204: never;
974
+ 400: never;
975
+ 401: never;
976
+ 500: never;
977
+ };
978
+ };
979
+ getMultiCompatibilityPropertyValues: {
980
+ parameters: {
981
+ header: {
982
+ "X-EBAY-C-MARKETPLACE-ID": string;
983
+ "Content-Type": string;
984
+ };
985
+ };
986
+ requestBody?: {
987
+ content: {
988
+ "application/json": components["schemas"]["MultiCompatibilityPropertyValuesRequest"];
989
+ };
990
+ };
991
+ responses: {
992
+ 200: {
993
+ content: {
994
+ "application/json": components["schemas"]["MultiCompatibilityPropertyValuesResponse"];
648
995
  };
649
- content?: never;
650
996
  };
651
- 404: {
652
- headers: {
653
- [name: string]: unknown;
997
+ 204: never;
998
+ 400: never;
999
+ 401: never;
1000
+ 500: never;
1001
+ };
1002
+ };
1003
+ getProductCompatibilities: {
1004
+ parameters: {
1005
+ header: {
1006
+ "X-EBAY-C-MARKETPLACE-ID": string;
1007
+ "Content-Type": string;
1008
+ };
1009
+ };
1010
+ requestBody?: {
1011
+ content: {
1012
+ "application/json": components["schemas"]["ProductRequest"];
1013
+ };
1014
+ };
1015
+ responses: {
1016
+ 200: {
1017
+ content: {
1018
+ "application/json": components["schemas"]["ProductResponse"];
654
1019
  };
655
- content?: never;
656
1020
  };
657
- 500: {
658
- headers: {
659
- [name: string]: unknown;
1021
+ 204: never;
1022
+ 400: never;
1023
+ 401: never;
1024
+ 500: never;
1025
+ };
1026
+ };
1027
+ getSalesTaxJurisdictions: {
1028
+ parameters: {
1029
+ path: {
1030
+ countryCode: string;
1031
+ };
1032
+ };
1033
+ responses: {
1034
+ 200: {
1035
+ content: {
1036
+ "application/json": components["schemas"]["SalesTaxJurisdictions"];
660
1037
  };
661
- content?: never;
662
1038
  };
1039
+ 400: never;
1040
+ 404: never;
1041
+ 500: never;
663
1042
  };
664
1043
  };
665
1044
  }