ebay-api 9.2.2 → 9.3.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 (285) hide show
  1. package/README.md +104 -80
  2. package/dist/types/index.d.ts +1 -0
  3. package/dist/types/index.js +1 -0
  4. package/dist/types/traditional/add-fixed-price-item-response.d.ts +30 -0
  5. package/dist/types/traditional/add-fixed-price-item-response.js +1 -0
  6. package/dist/types/traditional/add-item-response.d.ts +29 -0
  7. package/dist/types/traditional/add-item-response.js +1 -0
  8. package/dist/types/traditional/add-items-response.d.ts +37 -0
  9. package/dist/types/traditional/add-items-response.js +1 -0
  10. package/dist/types/traditional/add-member-message-a-a-q-to-partner-response.d.ts +3 -0
  11. package/dist/types/traditional/add-member-message-a-a-q-to-partner-response.js +1 -0
  12. package/dist/types/traditional/add-member-message-r-t-q-response.d.ts +3 -0
  13. package/dist/types/traditional/add-member-message-r-t-q-response.js +1 -0
  14. package/dist/types/traditional/add-member-messages-a-a-q-to-bidder-response.d.ts +7 -0
  15. package/dist/types/traditional/add-member-messages-a-a-q-to-bidder-response.js +1 -0
  16. package/dist/types/traditional/add-order-response.d.ts +4 -0
  17. package/dist/types/traditional/add-order-response.js +1 -0
  18. package/dist/types/traditional/add-second-chance-item-response.d.ts +5 -0
  19. package/dist/types/traditional/add-second-chance-item-response.js +1 -0
  20. package/dist/types/traditional/add-to-item-description-response.d.ts +9 -0
  21. package/dist/types/traditional/add-to-item-description-response.js +1 -0
  22. package/dist/types/traditional/add-to-watch-list-response.d.ts +4 -0
  23. package/dist/types/traditional/add-to-watch-list-response.js +1 -0
  24. package/dist/types/traditional/common.d.ts +58 -0
  25. package/dist/types/traditional/common.js +1 -0
  26. package/dist/types/traditional/complete-sale-response.d.ts +3 -0
  27. package/dist/types/traditional/complete-sale-response.js +1 -0
  28. package/dist/types/traditional/delete-my-messages-response.d.ts +3 -0
  29. package/dist/types/traditional/delete-my-messages-response.js +1 -0
  30. package/dist/types/traditional/end-fixed-price-item-response.d.ts +4 -0
  31. package/dist/types/traditional/end-fixed-price-item-response.js +1 -0
  32. package/dist/types/traditional/end-items-response.d.ts +17 -0
  33. package/dist/types/traditional/end-items-response.js +1 -0
  34. package/dist/types/traditional/fetch-token-response.d.ts +5 -0
  35. package/dist/types/traditional/fetch-token-response.js +1 -0
  36. package/dist/types/traditional/get-account-response.d.ts +114 -0
  37. package/dist/types/traditional/get-account-response.js +1 -0
  38. package/dist/types/traditional/get-ad-format-leads-response.d.ts +41 -0
  39. package/dist/types/traditional/get-ad-format-leads-response.js +1 -0
  40. package/dist/types/traditional/get-all-bidders-response.d.ts +75 -0
  41. package/dist/types/traditional/get-all-bidders-response.js +1 -0
  42. package/dist/types/traditional/get-best-offers-response.d.ts +79 -0
  43. package/dist/types/traditional/get-best-offers-response.js +1 -0
  44. package/dist/types/traditional/get-bidder-list-response.d.ts +292 -0
  45. package/dist/types/traditional/get-bidder-list-response.js +1 -0
  46. package/dist/types/traditional/get-categories-response.d.ts +26 -0
  47. package/dist/types/traditional/get-categories-response.js +1 -0
  48. package/dist/types/traditional/get-category-features-response.d.ts +494 -0
  49. package/dist/types/traditional/get-category-features-response.js +1 -0
  50. package/dist/types/traditional/get-description-templates-response.d.ts +21 -0
  51. package/dist/types/traditional/get-description-templates-response.js +1 -0
  52. package/dist/types/traditional/get-feedback-response.d.ts +101 -0
  53. package/dist/types/traditional/get-feedback-response.js +1 -0
  54. package/dist/types/traditional/get-item-response.d.ts +855 -0
  55. package/dist/types/traditional/get-item-response.js +1 -0
  56. package/dist/types/traditional/get-items-awaiting-feedback-response.d.ts +66 -0
  57. package/dist/types/traditional/get-items-awaiting-feedback-response.js +1 -0
  58. package/dist/types/traditional/get-member-messages-response.d.ts +47 -0
  59. package/dist/types/traditional/get-member-messages-response.js +1 -0
  60. package/dist/types/traditional/get-message-preferences-response.d.ts +6 -0
  61. package/dist/types/traditional/get-message-preferences-response.js +1 -0
  62. package/dist/types/traditional/get-my-messages-response.d.ts +53 -0
  63. package/dist/types/traditional/get-my-messages-response.js +1 -0
  64. package/dist/types/traditional/get-seller-list-response.d.ts +456 -0
  65. package/dist/types/traditional/get-seller-list-response.js +1 -0
  66. package/dist/types/traditional/get-seller-transactions-response.d.ts +499 -0
  67. package/dist/types/traditional/get-seller-transactions-response.js +1 -0
  68. package/dist/types/traditional/get-shipping-discount-profiles-response.d.ts +63 -0
  69. package/dist/types/traditional/get-shipping-discount-profiles-response.js +1 -0
  70. package/dist/types/traditional/get-store-response.d.ts +31 -0
  71. package/dist/types/traditional/get-store-response.js +1 -0
  72. package/dist/types/traditional/get-tax-table-response.d.ts +10 -0
  73. package/dist/types/traditional/get-tax-table-response.js +1 -0
  74. package/dist/types/traditional/get-token-status-response.d.ts +9 -0
  75. package/dist/types/traditional/get-token-status-response.js +1 -0
  76. package/dist/types/traditional/get-user-contact-details-response.d.ts +13 -0
  77. package/dist/types/traditional/get-user-contact-details-response.js +1 -0
  78. package/dist/types/traditional/get-user-preferences-response.d.ts +91 -0
  79. package/dist/types/traditional/get-user-preferences-response.js +1 -0
  80. package/dist/types/traditional/get-user-response.d.ts +111 -0
  81. package/dist/types/traditional/get-user-response.js +1 -0
  82. package/dist/types/traditional/get-ve-r-o-reason-code-details-response.d.ts +12 -0
  83. package/dist/types/traditional/get-ve-r-o-reason-code-details-response.js +1 -0
  84. package/dist/types/traditional/get-ve-r-o-report-status-response.d.ts +18 -0
  85. package/dist/types/traditional/get-ve-r-o-report-status-response.js +1 -0
  86. package/dist/types/traditional/gete-bay-details-response.d.ts +230 -0
  87. package/dist/types/traditional/gete-bay-details-response.js +1 -0
  88. package/dist/types/traditional/index.d.ts +68 -0
  89. package/dist/types/traditional/index.js +68 -0
  90. package/dist/types/traditional/place-offer-response.d.ts +33 -0
  91. package/dist/types/traditional/place-offer-response.js +1 -0
  92. package/dist/types/traditional/relist-fixed-price-item-response.d.ts +30 -0
  93. package/dist/types/traditional/relist-fixed-price-item-response.js +1 -0
  94. package/dist/types/traditional/relist-item-response.d.ts +29 -0
  95. package/dist/types/traditional/relist-item-response.js +1 -0
  96. package/dist/types/traditional/remove-from-watch-list-response.d.ts +4 -0
  97. package/dist/types/traditional/remove-from-watch-list-response.js +1 -0
  98. package/dist/types/traditional/respond-to-best-offer-response.d.ts +8 -0
  99. package/dist/types/traditional/respond-to-best-offer-response.js +1 -0
  100. package/dist/types/traditional/respond-to-feedback-response.d.ts +3 -0
  101. package/dist/types/traditional/respond-to-feedback-response.js +1 -0
  102. package/dist/types/traditional/revise-fixed-price-item-response.d.ts +30 -0
  103. package/dist/types/traditional/revise-fixed-price-item-response.js +1 -0
  104. package/dist/types/traditional/revise-inventory-status-response.d.ts +21 -0
  105. package/dist/types/traditional/revise-inventory-status-response.js +1 -0
  106. package/dist/types/traditional/revise-item-response.d.ts +30 -0
  107. package/dist/types/traditional/revise-item-response.js +1 -0
  108. package/dist/types/traditional/revise-my-messages-folders-response.d.ts +3 -0
  109. package/dist/types/traditional/revise-my-messages-folders-response.js +1 -0
  110. package/dist/types/traditional/revise-my-messages-response.d.ts +3 -0
  111. package/dist/types/traditional/revise-my-messages-response.js +1 -0
  112. package/dist/types/traditional/revoke-token-response.d.ts +3 -0
  113. package/dist/types/traditional/revoke-token-response.js +1 -0
  114. package/dist/types/traditional/send-invoice-response.d.ts +3 -0
  115. package/dist/types/traditional/send-invoice-response.js +1 -0
  116. package/dist/types/traditional/set-message-preferences-response.d.ts +3 -0
  117. package/dist/types/traditional/set-message-preferences-response.js +1 -0
  118. package/dist/types/traditional/set-notification-preferences-response.d.ts +3 -0
  119. package/dist/types/traditional/set-notification-preferences-response.js +1 -0
  120. package/dist/types/traditional/set-shipping-discount-profiles-response.d.ts +3 -0
  121. package/dist/types/traditional/set-shipping-discount-profiles-response.js +1 -0
  122. package/dist/types/traditional/set-store-categories-response.d.ts +5 -0
  123. package/dist/types/traditional/set-store-categories-response.js +1 -0
  124. package/dist/types/traditional/set-tax-table-response.d.ts +3 -0
  125. package/dist/types/traditional/set-tax-table-response.js +1 -0
  126. package/dist/types/traditional/set-user-notes-response.d.ts +3 -0
  127. package/dist/types/traditional/set-user-notes-response.js +1 -0
  128. package/dist/types/traditional/set-user-preferences-response.d.ts +3 -0
  129. package/dist/types/traditional/set-user-preferences-response.js +1 -0
  130. package/dist/types/traditional/upload-site-hosted-pictures-response.d.ts +17 -0
  131. package/dist/types/traditional/upload-site-hosted-pictures-response.js +1 -0
  132. package/dist/types/traditional/ve-r-o-report-items-response.d.ts +4 -0
  133. package/dist/types/traditional/ve-r-o-report-items-response.js +1 -0
  134. package/dist/types/traditional/verify-add-fixed-price-item-response.d.ts +20 -0
  135. package/dist/types/traditional/verify-add-fixed-price-item-response.js +1 -0
  136. package/dist/types/traditional/verify-add-item-response.d.ts +27 -0
  137. package/dist/types/traditional/verify-add-item-response.js +1 -0
  138. package/dist/types/traditional/verify-add-second-chance-item-response.d.ts +4 -0
  139. package/dist/types/traditional/verify-add-second-chance-item-response.js +1 -0
  140. package/dist/types/traditional/verify-relist-item-response.d.ts +27 -0
  141. package/dist/types/traditional/verify-relist-item-response.js +1 -0
  142. package/dist/types/traditonalTypes.d.ts +72 -2
  143. package/lib/ebay-api.min.js +1 -1
  144. package/lib/types/index.d.ts +1 -0
  145. package/lib/types/index.js +1 -0
  146. package/lib/types/traditional/add-fixed-price-item-response.d.ts +30 -0
  147. package/lib/types/traditional/add-fixed-price-item-response.js +2 -0
  148. package/lib/types/traditional/add-item-response.d.ts +29 -0
  149. package/lib/types/traditional/add-item-response.js +2 -0
  150. package/lib/types/traditional/add-items-response.d.ts +37 -0
  151. package/lib/types/traditional/add-items-response.js +2 -0
  152. package/lib/types/traditional/add-member-message-a-a-q-to-partner-response.d.ts +3 -0
  153. package/lib/types/traditional/add-member-message-a-a-q-to-partner-response.js +2 -0
  154. package/lib/types/traditional/add-member-message-r-t-q-response.d.ts +3 -0
  155. package/lib/types/traditional/add-member-message-r-t-q-response.js +2 -0
  156. package/lib/types/traditional/add-member-messages-a-a-q-to-bidder-response.d.ts +7 -0
  157. package/lib/types/traditional/add-member-messages-a-a-q-to-bidder-response.js +2 -0
  158. package/lib/types/traditional/add-order-response.d.ts +4 -0
  159. package/lib/types/traditional/add-order-response.js +2 -0
  160. package/lib/types/traditional/add-second-chance-item-response.d.ts +5 -0
  161. package/lib/types/traditional/add-second-chance-item-response.js +2 -0
  162. package/lib/types/traditional/add-to-item-description-response.d.ts +9 -0
  163. package/lib/types/traditional/add-to-item-description-response.js +2 -0
  164. package/lib/types/traditional/add-to-watch-list-response.d.ts +4 -0
  165. package/lib/types/traditional/add-to-watch-list-response.js +2 -0
  166. package/lib/types/traditional/common.d.ts +58 -0
  167. package/lib/types/traditional/common.js +2 -0
  168. package/lib/types/traditional/complete-sale-response.d.ts +3 -0
  169. package/lib/types/traditional/complete-sale-response.js +2 -0
  170. package/lib/types/traditional/delete-my-messages-response.d.ts +3 -0
  171. package/lib/types/traditional/delete-my-messages-response.js +2 -0
  172. package/lib/types/traditional/end-fixed-price-item-response.d.ts +4 -0
  173. package/lib/types/traditional/end-fixed-price-item-response.js +2 -0
  174. package/lib/types/traditional/end-items-response.d.ts +17 -0
  175. package/lib/types/traditional/end-items-response.js +2 -0
  176. package/lib/types/traditional/fetch-token-response.d.ts +5 -0
  177. package/lib/types/traditional/fetch-token-response.js +2 -0
  178. package/lib/types/traditional/get-account-response.d.ts +114 -0
  179. package/lib/types/traditional/get-account-response.js +2 -0
  180. package/lib/types/traditional/get-ad-format-leads-response.d.ts +41 -0
  181. package/lib/types/traditional/get-ad-format-leads-response.js +2 -0
  182. package/lib/types/traditional/get-all-bidders-response.d.ts +75 -0
  183. package/lib/types/traditional/get-all-bidders-response.js +2 -0
  184. package/lib/types/traditional/get-best-offers-response.d.ts +79 -0
  185. package/lib/types/traditional/get-best-offers-response.js +2 -0
  186. package/lib/types/traditional/get-bidder-list-response.d.ts +292 -0
  187. package/lib/types/traditional/get-bidder-list-response.js +2 -0
  188. package/lib/types/traditional/get-categories-response.d.ts +26 -0
  189. package/lib/types/traditional/get-categories-response.js +2 -0
  190. package/lib/types/traditional/get-category-features-response.d.ts +494 -0
  191. package/lib/types/traditional/get-category-features-response.js +2 -0
  192. package/lib/types/traditional/get-description-templates-response.d.ts +21 -0
  193. package/lib/types/traditional/get-description-templates-response.js +2 -0
  194. package/lib/types/traditional/get-feedback-response.d.ts +101 -0
  195. package/lib/types/traditional/get-feedback-response.js +2 -0
  196. package/lib/types/traditional/get-item-response.d.ts +855 -0
  197. package/lib/types/traditional/get-item-response.js +2 -0
  198. package/lib/types/traditional/get-items-awaiting-feedback-response.d.ts +66 -0
  199. package/lib/types/traditional/get-items-awaiting-feedback-response.js +2 -0
  200. package/lib/types/traditional/get-member-messages-response.d.ts +47 -0
  201. package/lib/types/traditional/get-member-messages-response.js +2 -0
  202. package/lib/types/traditional/get-message-preferences-response.d.ts +6 -0
  203. package/lib/types/traditional/get-message-preferences-response.js +2 -0
  204. package/lib/types/traditional/get-my-messages-response.d.ts +53 -0
  205. package/lib/types/traditional/get-my-messages-response.js +2 -0
  206. package/lib/types/traditional/get-seller-list-response.d.ts +456 -0
  207. package/lib/types/traditional/get-seller-list-response.js +2 -0
  208. package/lib/types/traditional/get-seller-transactions-response.d.ts +499 -0
  209. package/lib/types/traditional/get-seller-transactions-response.js +2 -0
  210. package/lib/types/traditional/get-shipping-discount-profiles-response.d.ts +63 -0
  211. package/lib/types/traditional/get-shipping-discount-profiles-response.js +2 -0
  212. package/lib/types/traditional/get-store-response.d.ts +31 -0
  213. package/lib/types/traditional/get-store-response.js +2 -0
  214. package/lib/types/traditional/get-tax-table-response.d.ts +10 -0
  215. package/lib/types/traditional/get-tax-table-response.js +2 -0
  216. package/lib/types/traditional/get-token-status-response.d.ts +9 -0
  217. package/lib/types/traditional/get-token-status-response.js +2 -0
  218. package/lib/types/traditional/get-user-contact-details-response.d.ts +13 -0
  219. package/lib/types/traditional/get-user-contact-details-response.js +2 -0
  220. package/lib/types/traditional/get-user-preferences-response.d.ts +91 -0
  221. package/lib/types/traditional/get-user-preferences-response.js +2 -0
  222. package/lib/types/traditional/get-user-response.d.ts +111 -0
  223. package/lib/types/traditional/get-user-response.js +2 -0
  224. package/lib/types/traditional/get-ve-r-o-reason-code-details-response.d.ts +12 -0
  225. package/lib/types/traditional/get-ve-r-o-reason-code-details-response.js +2 -0
  226. package/lib/types/traditional/get-ve-r-o-report-status-response.d.ts +18 -0
  227. package/lib/types/traditional/get-ve-r-o-report-status-response.js +2 -0
  228. package/lib/types/traditional/gete-bay-details-response.d.ts +230 -0
  229. package/lib/types/traditional/gete-bay-details-response.js +2 -0
  230. package/lib/types/traditional/index.d.ts +68 -0
  231. package/lib/types/traditional/index.js +84 -0
  232. package/lib/types/traditional/place-offer-response.d.ts +33 -0
  233. package/lib/types/traditional/place-offer-response.js +2 -0
  234. package/lib/types/traditional/relist-fixed-price-item-response.d.ts +30 -0
  235. package/lib/types/traditional/relist-fixed-price-item-response.js +2 -0
  236. package/lib/types/traditional/relist-item-response.d.ts +29 -0
  237. package/lib/types/traditional/relist-item-response.js +2 -0
  238. package/lib/types/traditional/remove-from-watch-list-response.d.ts +4 -0
  239. package/lib/types/traditional/remove-from-watch-list-response.js +2 -0
  240. package/lib/types/traditional/respond-to-best-offer-response.d.ts +8 -0
  241. package/lib/types/traditional/respond-to-best-offer-response.js +2 -0
  242. package/lib/types/traditional/respond-to-feedback-response.d.ts +3 -0
  243. package/lib/types/traditional/respond-to-feedback-response.js +2 -0
  244. package/lib/types/traditional/revise-fixed-price-item-response.d.ts +30 -0
  245. package/lib/types/traditional/revise-fixed-price-item-response.js +2 -0
  246. package/lib/types/traditional/revise-inventory-status-response.d.ts +21 -0
  247. package/lib/types/traditional/revise-inventory-status-response.js +2 -0
  248. package/lib/types/traditional/revise-item-response.d.ts +30 -0
  249. package/lib/types/traditional/revise-item-response.js +2 -0
  250. package/lib/types/traditional/revise-my-messages-folders-response.d.ts +3 -0
  251. package/lib/types/traditional/revise-my-messages-folders-response.js +2 -0
  252. package/lib/types/traditional/revise-my-messages-response.d.ts +3 -0
  253. package/lib/types/traditional/revise-my-messages-response.js +2 -0
  254. package/lib/types/traditional/revoke-token-response.d.ts +3 -0
  255. package/lib/types/traditional/revoke-token-response.js +2 -0
  256. package/lib/types/traditional/send-invoice-response.d.ts +3 -0
  257. package/lib/types/traditional/send-invoice-response.js +2 -0
  258. package/lib/types/traditional/set-message-preferences-response.d.ts +3 -0
  259. package/lib/types/traditional/set-message-preferences-response.js +2 -0
  260. package/lib/types/traditional/set-notification-preferences-response.d.ts +3 -0
  261. package/lib/types/traditional/set-notification-preferences-response.js +2 -0
  262. package/lib/types/traditional/set-shipping-discount-profiles-response.d.ts +3 -0
  263. package/lib/types/traditional/set-shipping-discount-profiles-response.js +2 -0
  264. package/lib/types/traditional/set-store-categories-response.d.ts +5 -0
  265. package/lib/types/traditional/set-store-categories-response.js +2 -0
  266. package/lib/types/traditional/set-tax-table-response.d.ts +3 -0
  267. package/lib/types/traditional/set-tax-table-response.js +2 -0
  268. package/lib/types/traditional/set-user-notes-response.d.ts +3 -0
  269. package/lib/types/traditional/set-user-notes-response.js +2 -0
  270. package/lib/types/traditional/set-user-preferences-response.d.ts +3 -0
  271. package/lib/types/traditional/set-user-preferences-response.js +2 -0
  272. package/lib/types/traditional/upload-site-hosted-pictures-response.d.ts +17 -0
  273. package/lib/types/traditional/upload-site-hosted-pictures-response.js +2 -0
  274. package/lib/types/traditional/ve-r-o-report-items-response.d.ts +4 -0
  275. package/lib/types/traditional/ve-r-o-report-items-response.js +2 -0
  276. package/lib/types/traditional/verify-add-fixed-price-item-response.d.ts +20 -0
  277. package/lib/types/traditional/verify-add-fixed-price-item-response.js +2 -0
  278. package/lib/types/traditional/verify-add-item-response.d.ts +27 -0
  279. package/lib/types/traditional/verify-add-item-response.js +2 -0
  280. package/lib/types/traditional/verify-add-second-chance-item-response.d.ts +4 -0
  281. package/lib/types/traditional/verify-add-second-chance-item-response.js +2 -0
  282. package/lib/types/traditional/verify-relist-item-response.d.ts +27 -0
  283. package/lib/types/traditional/verify-relist-item-response.js +2 -0
  284. package/lib/types/traditonalTypes.d.ts +72 -2
  285. package/package.json +2 -1
