ebay-api 9.2.2 → 9.3.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (285) hide show
  1. package/README.md +103 -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,499 @@
1
+ import type { CountryCodeType, CurrencyCodeType, StandardOutputFields } from './common.js';
2
+ export interface GetSellerTransactionsResponse extends StandardOutputFields {
3
+ PageNumber: number;
4
+ PaginationResult: {
5
+ TotalNumberOfEntries: number;
6
+ TotalNumberOfPages: number;
7
+ };
8
+ ReturnedTransactionCountActual: number;
9
+ Seller: {
10
+ EIASToken: string;
11
+ Email: string;
12
+ FeedbackPrivate: boolean;
13
+ FeedbackScore: number;
14
+ NewUser: boolean;
15
+ PositiveFeedbackPercent?: number;
16
+ RegistrationDate: string;
17
+ 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';
18
+ Status: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
19
+ UserID: string;
20
+ UserIDChanged: boolean;
21
+ VATStatus: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
22
+ eBayGoodStanding: boolean;
23
+ };
24
+ TransactionArray?: {
25
+ Transaction?: {
26
+ ActualHandlingCost?: number | {
27
+ value: number;
28
+ currencyID: CurrencyCodeType;
29
+ };
30
+ ActualShippingCost?: number | {
31
+ value: number;
32
+ currencyID: CurrencyCodeType;
33
+ };
34
+ AdjustmentAmount: number | {
35
+ value: number;
36
+ currencyID: CurrencyCodeType;
37
+ };
38
+ AmountPaid?: number | {
39
+ value: number;
40
+ currencyID: CurrencyCodeType;
41
+ };
42
+ BestOfferSale: boolean;
43
+ Buyer?: {
44
+ BuyerInfo?: {
45
+ BuyerTaxIdentifier?: {
46
+ Attribute?: string | {
47
+ value: string;
48
+ name: 'CustomCode' | 'IssuingCountry';
49
+ };
50
+ ID?: string;
51
+ Type?: 'CEDULA' | 'CNPJ' | 'CodiceFiscale' | 'CPFTaxID' | 'CURP' | 'CustomCode' | 'DNI' | 'DriverLicense' | 'NIE' | 'NIF' | 'NIT' | 'RFC' | 'RussianPassport' | 'RUT' | 'TurkeyID' | 'VATIN';
52
+ };
53
+ ShippingAddress?: {
54
+ CityName?: string;
55
+ Country?: CountryCodeType;
56
+ CountryName?: string;
57
+ Phone?: string;
58
+ PostalCode?: string;
59
+ StateOrProvince?: string;
60
+ Street?: string;
61
+ Street1?: string;
62
+ Street2?: string;
63
+ };
64
+ };
65
+ EIASToken?: string;
66
+ Email?: string;
67
+ FeedbackPrivate?: boolean;
68
+ FeedbackScore?: number;
69
+ PositiveFeedbackPercent?: number;
70
+ RegistrationDate?: string;
71
+ 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';
72
+ Status?: 'AccountOnHold' | 'Confirmed' | 'CreditCardVerify' | 'CustomCode' | 'Deleted' | 'Ghost' | 'Guest' | 'InMaintenance' | 'Merged' | 'RegistrationCodeMailOut' | 'Suspended' | 'TermPending' | 'Unconfirmed' | 'Unknown';
73
+ UserID?: string;
74
+ UserIDChanged?: boolean;
75
+ VATStatus?: 'CustomCode' | 'NoVATTax' | 'VATExempt' | 'VATTax';
76
+ };
77
+ BuyerCheckoutMessage?: string;
78
+ BuyerPackageEnclosures?: {
79
+ BuyerPackageEnclosure?: string | {
80
+ value: string;
81
+ type: 'CustomCode' | 'PaymentInstruction';
82
+ };
83
+ };
84
+ CodiceFiscale?: string;
85
+ ContainingOrder?: {
86
+ CancelReason?: string;
87
+ CancelStatus?: 'CancelClosedForCommitment' | 'CancelClosedNoRefund' | 'CancelClosedUnknownRefund' | 'CancelClosedWithRefund' | 'CancelComplete' | 'CancelFailed' | 'CancelPending' | 'CancelRejected' | 'CancelRequested' | 'CustomCode' | 'Invalid' | 'NotApplicable';
88
+ ContainseBayPlusTransaction?: boolean;
89
+ CreatingUserRole?: 'Buyer' | 'CustomCode' | 'Seller';
90
+ ExtendedOrderID?: string;
91
+ OrderID?: string;
92
+ OrderLineItemCount?: bigint;
93
+ OrderStatus?: 'Active' | 'All' | 'Cancelled' | 'CancelPending' | 'Completed' | 'CustomCode' | 'Inactive' | 'InProcess';
94
+ };
95
+ ConvertedAdjustmentAmount?: number | {
96
+ value: number;
97
+ currencyID: CurrencyCodeType;
98
+ };
99
+ ConvertedAmountPaid?: number | {
100
+ value: number;
101
+ currencyID: CurrencyCodeType;
102
+ };
103
+ ConvertedTransactionPrice?: number | {
104
+ value: number;
105
+ currencyID: CurrencyCodeType;
106
+ };
107
+ CreatedDate?: string;
108
+ DepositType?: 'CustomCode' | 'None' | 'OtherMethod';
109
+ DigitalDeliverySelected?: {
110
+ DeliveryDetails?: {
111
+ Recipient?: {
112
+ Email?: string;
113
+ Name?: string;
114
+ };
115
+ Sender?: {
116
+ Email?: string;
117
+ Name?: string;
118
+ };
119
+ };
120
+ DeliveryMethod?: string;
121
+ DeliveryStatus?: {
122
+ Email?: string;
123
+ };
124
+ };
125
+ ExtendedOrderID?: string;
126
+ FinalValueFee?: number | {
127
+ value: number;
128
+ currencyID: CurrencyCodeType;
129
+ };
130
+ Gift?: boolean;
131
+ GiftSummary?: {
132
+ Message?: string;
133
+ };
134
+ GuaranteedDelivery: boolean;
135
+ GuaranteedShipping?: boolean;
136
+ IntangibleItem: boolean;
137
+ InventoryReservationID?: string;
138
+ InvoiceSentTime?: string;
139
+ IsMultiLegShipping?: boolean;
140
+ Item: {
141
+ ApplicationData?: string;
142
+ AutoPay: boolean;
143
+ BuyItNowPrice?: number | {
144
+ value: number;
145
+ currencyID: CurrencyCodeType;
146
+ };
147
+ Charity?: {
148
+ CharityListing?: boolean;
149
+ };
150
+ Country?: CountryCodeType;
151
+ Currency: CurrencyCodeType;
152
+ InventoryTrackingMethod?: 'CustomCode' | 'ItemID' | 'SKU';
153
+ ItemID: string;
154
+ ListingDetails?: {
155
+ EndTime?: string;
156
+ StartTime?: string;
157
+ };
158
+ ListingType: 'AdType' | 'Auction' | 'Chinese' | 'CustomCode' | 'FixedPriceItem' | 'LeadGeneration' | 'PersonalOffer' | 'Unknown';
159
+ Location?: string;
160
+ LotSize?: number;
161
+ PrivateListing: boolean;
162
+ Quantity: number;
163
+ SKU?: string;
164
+ SellingStatus: {
165
+ BidCount?: number;
166
+ ConvertedCurrentPrice?: number | {
167
+ value: number;
168
+ currencyID: CurrencyCodeType;
169
+ };
170
+ CurrentPrice: number | {
171
+ value: number;
172
+ currencyID: CurrencyCodeType;
173
+ };
174
+ FinalValueFee?: number | {
175
+ value: number;
176
+ currencyID: CurrencyCodeType;
177
+ };
178
+ ListingStatus: 'Active' | 'Completed' | 'Custom' | 'CustomCode' | 'Ended';
179
+ QuantitySold: number;
180
+ };
181
+ 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';
182
+ StartPrice?: number | {
183
+ value: number;
184
+ currencyID: CurrencyCodeType;
185
+ };
186
+ Title?: string;
187
+ };
188
+ LogisticsPlanType?: string;
189
+ MonetaryDetails?: {
190
+ Payments?: {
191
+ Payment?: {
192
+ FeeOrCreditAmount?: number | {
193
+ value: number;
194
+ currencyID: CurrencyCodeType;
195
+ };
196
+ Payee?: string | {
197
+ value: string;
198
+ type: 'CustomCode' | 'eBayPartner' | 'eBayUser';
199
+ };
200
+ Payer?: string | {
201
+ value: string;
202
+ type: 'CustomCode' | 'eBayPartner' | 'eBayUser';
203
+ };
204
+ PaymentAmount?: number | {
205
+ value: number;
206
+ currencyID: CurrencyCodeType;
207
+ };
208
+ PaymentReferenceID?: string | {
209
+ value: string;
210
+ type: 'CustomCode' | 'ExternalTransactionID';
211
+ };
212
+ PaymentTime?: string;
213
+ ReferenceID?: string | {
214
+ value: string;
215
+ type: 'CustomCode' | 'ExternalTransactionID';
216
+ };
217
+ };
218
+ };
219
+ Refunds?: {
220
+ Refund?: {
221
+ FeeOrCreditAmount?: number | {
222
+ value: number;
223
+ currencyID: CurrencyCodeType;
224
+ };
225
+ ReferenceID?: string | {
226
+ value: string;
227
+ type: 'CustomCode' | 'ExternalTransactionID';
228
+ };
229
+ RefundAmount?: number | {
230
+ value: number;
231
+ currencyID: CurrencyCodeType;
232
+ };
233
+ RefundTime?: string;
234
+ RefundTo?: string | {
235
+ value: string;
236
+ type: 'CustomCode' | 'eBayPartner' | 'eBayUser';
237
+ };
238
+ RefundType?: 'CustomCode' | 'PaymentRefund' | 'StoreCredit';
239
+ };
240
+ };
241
+ };
242
+ MultiLegShippingDetails?: {
243
+ SellerShipmentToLogisticsProvider?: {
244
+ ShipToAddress?: {
245
+ AddressOwner?: 'CustomCode' | 'eBay';
246
+ CityName?: string;
247
+ Country?: CountryCodeType;
248
+ CountryName?: string;
249
+ Phone?: string;
250
+ PostalCode?: string;
251
+ ReferenceID?: string;
252
+ StateOrProvince?: string;
253
+ Street1?: string;
254
+ Street2?: string;
255
+ };
256
+ ShippingServiceDetails?: {
257
+ ShippingService?: string;
258
+ TotalShippingCost?: number | {
259
+ value: number;
260
+ currencyID: CurrencyCodeType;
261
+ };
262
+ };
263
+ ShippingTimeMax?: number;
264
+ ShippingTimeMin?: number;
265
+ };
266
+ };
267
+ OrderLineItemID: string;
268
+ PaidTime?: string;
269
+ PickupDetails?: {
270
+ PickupOptions?: {
271
+ PickupMethod?: string;
272
+ PickupPriority?: number;
273
+ };
274
+ };
275
+ PickupMethodSelected?: {
276
+ MerchantPickupCode?: string;
277
+ PickupFulfillmentTime?: string;
278
+ PickupLocationUUID?: string;
279
+ PickupMethod?: string;
280
+ PickupStatus?: 'CustomCode' | 'Invalid' | 'NotApplicable' | 'PendingMerchantConfirmation' | 'Pickedup' | 'PickupCancelled' | 'PickupCancelledBuyerNoShow' | 'PickupCancelledBuyerRejected' | 'PickupCancelledOutOfStock' | 'ReadyToPickup';
281
+ PickupStoreID?: string;
282
+ };
283
+ Platform: any;
284
+ Program?: {
285
+ AuthenticityVerification?: {
286
+ OutcomeReason?: string;
287
+ ServiceCost?: {
288
+ Amount?: number | {
289
+ value: number;
290
+ currencyID: CurrencyCodeType;
291
+ };
292
+ ConvertedFromAmount?: number | {
293
+ value: number;
294
+ currencyID: CurrencyCodeType;
295
+ };
296
+ };
297
+ Status?: string;
298
+ };
299
+ Fulfillment?: {
300
+ FulfillmentBy?: string;
301
+ FulfillmentRefId?: string;
302
+ };
303
+ };
304
+ QuantityPurchased?: number;
305
+ SellerDiscounts?: {
306
+ OriginalItemPrice?: number | {
307
+ value: number;
308
+ currencyID: CurrencyCodeType;
309
+ };
310
+ OriginalItemShippingCost?: number | {
311
+ value: number;
312
+ currencyID: CurrencyCodeType;
313
+ };
314
+ OriginalShippingService?: string;
315
+ SellerDiscount?: {
316
+ CampaignDisplayName?: string;
317
+ CampaignID?: bigint;
318
+ ItemDiscountAmount?: number | {
319
+ value: number;
320
+ currencyID: CurrencyCodeType;
321
+ };
322
+ ShippingDiscountAmount?: number | {
323
+ value: number;
324
+ currencyID: CurrencyCodeType;
325
+ };
326
+ };
327
+ };
328
+ ShippedTime?: string;
329
+ ShippingDetails?: {
330
+ CalculatedShippingRate?: {
331
+ InternationalPackagingHandlingCosts?: number | {
332
+ value: number;
333
+ currencyID: CurrencyCodeType;
334
+ };
335
+ PackagingHandlingCosts?: number | {
336
+ value: number;
337
+ currencyID: CurrencyCodeType;
338
+ };
339
+ };
340
+ PaymentEdited?: boolean;
341
+ SalesTax?: {
342
+ SalesTaxAmount?: number | {
343
+ value: number;
344
+ currencyID: CurrencyCodeType;
345
+ };
346
+ SalesTaxPercent?: number;
347
+ SalesTaxState?: string;
348
+ ShippingIncludedInTax?: boolean;
349
+ };
350
+ SellingManagerSalesRecordNumber?: number;
351
+ ShipmentTrackingDetails?: {
352
+ ShipmentTrackingNumber?: string;
353
+ ShippingCarrierUsed?: string;
354
+ };
355
+ ShippingRateType?: 'CommercialPlus' | 'Counter' | 'CustomCode' | 'DailyPickup' | 'Discounted' | 'GoldSilver' | 'OnDemand' | 'PlatTitanium' | 'StandardList';
356
+ ShippingServiceUsed?: string;
357
+ ShippingType?: 'Calculated' | 'CalculatedDomesticFlatInternational' | 'CustomCode' | 'Flat' | 'FlatDomesticCalculatedInternational' | 'Free' | 'Freight' | 'FreightFlat' | 'NotSpecified';
358
+ TaxTable?: {
359
+ TaxJurisdiction?: {
360
+ JurisdictionID?: string;
361
+ SalesTaxPercent?: number;
362
+ ShippingIncludedInTax?: boolean;
363
+ };
364
+ };
365
+ eBayEstimatedLabelCost?: number | {
366
+ value: number;
367
+ currencyID: CurrencyCodeType;
368
+ };
369
+ };
370
+ ShippingServiceSelected?: {
371
+ ExpeditedService?: boolean;
372
+ ImportCharge?: number | {
373
+ value: number;
374
+ currencyID: CurrencyCodeType;
375
+ };
376
+ ShippingPackageInfo?: {
377
+ ActualDeliveryTime?: string;
378
+ EstimatedDeliveryTimeMax?: string;
379
+ EstimatedDeliveryTimeMin?: string;
380
+ HandleByTime?: string;
381
+ MaxNativeEstimatedDeliveryTime?: string;
382
+ MinNativeEstimatedDeliveryTime?: string;
383
+ ScheduledDeliveryTimeMax?: string;
384
+ ScheduledDeliveryTimeMin?: string;
385
+ ShippingTrackingEvent?: string;
386
+ StoreID?: string;
387
+ };
388
+ ShippingService?: string;
389
+ ShippingServiceAdditionalCost?: number | {
390
+ value: number;
391
+ currencyID: CurrencyCodeType;
392
+ };
393
+ ShippingServiceCost?: number | {
394
+ value: number;
395
+ currencyID: CurrencyCodeType;
396
+ };
397
+ ShippingServicePriority?: number;
398
+ ShippingTimeMax?: number;
399
+ ShippingTimeMin?: number;
400
+ };
401
+ Status?: {
402
+ BuyerSelectedShipping?: boolean;
403
+ CheckoutStatus?: 'BuyerRequestsTotal' | 'CheckoutComplete' | 'CheckoutIncomplete' | 'CustomCode' | 'SellerResponded';
404
+ CompleteStatus?: 'Complete' | 'CustomCode' | 'Incomplete' | 'Pending';
405
+ DigitalStatus?: 'Activated' | 'CustomCode' | 'Deactivated' | 'Downloaded' | 'Inactive';
406
+ InquiryStatus: 'CustomCode' | 'Invalid' | 'NotApplicable' | 'TrackInquiryClosedNoRefund' | 'TrackInquiryClosedWithRefund' | 'TrackInquiryEscalatedClosedNoRefund' | 'TrackInquiryEscalatedClosedWithRefund' | 'TrackInquiryEscalatedPendingBuyer' | 'TrackInquiryEscalatedPendingCS' | 'TrackInquiryEscalatedPendingSeller' | 'TrackInquiryPendingBuyerResponse' | 'TrackInquiryPendingSellerResponse';
407
+ LastTimeModified?: string;
408
+ PaymentHoldStatus: 'CustomCode' | 'MerchantHold' | 'NewSellerHold' | 'None' | 'PaymentHold' | 'PaymentReview' | 'ReleaseConfirmed' | 'Released' | 'ReleasePending';
409
+ PaymentInstrument?: 'BankDirectDebit' | 'BML' | 'CreditCard' | 'CustomCode' | 'ELV' | 'GIROPAY' | 'LocalPaymentAMEX' | 'LocalPaymentCreditCardOther' | 'LocalPaymentDinersclub' | 'LocalPaymentDiscover' | 'LocalPaymentELV' | 'LocalPaymentJCB' | 'LocalPaymentMasterCard' | 'LocalPaymentSOLO' | 'LocalPaymentSWITCH' | 'LocalPaymentVISA' | 'None' | 'PayPal' | 'PayUponInvoice';
410
+ PaymentMethodUsed?: 'CashOnPickup' | 'COD' | 'CustomCode' | 'MOCC' | 'PersonalCheck';
411
+ ReturnStatus?: 'CustomCode' | 'Invalid' | 'NotApplicable' | 'ReturnClosedEscalated' | 'ReturnClosedNoRefund' | 'ReturnClosedWithRefund' | 'ReturnDelivered' | 'ReturnEscalated' | 'ReturnEscalatedClosedNoRefund' | 'ReturnEscalatedClosedWithRefund' | 'ReturnEscalatedPendingBuyer' | 'ReturnEscalatedPendingCS' | 'ReturnEscalatedPendingSeller' | 'ReturnOpen' | 'ReturnRequestClosedNoRefund' | 'ReturnRequestClosedWithRefund' | 'ReturnRequestPending' | 'ReturnRequestPendingApproval' | 'ReturnRequestRejected' | 'ReturnShipped';
412
+ eBayPaymentStatus?: 'BuyerFailedPaymentReportedBySeller' | 'CustomCode' | 'NoPaymentFailure' | 'PaymentInProcess';
413
+ };
414
+ Taxes?: {
415
+ TaxDetails?: {
416
+ Imposition?: 'CustomCode' | 'GST' | 'ImportVAT' | 'SalesTax' | 'VAT' | 'WasteRecyclingFee';
417
+ TaxAmount?: number | {
418
+ value: number;
419
+ currencyID: CurrencyCodeType;
420
+ };
421
+ TaxCode?: string;
422
+ TaxDescription?: 'CustomCode' | 'ElectronicWasteRecyclingFee' | 'GST' | 'SalesTax' | 'TireRecyclingFee';
423
+ TaxOnHandlingAmount?: number | {
424
+ value: number;
425
+ currencyID: CurrencyCodeType;
426
+ };
427
+ TaxOnShippingAmount?: number | {
428
+ value: number;
429
+ currencyID: CurrencyCodeType;
430
+ };
431
+ TaxOnSubtotalAmount?: number | {
432
+ value: number;
433
+ currencyID: CurrencyCodeType;
434
+ };
435
+ };
436
+ TotalTaxAmount?: number | {
437
+ value: number;
438
+ currencyID: CurrencyCodeType;
439
+ };
440
+ eBayReference?: string | {
441
+ value: string;
442
+ name: string;
443
+ };
444
+ };
445
+ TransactionID: string;
446
+ TransactionPrice: number | {
447
+ value: number;
448
+ currencyID: CurrencyCodeType;
449
+ };
450
+ TransactionSiteID?: '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';
451
+ Variation?: {
452
+ SKU?: string;
453
+ VariationSpecifics?: {
454
+ NameValueList?: {
455
+ Name?: string;
456
+ };
457
+ };
458
+ VariationTitle?: string;
459
+ VariationViewItemURL?: string;
460
+ };
461
+ eBayCollectAndRemitTax?: boolean;
462
+ eBayCollectAndRemitTaxes?: {
463
+ TaxDetails?: {
464
+ CollectionMethod?: any;
465
+ Imposition?: 'CustomCode' | 'GST' | 'ImportVAT' | 'SalesTax' | 'VAT' | 'WasteRecyclingFee';
466
+ TaxAmount?: number | {
467
+ value: number;
468
+ currencyID: CurrencyCodeType;
469
+ };
470
+ TaxCode?: string;
471
+ TaxDescription?: 'CustomCode' | 'ElectronicWasteRecyclingFee' | 'GST' | 'SalesTax' | 'TireRecyclingFee';
472
+ TaxOnHandlingAmount?: number | {
473
+ value: number;
474
+ currencyID: CurrencyCodeType;
475
+ };
476
+ TaxOnShippingAmount?: number | {
477
+ value: number;
478
+ currencyID: CurrencyCodeType;
479
+ };
480
+ TaxOnSubtotalAmount?: number | {
481
+ value: number;
482
+ currencyID: CurrencyCodeType;
483
+ };
484
+ };
485
+ TotalTaxAmount?: number | {
486
+ value: number;
487
+ currencyID: CurrencyCodeType;
488
+ };
489
+ eBayReference?: string | {
490
+ value: string;
491
+ name: string;
492
+ };
493
+ };
494
+ eBayPaymentID?: string;
495
+ eBayPlusTransaction?: boolean;
496
+ };
497
+ };
498
+ TransactionsPerPage: number;
499
+ }
@@ -0,0 +1,63 @@
1
+ import type { CurrencyCodeType, StandardOutputFields } from './common.js';
2
+ export interface GetShippingDiscountProfilesResponse extends StandardOutputFields {
3
+ CalculatedHandlingDiscount: {
4
+ DiscountName?: 'CombinedHandlingFee' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualHandlingFee';
5
+ EachAdditionalAmount?: number | {
6
+ value: number;
7
+ currencyID: CurrencyCodeType;
8
+ };
9
+ EachAdditionalOffAmount?: number | {
10
+ value: number;
11
+ currencyID: CurrencyCodeType;
12
+ };
13
+ EachAdditionalPercentOff?: number;
14
+ OrderHandlingAmount?: number | {
15
+ value: number;
16
+ currencyID: CurrencyCodeType;
17
+ };
18
+ };
19
+ CalculatedShippingDiscount: {
20
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
21
+ DiscountProfile?: {
22
+ DiscountProfileID: string;
23
+ DiscountProfileName?: string;
24
+ MappedDiscountProfileID?: string;
25
+ WeightOff?: number | {
26
+ value: number;
27
+ unit: string;
28
+ measurementSystem: 'English' | 'Metric';
29
+ };
30
+ };
31
+ };
32
+ CombinedDuration: 'CustomCode' | 'Days_14' | 'Days_3' | 'Days_30' | 'Days_5' | 'Days_7' | 'Ineligible';
33
+ CurrencyID: CurrencyCodeType;
34
+ FlatShippingDiscount: {
35
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
36
+ DiscountProfile?: {
37
+ DiscountProfileID: string;
38
+ DiscountProfileName?: string;
39
+ EachAdditionalAmount?: number | {
40
+ value: number;
41
+ currencyID: CurrencyCodeType;
42
+ };
43
+ EachAdditionalAmountOff?: number | {
44
+ value: number;
45
+ currencyID: CurrencyCodeType;
46
+ };
47
+ EachAdditionalPercentOff?: number;
48
+ };
49
+ };
50
+ PromotionalShippingDiscount: boolean;
51
+ PromotionalShippingDiscountDetails?: {
52
+ DiscountName?: 'CombinedItemWeight' | 'CustomCode' | 'EachAdditionalAmount' | 'EachAdditionalAmountOff' | 'EachAdditionalPercentOff' | 'IndividualItemWeight' | 'MaximumShippingCostPerOrder' | 'ShippingCostXForAmountY' | 'ShippingCostXForItemCountN' | 'WeightOff';
53
+ ItemCount?: number;
54
+ OrderAmount?: number | {
55
+ value: number;
56
+ currencyID: CurrencyCodeType;
57
+ };
58
+ ShippingCost?: number | {
59
+ value: number;
60
+ currencyID: CurrencyCodeType;
61
+ };
62
+ };
63
+ }
@@ -0,0 +1,31 @@
1
+ import type { StandardOutputFields } from './common.js';
2
+ export interface GetStoreResponse extends StandardOutputFields {
3
+ Store: {
4
+ CustomCategories: {
5
+ CustomCategory: {
6
+ CategoryID: bigint;
7
+ ChildCategory: {
8
+ CategoryID: bigint;
9
+ ChildCategory: {
10
+ CategoryID?: bigint;
11
+ ChildCategory?: any;
12
+ Name?: string;
13
+ Order?: number;
14
+ };
15
+ Name: string;
16
+ Order: number;
17
+ };
18
+ Name: string;
19
+ Order: number;
20
+ };
21
+ };
22
+ Description: string;
23
+ LastOpenedTime?: string;
24
+ Logo?: {
25
+ URL?: string;
26
+ };
27
+ Name: string;
28
+ URL?: string;
29
+ URLPath?: string;
30
+ };
31
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,10 @@
1
+ import type { StandardOutputFields } from './common.js';
2
+ export interface GetTaxTableResponse extends StandardOutputFields {
3
+ TaxTable: {
4
+ TaxJurisdiction?: {
5
+ JurisdictionID?: string;
6
+ SalesTaxPercent?: number;
7
+ ShippingIncludedInTax?: boolean;
8
+ };
9
+ };
10
+ }
@@ -0,0 +1 @@
1
+ export {};
@@ -0,0 +1,9 @@
1
+ import type { StandardOutputFields } from './common.js';
2
+ export interface GetTokenStatusResponse extends StandardOutputFields {
3
+ TokenStatus: {
4
+ EIASToken: string;
5
+ ExpirationTime: string;
6
+ RevocationTime: string;
7
+ Status: 'Active' | 'CustomCode' | 'Expired' | 'Invalid' | 'RevokedByApp' | 'RevokedByeBay' | 'RevokedByUser';
8
+ };
9
+ }
@@ -0,0 +1,13 @@
1
+ import type { CountryCodeType, StandardOutputFields } from './common.js';
2
+ export interface GetUserContactDetailsResponse extends StandardOutputFields {
3
+ ContactAddress: {
4
+ CityName?: string;
5
+ CompanyName: string;
6
+ Country: CountryCodeType;
7
+ Name: string;
8
+ Phone: string;
9
+ StateOrProvince?: string;
10
+ };
11
+ RegistrationDate: string;
12
+ UserID: string;
13
+ }