@@ -0,0 +1,855 @@
1
+ import type { CountryCodeType, CurrencyCodeType, DaysCodeType, StandardOutputFields } from './common.js';
2
+ export interface GetItemResponse extends StandardOutputFields {
3
+ Item: {
4
+ ApplicationData?: string;
5
+ ApplyBuyerProtection?: {
6
+ BuyerProtectionSource?: 'CustomCode' | 'eBay';
7
+ BuyerProtectionStatus?: 'CustomCode' | 'ItemEligible' | 'ItemIneligible' | 'ItemMarkedEligible' | 'ItemMarkedIneligible' | 'NoCoverage';
8
+ };
9
+ AutoPay: boolean;
10
+ AvailableForPickupDropOff?: boolean;
11
+ BestOfferDetails?: {
12
+ BestOfferCount?: number;
13
+ BestOfferEnabled?: boolean;
14
+ };
15
+ BusinessSellerDetails?: {
16
+ AdditionalContactInformation?: string;
17
+ Address?: {
18
+ FirstName?: string;
19
+ LastName?: string;
20
+ };
21
+ Email?: string;
22
+ Fax?: string;
23
+ LegalInvoice?: boolean;
24
+ TermsAndConditions?: string;
25
+ TradeRegistrationNumber?: string;
26
+ VATDetails?: {
27
+ BusinessSeller?: boolean;
28
+ RestrictedToBusiness?: boolean;
29
+ VATID?: string;
30
+ VATPercent?: number;
31
+ VATSite?: string;
32
+ };
33
+ };
34
+ BuyItNowPrice: number | {
35
+ value: number;
36
+ currencyID: CurrencyCodeType;
37
+ };
38
+ BuyerGuaranteePrice?: number | {
39
+ value: number;
40
+ currencyID: CurrencyCodeType;
41
+ };
42
+ BuyerProtection?: 'CustomCode' | 'ItemEligible' | 'ItemIneligible' | 'ItemMarkedEligible' | 'ItemMarkedIneligible' | 'NoCoverage';
43
+ BuyerRequirementDetails?: {
44
+ MaximumItemRequirements?: {
45
+ MaximumItemCount?: number;
46
+ MinimumFeedbackScore?: number;
47
+ };
48
+ MaximumUnpaidItemStrikesInfo?: {
49
+ Count?: number;
50
+ Period?: 'CustomCode' | 'Days_180' | 'Days_30' | 'Days_360';
51
+ };
52
+ ShipToRegistrationCountry?: boolean;
53
+ ZeroFeedbackScore?: boolean;
54
+ };
55
+ BuyerResponsibleForShipping?: boolean;
56
+ Charity?: {
57
+ CharityID?: string;
58
+ CharityName?: string;
59
+ DonationPercent?: number;
60
+ LogoURL?: string;
61
+ Mission?: string;
62
+ Status?: 'CustomCode' | 'NoLongerValid' | 'Valid';
63
+ };
64
+ ConditionDefinition?: string;
65
+ ConditionDescriptors?: {
66
+ ConditionDescriptor?: {
67
+ AdditionalInfo?: string;
68
+ Name?: string;
69
+ Value?: string;
70
+ };
71
+ };
72
+ ConditionDisplayName?: string;
73
+ ConditionID?: number;
74
+ Country: CountryCodeType;
75
+ CrossBorderTrade: string;
76
+ Currency: CurrencyCodeType;
77
+ Description: string;
78
+ DigitalGoodInfo?: {
79
+ DigitalDelivery?: boolean;
80
+ };
81
+ DisableBuyerRequirements?: boolean;
82
+ DiscountPriceInfo?: {
83
+ MadeForOutletComparisonPrice?: number | {
84
+ value: number;
85
+ currencyID: CurrencyCodeType;
86
+ };
87
+ MinimumAdvertisedPrice?: number | {
88
+ value: number;
89
+ currencyID: CurrencyCodeType;
90
+ };
91
+ MinimumAdvertisedPriceExposure?: 'CustomCode' | 'DuringCheckout' | 'None' | 'PreCheckout';
92
+ OriginalRetailPrice?: number | {
93
+ value: number;
94
+ currencyID: CurrencyCodeType;
95
+ };
96
+ PricingTreatment?: 'CustomCode' | 'MAP' | 'MFO' | 'None' | 'STP';
97
+ SoldOffeBay?: boolean;
98
+ SoldOneBay?: boolean;
99
+ };
100
+ DispatchTimeMax?: number;
101
+ EligibleForPickupDropOff?: boolean;
102
+ ExtendedProducerResponsibility?: {
103
+ EcoParticipationFee?: number | {
104
+ value: number;
105
+ currencyID: CurrencyCodeType;
106
+ };
107
+ };
108
+ ExtendedSellerContactDetails?: {
109
+ ClassifiedAdContactByEmailEnabled?: boolean;
110
+ ContactHoursDetails?: {
111
+ Hours1AnyTime?: boolean;
112
+ Hours1Days?: DaysCodeType;
113
+ Hours1From?: string;
114
+ Hours1To?: string;
115
+ Hours2AnyTime?: boolean;
116
+ Hours2Days?: DaysCodeType;
117
+ Hours2From?: string;
118
+ Hours2To?: string;
119
+ TimeZoneID?: string;
120
+ };
121
+ };
122
+ FreeAddedCategory?: {
123
+ CategoryID?: string;
124
+ CategoryName?: string;
125
+ };
126
+ HideFromSearch?: boolean;
127
+ IgnoreQuantity?: boolean;
128
+ IntegratedMerchantCreditCardEnabled?: boolean;
129
+ InventoryTrackingMethod?: 'CustomCode' | 'ItemID' | 'SKU';
130
+ IsIntermediatedShippingEligible?: boolean;
131
+ IsItemEMSEligible: boolean;
132
+ IsSecureDescription?: boolean;
133
+ ItemCompatibilityCount?: number;
134
+ ItemCompatibilityList?: {
135
+ Compatibility?: {
136
+ CompatibilityNotes?: string;
137
+ NameValueList?: {
138
+ Name?: string;
139
+ Source?: 'CustomCode' | 'ItemSpecific' | 'Product';
140
+ Value?: string;
141
+ };
142
+ };
143
+ };
144
+ ItemID: string;
145
+ ItemPolicyViolation?: {
146
+ PolicyID?: bigint;
147
+ PolicyText?: string;
148
+ };
149
+ ItemSpecifics?: {
150
+ NameValueList?: {
151
+ Name?: string;
152
+ Source?: 'CustomCode' | 'ItemSpecific' | 'Product';
153
+ Value?: string;
154
+ };
155
+ };
156
+ ListingDetails: {
157
+ Adult: boolean;
158
+ BestOfferAutoAcceptPrice?: number | {
159
+ value: number;
160
+ currencyID: CurrencyCodeType;
161
+ };
162
+ BindingAuction: boolean;
163
+ BuyItNowAvailable?: boolean;
164
+ CheckoutEnabled: boolean;
165
+ ConvertedBuyItNowPrice: number | {
166
+ value: number;
167
+ currencyID: CurrencyCodeType;
168
+ };
169
+ ConvertedReservePrice?: number | {
170
+ value: number;
171
+ currencyID: CurrencyCodeType;
172
+ };
173
+ ConvertedStartPrice: number | {
174
+ value: number;
175
+ currencyID: CurrencyCodeType;
176
+ };
177
+ EndTime: string;
178
+ EndingReason?: 'CustomCode' | 'Incorrect' | 'LostOrBroken' | 'NotAvailable' | 'OtherListingError' | 'ProductDeleted' | 'SellToHighBidder' | 'Sold';
179
+ HasPublicMessages: boolean;
180
+ HasReservePrice: boolean;
181
+ HasUnansweredQuestions: boolean;
182
+ MinimumBestOfferPrice?: number | {
183
+ value: number;
184
+ currencyID: CurrencyCodeType;
185
+ };
186
+ RelistedItemID?: string;
187
+ SecondChanceOriginalItemID?: string;
188
+ StartTime: string;
189
+ ViewItemURL: string;
190
+ ViewItemURLForNaturalSearch?: string;
191
+ };
192
+ ListingDuration?: string;
193
+ ListingEnhancement?: 'BoldTitle' | 'CustomCode';
194
+ ListingSubtype2?: 'ClassifiedAd' | 'CustomCode' | 'LocalMarketBestOfferOnly';
195
+ ListingType: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
196
+ Location: string;
197
+ LocationDefaulted?: boolean;
198
+ LotSize?: number;
199
+ MechanicalCheckAccepted?: boolean;
200
+ PayPalEmailAddress?: string;
201
+ PaymentAllowedSite: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
202
+ PaymentDetails?: {
203
+ DaysToFullPayment?: number;
204
+ DepositAmount?: number | {
205
+ value: number;
206
+ currencyID: CurrencyCodeType;
207
+ };
208
+ DepositType?: 'CustomCode' | 'None' | 'OtherMethod';
209
+ HoursToDeposit?: number;
210
+ };
211
+ PaymentMethods?: 'CashOnPickup' | 'COD' | 'CustomCode' | 'MOCC' | 'PersonalCheck';
212
+ PickupInStoreDetails?: {
213
+ EligibleForPickupDropOff?: boolean;
214
+ EligibleForPickupInStore?: boolean;
215
+ };
216
+ PictureDetails?: {
217
+ ExtendedPictureDetails?: {
218
+ PictureURLs?: {
219
+ ExternalPictureURL?: string;
220
+ eBayPictureURL?: string;
221
+ };
222
+ };
223
+ ExternalPictureURL?: string;
224
+ GalleryErrorInfo?: string;
225
+ GalleryStatus?: 'CustomCode' | 'ImageNonExistent' | 'ImageProcessingError' | 'ImageReadTimeOut' | 'InvalidFile' | 'InvalidFileFormat' | 'InvalidProtocol' | 'InvalidUrl' | 'Pending' | 'ServerDown' | 'Success';
226
+ GalleryType?: 'CustomCode' | 'Gallery' | 'None' | 'Plus';
227
+ PictureSource?: 'CustomCode' | 'EPS' | 'Vendor';
228
+ PictureURL?: string;
229
+ };
230
+ PostalCode: string;
231
+ PrimaryCategory: {
232
+ CategoryID: string;
233
+ CategoryName: string;
234
+ };
235
+ PrivateListing: boolean;
236
+ ProductListingDetails?: {
237
+ BrandMPN?: {
238
+ Brand?: string;
239
+ MPN?: string;
240
+ };
241
+ Copyright?: string;
242
+ EAN?: string;
243
+ ISBN?: string;
244
+ IncludeStockPhotoURL?: boolean;
245
+ IncludeeBayProductDetails?: boolean;
246
+ ProductReferenceID?: string;
247
+ StockPhotoURL?: string;
248
+ UPC?: string;
249
+ UseStockPhotoURLAsGallery?: boolean;
250
+ };
251
+ ProxyItem?: boolean;
252
+ Quantity: number;
253
+ QuantityAvailableHint?: 'CustomCode' | 'Limited' | 'MoreThan';
254
+ QuantityThreshold?: number;
255
+ ReasonHideFromSearch?: 'DuplicateListing' | 'OutOfStock';
256
+ Regulatory?: {
257
+ Documents?: {
258
+ Document?: {
259
+ DocumentID?: string;
260
+ };
261
+ };
262
+ EnergyEfficiencyLabel?: {
263
+ ImageDescription?: string;
264
+ ImageURL?: string;
265
+ ProductInformationsheet?: string;
266
+ };
267
+ Hazmat?: {
268
+ Component?: string;
269
+ Pictograms?: {
270
+ Pictogram?: string;
271
+ };
272
+ SignalWord?: string;
273
+ Statements?: any;
274
+ };
275
+ Manufacturer?: {
276
+ CityName?: string;
277
+ CompanyName?: string;
278
+ ContactURL?: string;
279
+ Country?: CountryCodeType;
280
+ Email?: string;
281
+ Phone?: string;
282
+ PostalCode?: string;
283
+ StateOrProvince?: string;
284
+ Street1?: string;
285
+ Street2?: string;
286
+ };
287
+ ProductSafety?: {
288
+ Component?: string;
289
+ Pictograms?: {
290
+ Pictogram?: string;
291
+ };
292
+ Statements?: any;
293
+ };
294
+ RepairScore?: number;
295
+ ResponsiblePersons?: {
296
+ ResponsiblePerson?: {
297
+ CityName?: string;
298
+ CompanyName: string;
299
+ ContactURL?: string;
300
+ Country?: CountryCodeType;
301
+ Email?: string;
302
+ Phone?: string;
303
+ PostalCode?: string;
304
+ StateOrProvince?: string;
305
+ Street1?: string;
306
+ Street2?: string;
307
+ Types?: {
308
+ Type?: 'CustomCode' | 'EUResponsiblePerson';
309
+ };
310
+ };
311
+ };
312
+ };
313
+ RelistParentID?: bigint;
314
+ ReservePrice?: number | {
315
+ value: number;
316
+ currencyID: CurrencyCodeType;
317
+ };
318
+ ReturnPolicy?: {
319
+ Description?: string;
320
+ InternationalRefundOption?: string;
321
+ InternationalReturnsAcceptedOption?: string;
322
+ InternationalReturnsWithinOption?: string;
323
+ InternationalShippingCostPaidByOption?: string;
324
+ Refund?: string;
325
+ RefundOption?: string;
326
+ ReturnsAccepted?: string;
327
+ ReturnsAcceptedOption?: string;
328
+ ReturnsWithin?: string;
329
+ ReturnsWithinOption?: string;
330
+ ShippingCostPaidBy?: string;
331
+ ShippingCostPaidByOption?: string;
332
+ };
333
+ ReviseStatus: {
334
+ BuyItNowAdded?: boolean;
335
+ BuyItNowLowered?: boolean;
336
+ ItemRevised: boolean;
337
+ ReserveLowered?: boolean;
338
+ ReserveRemoved?: boolean;
339
+ };
340
+ SKU?: string;
341
+ SecondaryCategory?: {
342
+ CategoryID?: string;
343
+ CategoryName?: string;
344
+ };
345
+ Seller: {
346
+ AboutMePage: boolean;
347
+ Email?: string;
348
+ FeedbackPrivate: boolean;
349
+ FeedbackRatingStar: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
350
+ FeedbackScore?: number;
351
+ IDVerified: boolean;
352
+ NewUser: boolean;
353
+ PositiveFeedbackPercent?: number;
354
+ RegistrationAddress?: {
355
+ CityName?: string;
356
+ Country?: CountryCodeType;
357
+ CountryName?: string;
358
+ FirstName?: string;
359
+ LastName?: string;
360
+ Name?: string;
361
+ Phone?: string;
362
+ PostalCode?: string;
363
+ Street?: string;
364
+ Street1?: string;
365
+ Street2?: string;
366
+ };
367
+ RegistrationDate: string;
368
+ SellerInfo: {
369
+ AllowPaymentEdit: boolean;
370
+ BillingCurrency?: CurrencyCodeType;
371
+ CIPBankAccountStored: boolean;
372
+ CheckoutEnabled: boolean;
373
+ GoodStanding: boolean;
374
+ QualifiesForB2BVAT: boolean;
375
+ SafePaymentExempt: boolean;
376
+ SellerBusinessType?: 'Commercial' | 'CustomCode' | 'Private' | 'Undefined';
377
+ SellerLevel: 'Bronze' | 'CustomCode' | 'Gold' | 'None' | 'Platinum' | 'Silver' | 'Titanium';
378
+ StoreOwner: boolean;
379
+ StoreURL?: string;
380
+ TopRatedSeller?: boolean;
381
+ };
382
+ Site: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
383
+ Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
384
+ UserID: string;
385
+ UserIDChanged: boolean;
386
+ UserIDLastChanged: string;
387
+ VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
388
+ eBayGoodStanding: boolean;
389
+ };
390
+ SellerContactDetails?: {
391
+ CompanyName?: string;
392
+ County?: string;
393
+ FirstName?: string;
394
+ LastName?: string;
395
+ PhoneAreaOrCityCode?: string;
396
+ PhoneCountryCode?: CountryCodeType;
397
+ PhoneCountryPrefix?: string;
398
+ PhoneLocalNumber?: string;
399
+ Street1?: string;
400
+ Street2?: string;
401
+ };
402
+ SellerProfiles?: {
403
+ SellerPaymentProfile?: {
404
+ PaymentProfileID?: bigint;
405
+ PaymentProfileName?: string;
406
+ };
407
+ SellerReturnProfile?: {
408
+ ReturnProfileID?: bigint;
409
+ ReturnProfileName?: string;
410
+ };
411
+ SellerShippingProfile?: {
412
+ ShippingProfileID?: bigint;
413
+ ShippingProfileName?: string;
414
+ };
415
+ };
416
+ SellerVacationNote?: string;
417
+ SellingStatus: {
418
+ AdminEnded?: boolean;
419
+ BidCount: number;
420
+ BidIncrement: number | {
421
+ value: number;
422
+ currencyID: CurrencyCodeType;
423
+ };
424
+ ConvertedCurrentPrice?: number | {
425
+ value: number;
426
+ currencyID: CurrencyCodeType;
427
+ };
428
+ CurrentPrice: number | {
429
+ value: number;
430
+ currencyID: CurrencyCodeType;
431
+ };
432
+ HighBidder?: {
433
+ AboutMePage?: boolean;
434
+ BuyerInfo?: {
435
+ ShippingAddress?: {
436
+ Country?: CountryCodeType;
437
+ FirstName?: string;
438
+ LastName?: string;
439
+ PostalCode?: string;
440
+ };
441
+ };
442
+ Email?: string;
443
+ FeedbackPrivate?: boolean;
444
+ FeedbackRatingStar?: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
445
+ FeedbackScore?: number;
446
+ IDVerified?: boolean;
447
+ NewUser?: boolean;
448
+ PositiveFeedbackPercent?: number;
449
+ RegistrationAddress?: {
450
+ CityName?: string;
451
+ Country?: CountryCodeType;
452
+ CountryName?: string;
453
+ FirstName?: string;
454
+ LastName?: string;
455
+ Name?: string;
456
+ Phone?: string;
457
+ PostalCode?: string;
458
+ Street?: string;
459
+ Street1?: string;
460
+ Street2?: string;
461
+ };
462
+ RegistrationDate: string;
463
+ Site?: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
464
+ Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
465
+ UserAnonymized: boolean;
466
+ UserID?: string;
467
+ UserIDChanged?: boolean;
468
+ UserIDLastChanged?: string;
469
+ VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
470
+ eBayGoodStanding?: boolean;
471
+ };
472
+ LeadCount?: number;
473
+ ListingOnHold?: boolean;
474
+ ListingStatus: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
475
+ MinimumToBid: number | {
476
+ value: number;
477
+ currencyID: CurrencyCodeType;
478
+ };
479
+ PromotionalSaleDetails?: {
480
+ EndTime?: string;
481
+ OriginalPrice?: number | {
482
+ value: number;
483
+ currencyID: CurrencyCodeType;
484
+ };
485
+ StartTime?: string;
486
+ };
487
+ QuantitySold: number;
488
+ QuantitySoldByPickupInStore: number;
489
+ ReserveMet: boolean;
490
+ SecondChanceEligible: boolean;
491
+ SoldAsBin?: boolean;
492
+ };
493
+ ShipToLocations: string;
494
+ ShippingDetails?: {
495
+ CalculatedShippingDiscount?: {
496
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
497
+ DiscountProfile?: {
498
+ DiscountProfileID?: string;
499
+ DiscountProfileName?: string;
500
+ MappedDiscountProfileID?: string;
501
+ WeightOff?: number | {
502
+ value: number;
503
+ unit: string;
504
+ measurementSystem: 'English' | 'Metric';
505
+ };
506
+ };
507
+ };
508
+ CalculatedShippingRate?: {
509
+ InternationalPackagingHandlingCosts: number | {
510
+ value: number;
511
+ currencyID: CurrencyCodeType;
512
+ };
513
+ PackagingHandlingCosts: number | {
514
+ value: number;
515
+ currencyID: CurrencyCodeType;
516
+ };
517
+ };
518
+ ExcludeShipToLocation?: string;
519
+ FlatShippingDiscount?: {
520
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
521
+ DiscountProfile?: {
522
+ DiscountProfileID?: string;
523
+ DiscountProfileName?: string;
524
+ EachAdditionalAmount?: number | {
525
+ value: number;
526
+ currencyID: CurrencyCodeType;
527
+ };
528
+ EachAdditionalAmountOff?: number | {
529
+ value: number;
530
+ currencyID: CurrencyCodeType;
531
+ };
532
+ EachAdditionalPercentOff?: number;
533
+ };
534
+ };
535
+ GetItFast: boolean;
536
+ GlobalShipping?: boolean;
537
+ InternationalCalculatedShippingDiscount?: {
538
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
539
+ DiscountProfile?: {
540
+ DiscountProfileID?: string;
541
+ DiscountProfileName?: string;
542
+ MappedDiscountProfileID?: string;
543
+ WeightOff?: number | {
544
+ value: number;
545
+ unit: string;
546
+ measurementSystem: 'English' | 'Metric';
547
+ };
548
+ };
549
+ };
550
+ InternationalFlatShippingDiscount?: {
551
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
552
+ DiscountProfile?: {
553
+ DiscountProfileID?: string;
554
+ DiscountProfileName?: string;
555
+ EachAdditionalAmount?: number | {
556
+ value: number;
557
+ currencyID: CurrencyCodeType;
558
+ };
559
+ EachAdditionalAmountOff?: number | {
560
+ value: number;
561
+ currencyID: CurrencyCodeType;
562
+ };
563
+ EachAdditionalPercentOff?: number;
564
+ };
565
+ };
566
+ InternationalPromotionalShippingDiscount?: boolean;
567
+ InternationalShippingDiscountProfileID?: string;
568
+ InternationalShippingServiceOption?: {
569
+ ShipToLocation?: string;
570
+ ShippingService?: string;
571
+ ShippingServiceAdditionalCost?: number | {
572
+ value: number;
573
+ currencyID: CurrencyCodeType;
574
+ };
575
+ ShippingServiceCost?: number | {
576
+ value: number;
577
+ currencyID: CurrencyCodeType;
578
+ };
579
+ ShippingServicePriority?: number;
580
+ };
581
+ PromotionalShippingDiscount?: boolean;
582
+ PromotionalShippingDiscountDetails?: {
583
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
584
+ ItemCount?: number;
585
+ OrderAmount?: number | {
586
+ value: number;
587
+ currencyID: CurrencyCodeType;
588
+ };
589
+ ShippingCost?: number | {
590
+ value: number;
591
+ currencyID: CurrencyCodeType;
592
+ };
593
+ };
594
+ RateTableDetails?: {
595
+ DomesticRateTable?: string;
596
+ DomesticRateTableId?: string;
597
+ InternationalRateTable?: string;
598
+ InternationalRateTableId?: string;
599
+ };
600
+ SalesTax?: {
601
+ SalesTaxPercent?: number;
602
+ SalesTaxState?: string;
603
+ ShippingIncludedInTax?: boolean;
604
+ };
605
+ SellerExcludeShipToLocationsPreference?: boolean;
606
+ ShippingDiscountProfileID?: string;
607
+ ShippingServiceOptions: {
608
+ ExpeditedService?: boolean;
609
+ FreeShipping?: boolean;
610
+ ShippingService?: string;
611
+ ShippingServiceAdditionalCost?: number | {
612
+ value: number;
613
+ currencyID: CurrencyCodeType;
614
+ };
615
+ ShippingServiceCost?: number | {
616
+ value: number;
617
+ currencyID: CurrencyCodeType;
618
+ };
619
+ ShippingServicePriority?: number;
620
+ ShippingTimeMax?: number;
621
+ ShippingTimeMin?: number;
622
+ };
623
+ ShippingType?: 'Calculated' | 'CalculatedDomesticFlatInternational' | 'CustomCode' | 'Flat' | 'FlatDomesticCalculatedInternational' | 'Free' | 'Freight' | 'FreightFlat' | 'NotSpecified';
624
+ TaxTable?: {
625
+ TaxJurisdiction?: {
626
+ JurisdictionID?: string;
627
+ SalesTaxPercent?: number;
628
+ ShippingIncludedInTax?: boolean;
629
+ };
630
+ };
631
+ ThirdPartyCheckout: boolean;
632
+ };
633
+ ShippingPackageDetails?: {
634
+ PackageDepth?: number | {
635
+ value: number;
636
+ unit: string;
637
+ measurementSystem: 'English' | 'Metric';
638
+ };
639
+ PackageLength?: number | {
640
+ value: number;
641
+ unit: string;
642
+ measurementSystem: 'English' | 'Metric';
643
+ };
644
+ PackageWidth?: number | {
645
+ value: number;
646
+ unit: string;
647
+ measurementSystem: 'English' | 'Metric';
648
+ };
649
+ ShippingIrregular?: boolean;
650
+ ShippingPackage?: 'BulkyGoods' | 'Caravan' | 'Cars' | 'CustomCode' | 'Europallet' | 'ExpandableToughBags' | 'ExtraLargePack' | 'Furniture' | 'IndustryVehicles' | 'LargeCanadaPostBox' | 'LargeCanadaPostBubbleMailer' | 'LargeEnvelope' | 'Letter' | 'MailingBoxes' | 'MediumCanadaPostBox' | 'MediumCanadaPostBubbleMailer' | 'Motorbikes' | 'None' | 'OneWayPallet' | 'PackageThickEnvelope' | 'PaddedBags' | 'ParcelOrPaddedEnvelope' | 'Roll' | 'SmallCanadaPostBox' | 'SmallCanadaPostBubbleMailer' | 'ToughBags' | 'UPSLetter' | 'USPSFlatRateEnvelope' | 'USPSLargePack' | 'VeryLargePack' | 'Winepak';
651
+ WeightMajor?: number | {
652
+ value: number;
653
+ unit: string;
654
+ measurementSystem: 'English' | 'Metric';
655
+ };
656
+ WeightMinor?: number | {
657
+ value: number;
658
+ unit: string;
659
+ measurementSystem: 'English' | 'Metric';
660
+ };
661
+ };
662
+ ShippingServiceCostOverrideList?: {
663
+ ShippingServiceCostOverride?: {
664
+ ShippingServiceAdditionalCost?: number | {
665
+ value: number;
666
+ currencyID: CurrencyCodeType;
667
+ };
668
+ ShippingServiceCost?: number | {
669
+ value: number;
670
+ currencyID: CurrencyCodeType;
671
+ };
672
+ ShippingServicePriority?: number;
673
+ ShippingServiceType?: 'Domestic' | 'International';
674
+ };
675
+ };
676
+ Site: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
677
+ StartPrice: number | {
678
+ value: number;
679
+ currencyID: CurrencyCodeType;
680
+ };
681
+ Storefront?: {
682
+ StoreCategory2ID?: bigint;
683
+ StoreCategoryID?: bigint;
684
+ StoreURL?: string;
685
+ };
686
+ SubTitle?: string;
687
+ TaxCategory?: string;
688
+ TimeLeft: string;
689
+ Title: string;
690
+ TopRatedListing?: boolean;
691
+ UUID?: string;
692
+ UnitInfo?: {
693
+ UnitQuantity?: number;
694
+ UnitType?: string;
695
+ };
696
+ VATDetails?: {
697
+ VATPercent?: number;
698
+ };
699
+ VIN?: string;
700
+ VINLink?: string;
701
+ VRM?: string;
702
+ VRMLink?: string;
703
+ Variations?: {
704
+ Pictures?: {
705
+ VariationSpecificName?: string;
706
+ VariationSpecificPictureSet?: {
707
+ ExtendedPictureDetails?: {
708
+ PictureURLs?: {
709
+ ExternalPictureURL?: string;
710
+ eBayPictureURL?: string;
711
+ };
712
+ };
713
+ ExternalPictureURL?: string;
714
+ PictureURL?: string;
715
+ VariationSpecificValue?: string;
716
+ };
717
+ };
718
+ Variation?: {
719
+ DiscountPriceInfo?: {
720
+ MadeForOutletComparisonPrice?: number | {
721
+ value: number;
722
+ currencyID: CurrencyCodeType;
723
+ };
724
+ MinimumAdvertisedPrice?: number | {
725
+ value: number;
726
+ currencyID: CurrencyCodeType;
727
+ };
728
+ MinimumAdvertisedPriceExposure?: 'CustomCode' | 'DuringCheckout' | 'None' | 'PreCheckout';
729
+ OriginalRetailPrice?: number | {
730
+ value: number;
731
+ currencyID: CurrencyCodeType;
732
+ };
733
+ PricingTreatment?: 'CustomCode' | 'MAP' | 'MFO' | 'None' | 'STP';
734
+ SoldOffeBay?: boolean;
735
+ SoldOneBay?: boolean;
736
+ };
737
+ Quantity?: number;
738
+ SKU?: string;
739
+ SellingStatus?: {
740
+ AdminEnded?: boolean;
741
+ BidCount: number;
742
+ BidIncrement: number | {
743
+ value: number;
744
+ currencyID: CurrencyCodeType;
745
+ };
746
+ ConvertedCurrentPrice?: number | {
747
+ value: number;
748
+ currencyID: CurrencyCodeType;
749
+ };
750
+ CurrentPrice: number | {
751
+ value: number;
752
+ currencyID: CurrencyCodeType;
753
+ };
754
+ HighBidder?: {
755
+ AboutMePage?: boolean;
756
+ BuyerInfo?: {
757
+ ShippingAddress?: {
758
+ Country?: CountryCodeType;
759
+ FirstName?: string;
760
+ LastName?: string;
761
+ PostalCode?: string;
762
+ };
763
+ };
764
+ Email?: string;
765
+ FeedbackPrivate?: boolean;
766
+ FeedbackRatingStar?: 'Blue' | 'CustomCode' | 'Green' | 'GreenShooting' | 'None' | 'Purple' | 'PurpleShooting' | 'Red' | 'RedShooting' | 'SilverShooting' | 'Turquoise' | 'TurquoiseShooting' | 'Yellow' | 'YellowShooting';
767
+ FeedbackScore?: number;
768
+ IDVerified?: boolean;
769
+ NewUser?: boolean;
770
+ PositiveFeedbackPercent?: number;
771
+ RegistrationAddress?: {
772
+ CityName?: string;
773
+ Country?: CountryCodeType;
774
+ CountryName?: string;
775
+ FirstName?: string;
776
+ LastName?: string;
777
+ Name?: string;
778
+ Phone?: string;
779
+ PostalCode?: string;
780
+ Street?: string;
781
+ Street1?: string;
782
+ Street2?: string;
783
+ };
784
+ RegistrationDate: string;
785
+ Site?: 'Australia' | 'Austria' | 'Belgium_Dutch' | 'Belgium_French' | 'Canada' | 'CanadaFrench' | 'CustomCode' | 'Cyprus' | 'Czechia' | 'eBayMotors' | 'France' | 'Germany' | 'HongKong' | 'India' | 'Ireland' | 'Italy' | 'Malaysia' | 'Netherlands' | 'Philippines' | 'Poland' | 'Russia' | 'Singapore' | 'Spain' | 'Switzerland' | 'UK' | 'US';
786
+ Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
787
+ UserAnonymized: boolean;
788
+ UserID?: string;
789
+ UserIDChanged?: boolean;
790
+ UserIDLastChanged?: string;
791
+ VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
792
+ eBayGoodStanding?: boolean;
793
+ };
794
+ LeadCount?: number;
795
+ ListingOnHold?: boolean;
796
+ ListingStatus: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
797
+ MinimumToBid: number | {
798
+ value: number;
799
+ currencyID: CurrencyCodeType;
800
+ };
801
+ PromotionalSaleDetails?: {
802
+ EndTime?: string;
803
+ OriginalPrice?: number | {
804
+ value: number;
805
+ currencyID: CurrencyCodeType;
806
+ };
807
+ StartTime?: string;
808
+ };
809
+ QuantitySold: number;
810
+ QuantitySoldByPickupInStore: number;
811
+ ReserveMet: boolean;
812
+ SecondChanceEligible: boolean;
813
+ SoldAsBin?: boolean;
814
+ };
815
+ StartPrice?: number | {
816
+ value: number;
817
+ currencyID: CurrencyCodeType;
818
+ };
819
+ VariationExtendedProducerResponsibility?: {
820
+ EcoParticipationFee?: number | {
821
+ value: number;
822
+ currencyID: CurrencyCodeType;
823
+ };
824
+ };
825
+ VariationProductListingDetails?: {
826
+ EAN?: string;
827
+ ISBN?: string;
828
+ ProductReferenceID?: string;
829
+ UPC?: string;
830
+ };
831
+ VariationSpecifics?: {
832
+ NameValueList?: {
833
+ Name?: string;
834
+ Source?: 'CustomCode' | 'ItemSpecific' | 'Product';
835
+ Value?: string;
836
+ };
837
+ };
838
+ };
839
+ VariationSpecificsSet?: {
840
+ NameValueList?: {
841
+ Name?: string;
842
+ Source?: 'CustomCode' | 'ItemSpecific' | 'Product';
843
+ Value?: string;
844
+ };
845
+ };
846
+ };
847
+ VideoDetails?: {
848
+ VideoID?: string;
849
+ };
850
+ WatchCount?: bigint;
851
+ eBayPlus?: boolean;
852
+ eBayPlusEligible?: boolean;
853
+ eMailDeliveryAvailable?: boolean;
854
+ };
855
+ }